Skip to content

the sample template for starting a scalding-hbase project. Mostly inherit from https://github.com/kianwilcox/hbase-scalding. Fixing all the compatibility issues with the newer version of scalding and maple.

Notifications You must be signed in to change notification settings

luzhuomi/scalding-hbase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scalding-hbase

The sample template for starting a scalding-hbase project. Mostly inherit from https://github.com/kianwilcox/hbase-scalding. Fixing all the compatibility issues with the newer version of scalding and maple. One of the issues overcomed is to allowed simple join among sources which was failing due to the use of Array[Byte] instead of ImmutableBytesWritable as mentioned in this post https://groups.google.com/forum/?fromgroups#!topic/cascading-user/ogrvoYbwtgg

sbt update

sbt assembly

hadoop jar target/hbase-scalding-assembly-0.1.0.jar jobs.HBaseTests --hdfs --host localhost

About

the sample template for starting a scalding-hbase project. Mostly inherit from https://github.com/kianwilcox/hbase-scalding. Fixing all the compatibility issues with the newer version of scalding and maple.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages