Skip to content

Commit

Permalink
update fink.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
FusRoman committed Dec 11, 2023
1 parent 2cc1d8d commit 1e2ddce
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions fink_mm/test/test_data/with_hbase/fink_test.conf
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@ SECURED_KAFKA_CONFIG=''
# Change the version according to your Spark version.
# NOTE: HBase packages are not required for Parquet archiving
FINK_PACKAGES=\
org.apache.spark:spark-streaming-kafka-0-10-assembly_2.12:3.1.3,\
org.apache.spark:spark-sql-kafka-0-10_2.12:3.1.3,\
org.apache.spark:spark-avro_2.12:3.1.3,\
org.apache.spark:spark-streaming-kafka-0-10-assembly_2.12:3.4.1,\
org.apache.spark:spark-sql-kafka-0-10_2.12:3.4.1,\
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.2_spark3_scala2.11_hadoop2.7.jar,\
${FINK_HOME}/libs/hbase-spark-protocol-shaded-hbase2.2_spark3_scala2.11_hadoop2.7.jar
FINK_JARS=${FINK_HOME}/libs/hbase-spark-hbase2.4.8_spark3.4.1_scala2.12.0_hadoop3.3.6.jar,\
${FINK_HOME}/libs/hbase-spark-protocol-shaded-hbase2.4.8_spark3.4.1_scala2.12.0_hadoop3.3.6.jar

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

0 comments on commit 1e2ddce

Please sign in to comment.