mikewalch closed pull request #206: Upgrade Apache Spark to 2.3.2
URL: https://github.com/apache/fluo-uno/pull/206
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/conf/checksums b/conf/checksums
index f8205b5..8ac94b9 100644
--- a/conf/checksums
+++ b/conf/checksums
@@ -14,6 +14,7 @@ 
hadoop:2.8.3:e8bf9a53337b1dca3b152b0a5b5e277dc734e76520543e525c301a050bb27eae
 hadoop:2.7.6:f2327ea93f4bc5a5d7150dee8e0ede196d3a77ff8526a7dd05a48a09aae25669
 hadoop:2.7.5:0bfc4d9b04be919be2fdf36f67fa3b4526cdbd406c512a7a1f5f1b715661f831
 hadoop:2.6.5:001ad18d4b6d0fe542b15ddadba2d092bc97df1c4d2d797381c8d12887691898
+spark:2.3.2:79d1de6870cf43ecc059d4423540124610ef00abc929c171be42548b505f115906e251e4604ed7d22b6a8cce012a845d90017319c2abb3d5d700369b1c335c6d
 
zookeeper:3.4.13:3481bd19945d80848f81d9dc2896a682ae8b62269b8164ffbae532e55aa4219961403e0208c8e72cf784605eae436d70ddae2b26e0deba0f1f84c74188c32c0a
 
zookeeper:3.4.12:c686f9319050565b58e642149cb9e4c9cc8c7207aacc2cb70c5c0672849594b9
 
zookeeper:3.4.11:f6bd68a1c8f7c13ea4c2c99f13082d0d71ac464ffaf3bf7a365879ab6ad10e84
diff --git a/conf/uno.conf b/conf/uno.conf
index 035a67a..b34c237 100644
--- a/conf/uno.conf
+++ b/conf/uno.conf
@@ -145,10 +145,10 @@ export POST_INSTALL_PLUGINS=""
 # Post-run plugins. Example: "spark"
 export POST_RUN_PLUGINS=""
 # Configuration for 'spark' plugin
-export SPARK_VERSION=${SPARK_VERSION:-1.6.3}
-export SPARK_HOME=$INSTALL/spark-$SPARK_VERSION-bin-without-hadoop
+export SPARK_VERSION=${SPARK_VERSION:-2.3.2}
+export SPARK_HOME=$INSTALL/spark-${SPARK_VERSION}-bin-without-hadoop
 export SPARK_TARBALL=spark-${SPARK_VERSION}-bin-without-hadoop.tgz
-export 
SPARK_HASH=d13358a2d45e78d7c8cf22656d63e5715a5900fab33b3340df9e11ce3747e314
+export SPARK_HASH=$(grep -F spark:${SPARK_VERSION}: $UNO_HOME/conf/checksums | 
cut -d : -f 3)
 # Configuration for 'influxdb-metrics' plugin
 # InfluxDB metrics can only be set up on Linux. Mac OS X is not supported.
 export INFLUXDB_VERSION=0.9.4.2


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to