Skip to content

Commit 8fbc8f9

Browse files
authored
Latest details (#43)
1 parent d6b1bb7 commit 8fbc8f9

File tree

18 files changed

+64
-45
lines changed

18 files changed

+64
-45
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Replace me with the real documentation.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Replace me with the real documentation.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Replace me with the real documentation.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Replace me with the real documentation.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Replace me with the real documentation.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Replace me with the real documentation.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Replace me with the real documentation.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Replace me with the real documentation.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Replace me with the real documentation.

docs/quick-start/spark.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ mkdir -p $BULLET_HOME/pubsub
3737
mkdir -p $BULLET_HOME/service
3838
mkdir -p $BULLET_HOME/ui
3939
cd $BULLET_HOME
40-
curl -LO https://github.com/bullet-db/bullet-db.github.io/releases/download/v1.1.0/examples_artifacts.tar.gz
40+
curl -LO https://github.com/bullet-db/bullet-db.github.io/releases/download/v1.1.1/examples_artifacts.tar.gz
4141
tar -xzf examples_artifacts.tar.gz
4242
export BULLET_EXAMPLES=$BULLET_HOME/bullet-examples
4343
```
@@ -50,7 +50,7 @@ For this instance of Bullet we will use the Kafka PubSub implementation found in
5050

5151
```bash
5252
cd $BULLET_HOME/pubsub
53-
curl -Lo bullet-kafka.jar https://repo1.maven.org/maven2/com/yahoo/bullet/bullet-kafka/1.3.0/bullet-kafka-1.3.0-fat.jar
53+
curl -Lo bullet-kafka.jar https://repo1.maven.org/maven2/com/yahoo/bullet/bullet-kafka/1.3.1/bullet-kafka-1.3.1-fat.jar
5454
curl -LO https://archive.apache.org/dist/kafka/2.6.2/kafka_2.12-2.6.2.tgz
5555
tar -xzf kafka_2.12-2.6.2.tgz
5656
export KAFKA_DIR=$BULLET_HOME/pubsub/kafka_2.12-2.6.2
@@ -96,7 +96,7 @@ tar -xzf spark-3.1.2-bin-hadoop2.7.tgz
9696

9797
```bash
9898
cp $BULLET_HOME/bullet-examples/backend/spark/* $BULLET_SPARK
99-
curl -Lo bullet-spark.jar https://repo1.maven.org/maven2/com/yahoo/bullet/bullet-spark/1.2.0/bullet-spark-1.2.0-standalone.jar
99+
curl -Lo bullet-spark.jar https://repo1.maven.org/maven2/com/yahoo/bullet/bullet-spark/1.2.1/bullet-spark-1.2.1-standalone.jar
100100
```
101101

102102
#### Step 8: Launch the Bullet Spark Backend
@@ -120,7 +120,7 @@ The Backend will usually be up and running usually within 5-10 seconds. Once it
120120

121121
```bash
122122
cd $BULLET_HOME/service
123-
curl -Lo bullet-service.jar https://repo1.maven.org/maven2/com/yahoo/bullet/bullet-service/1.4.1/bullet-service-1.4.1-embedded.jar
123+
curl -Lo bullet-service.jar https://repo1.maven.org/maven2/com/yahoo/bullet/bullet-service/1.4.2/bullet-service-1.4.2-embedded.jar
124124
cp $BULLET_EXAMPLES/web-service/example_kafka_pubsub_config.yaml $BULLET_HOME/service/
125125
cp $BULLET_EXAMPLES/web-service/example_query_config.yaml $BULLET_HOME/service/
126126
cp $BULLET_EXAMPLES/web-service/example_columns.json $BULLET_HOME/service/
@@ -175,8 +175,8 @@ nvm use v16.9.0
175175
#### Step 13: Install the Bullet UI
176176

177177
```bash
178-
curl -LO https://github.com/bullet-db/bullet-ui/releases/download/v1.1.0/bullet-ui-v1.1.0.tar.gz
179-
tar -xzf bullet-ui-v1.1.0.tar.gz
178+
curl -LO https://github.com/bullet-db/bullet-ui/releases/download/v1.1.1/bullet-ui-v1.1.1.tar.gz
179+
tar -xzf bullet-ui-v1.1.1.tar.gz
180180
cp $BULLET_EXAMPLES/ui/env-settings.json config/
181181
```
182182

0 commit comments

Comments
 (0)