Skip to content

sproutsocial/hbase-connectors

 
 

Repository files navigation

hbase-connectors

Connectors for Apache HBase™

Sprout

Yes, this is a clone of a public repo. Yes, this is important and used in both listening and DFZ zones.

Why Does this exist? Simple: the hadoop ecosystem is a dependency nightmare.

Keeping up with security patches is a non starter is many cases.

How to test

In ./spark/pom update this line:

<protocArtifact>com.google.protobuf:protoc:${external.protobuf.version}:exe:${os.detected.classifier}</protocArtifact>

To Be this instead

<protocArtifact>com.google.protobuf:protoc:${external.protobuf.version}:exe:osx-x86_64</protocArtifact>

Packages

No packages published

Languages

  • Scala 70.3%
  • Java 22.8%
  • Shell 6.7%
  • Dockerfile 0.2%