Skip to content

Commit

Permalink
Try hadoop3 compiled jar in prod (warning: we still have hbase 2.2 wh…
Browse files Browse the repository at this point in the history
…ereas the jar is compiled for hbase 2.4)
  • Loading branch information
JulienPeloton committed Nov 20, 2023
1 parent 40a6db0 commit 88fa214
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conf/fink.conf.prod
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ org.apache.spark:spark-avro_2.12:3.4.1,\
org.apache.hbase:hbase-shaded-mapreduce:2.2.7

# Other dependencies (incl. Scala part of Fink)
FINK_JARS=${FINK_HOME}/libs/hbase-spark-hbase2.4_spark3_scala2.11_hadoop3.2.jar,\
${FINK_HOME}/libs/hbase-spark-protocol-shaded-hbase2.4_spark3_scala2.11_hadoop3.2.jar
FINK_JARS=${FINK_HOME}/libs/hbase-spark-hbase2.4_spark3_scala2.12_hadoop3.2.jar,\
${FINK_HOME}/libs/hbase-spark-protocol-shaded-hbase2.4_spark3_scala2.12_hadoop3.2.jar

# Time interval between 2 trigger updates (second)
# i.e. the timing of streaming data processing.
Expand Down

0 comments on commit 88fa214

Please sign in to comment.