Skip to content

Flume serializer plugin for hbase sink to force the type of the headers

License

Notifications You must be signed in to change notification settings

Click2Buy/flume-typehbaseevent-serializer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flume Type HBase Serializer

Build

mvn package

Install

Copy target/flume-typehbaseevent-serializer-1.0.0.jar in Flume' classpath

Configure

hbaseagent.sinks.prices.serializer = com.marketconnect.flume.serializer.TypeHbaseEventSerializer hbaseagent.sinks.prices.serializer.colNames = price,unified_price,available,created_at hbaseagent.sinks.prices.serializer.types = double,double,string,long hbaseagent.sinks.prices.serializer.incrementColumn = found

It will force the type to double / string or long

About

Flume serializer plugin for hbase sink to force the type of the headers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages