Skip to content

Commit

Permalink
Merge pull request #23 from sproutsocial/LIS-10386
Browse files Browse the repository at this point in the history
[LIS-10386] Security Patches
  • Loading branch information
erik-helleren authored Oct 25, 2024
2 parents 1e60f57 + 720fa0b commit 12d8a7e
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 5 deletions.
25 changes: 23 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,26 @@ limitations under the License.

Connectors for [Apache HBase™](https://hbase.apache.org)

* [Kafka Proxy](https://github.com/apache/hbase-connectors/tree/master/kafka)
* [Spark](https://github.com/apache/hbase-connectors/tree/master/spark)
* [Kafka Proxy](https://github.com/apache/hbase-connectors/tree/master/kafka)
* [Spark](https://github.com/apache/hbase-connectors/tree/master/spark)


# 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>
```
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -169,10 +169,10 @@
<extra.enforcer.version>1.5.1</extra.enforcer.version>
<restrict-imports.enforcer.version>0.14.0</restrict-imports.enforcer.version>
<!--Internally we use a different version of protobuf. See hbase-protocol-shaded-->
<external.protobuf.version>2.5.0</external.protobuf.version>
<external.protobuf.version>3.25.5</external.protobuf.version>
<protobuf.plugin.version>0.5.0</protobuf.plugin.version>
<commons-io.version>2.11.0</commons-io.version>
<avro.version>1.7.7</avro.version>
<commons-io.version>2.14.0</commons-io.version>
<avro.version>1.11.4</avro.version>
<commons-lang3.version>3.12.0</commons-lang3.version>
<!--This property is for hadoops netty. HBase netty
comes in via hbase-thirdparty hbase-shaded-netty-->
Expand Down

0 comments on commit 12d8a7e

Please sign in to comment.