Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 1.54 KB

README.md

File metadata and controls

45 lines (32 loc) · 1.54 KB

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>