Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
allwefantasy committed Nov 9, 2018
1 parent cdb8b7b commit 9f5a66a
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 12 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,13 @@ git clone https://github.com/allwefantasy/streamingpro .
cd streamingpro
./dev/make-distribution.sh
export SPARK_HOME="....." ; ./dev/start-local.sh
cp streamingpro-bin-1.1.3.tgz /tmp
cd /tmp && tar xzvf streamingpro-bin-1.1.3.tgz
cd /tmp/streamingpro
export SPARK_HOME="....." ; ./start-local.sh
```

## Get Latest PreBuild Package
Expand Down
5 changes: 2 additions & 3 deletions dev/make-distribution.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ mvn install -DskipTests -Pjetty-9 -Pweb-include-jetty-9

cd -

mvn -DskipTests clean package -pl streamingpro-mlsql -am \
mvn -DskipTests clean package \
-Pspark-2.3.0 \
-Pstreamingpro-spark-2.3.0-adaptor \
-Ponline \
Expand All @@ -17,5 +17,4 @@ mvn -DskipTests clean package -pl streamingpro-mlsql -am \
-Phive-thrift-server \
-Pautoml \
-Pxgboost \
-Pcarbondata \
-Popencv-support
-Pcarbondata
7 changes: 6 additions & 1 deletion docs/docv2/getting_started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,12 @@ cd streamingpro
./dev/make-distribution.sh
export SPARK_HOME="....." ; ./dev/start-local.sh
cp streamingpro-bin-1.1.3.tgz /tmp
cd /tmp && tar xzvf streamingpro-bin-1.1.3.tgz
cd /tmp/streamingpro
export SPARK_HOME="....." ; ./start-local.sh
```

## Manually Installation
Expand Down
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@
<spark.version>2.2.0</spark.version>
<spark.bigversion>2.2</spark.bigversion>

<spark.version.minor>2.2.0</spark.version.minor>


<flink.version>1.4.2</flink.version>
<guava.version>16.0</guava.version>
<httpclient.version>4.5.3</httpclient.version>
Expand Down Expand Up @@ -182,6 +185,7 @@
<spark.sql.kafka.artifactId>spark-sql-kafka-0-10_${scala.binary.version}</spark.sql.kafka.artifactId>
<spark.version>2.2.0</spark.version>
<spark.bigversion>2.2</spark.bigversion>
<spark.version.minor>2.2.0</spark.version.minor>
</properties>
<modules>
<module>streamingpro-spark-2.2.0-adaptor</module>
Expand Down Expand Up @@ -250,6 +254,7 @@
<spark.sql.kafka.artifactId>spark-sql-kafka-0-10_${scala.binary.version}</spark.sql.kafka.artifactId>
<spark.version>2.3.2</spark.version>
<spark.bigversion>2.3</spark.bigversion>
<spark.version.minor>2.3.1</spark.version.minor>
</properties>
<modules>
<module>streamingpro-spark-2.3.0-adaptor</module>
Expand Down Expand Up @@ -318,6 +323,7 @@
<spark.sql.kafka.artifactId>spark-sql-kafka-0-10_${scala.binary.version}</spark.sql.kafka.artifactId>
<spark.version>2.4.0</spark.version>
<spark.bigversion>2.4</spark.bigversion>
<spark.version.minor>2.4.0</spark.version.minor>
</properties>
<modules>
<module>streamingpro-spark-2.4.0-adaptor</module>
Expand Down
9 changes: 2 additions & 7 deletions streamingpro-bigdl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,10 @@

<artifactId>streamingpro-bigdl</artifactId>
<dependencies>
<dependency>
<groupId>com.intel.analytics.bigdl</groupId>
<artifactId>bigdl-SPARK_${spark.bigversion}</artifactId>
<version>0.7.0</version>
</dependency>
<dependency>
<groupId>com.intel.analytics.zoo</groupId>
<artifactId>analytics-zoo-bigdl_0.6.0-spark_2.2.0</artifactId>
<version>0.2.0</version>
<artifactId>analytics-zoo-bigdl_0.7.1-spark_${spark.version.minor}</artifactId>
<version>0.3.0</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 9f5a66a

Please sign in to comment.