Giter VIP home page Giter VIP logo

hbase-scalding's Introduction

hbase-scalding

Project template for anyone wanting to write scalding jobs while keeping scalding as a dependency, instead of mixing in their own files into the scalding project. Also includes minimal support for HBase sources and sinks, and a few extensions to the pipe model we've found to be useful at StumbleUpon.

Simply add a file in src/main/scala/jobs, import com.twitter.scalding., and make sure the class inside extends Job. If you'd like to use our extensions, import com.stumbleupon.scalding.extensions. , and import com.stumbleupon.scalding.extensions.ScaldingWrapperConversions._ in your Job extension.

To run on hadoop, first run sbt assembly in the main project directory. Then copy it to whatever machine you have hadoop running on. Then run hadoop jar hbase-scalding-assembly-0.1.0.jar jobs.YourJobClass --hdfs --any-other-command-line-args-here

hbase-scalding's People

Contributors

kianwilcox avatar

Stargazers

Dan Osipov avatar Alexander Gallego avatar Liren Sun avatar Pascal Le Levier avatar Konrad `ktoso` Malawski avatar James Chang avatar Kyrre Wahl Kongsgård avatar Alexander Dean avatar Toshiaki Toyama avatar  avatar

Watchers

 avatar Konrad `ktoso` Malawski avatar James Cloos avatar James Chang avatar

hbase-scalding's Issues

Unable to compile example

This appears to be quite obsolete. Any chance of updating example for current state of scala/sbt?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.