Skip to content

Commit 60f99c0

Browse files
committed
Hue updated to 4.5.0.
1 parent 80d881c commit 60f99c0

11 files changed

+925
-3889
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
Big data stack running in pseudo-distributed mode with the following components:
44

55
- Hadoop 2.8.5
6-
- Minio RELEASE.2018-12-27T18-33-08Z
7-
- Hive 2.3.4
8-
- Presto 0.215
9-
- Superset 0.28.1
10-
- Hue 4.3.0
6+
- Minio RELEASE.2019-10-12T01-39-57Z
7+
- Hive 2.3.6
8+
- Presto 326
9+
- Superset 0.35.1
10+
- Hue 4.5.0
1111

1212
For more details see the following [post](https://johs.me/posts/big-data-stack-running-sql-queries/).
1313

@@ -23,7 +23,7 @@ If you also want to start Superset and Hue, then run:
2323
docker-compose -f superset/docker-compose.yml up -d
2424
docker-compose -f hue/docker-compose.yml up -d
2525
```
26-
and initialize the databases:
26+
and initialize:
2727
```
2828
./scripts/init-hue.sh
2929
./scripts/init-superset.sh
@@ -48,16 +48,16 @@ in the different sub-directories.
4848
Changes compared to original images:
4949

5050
- Hadoop updated to version 2.8.5
51-
- Hive update to version 2.3.4
51+
- Hive update to version 2.3.6
5252
- S3 support added
53-
- Presto update to 0.215
53+
- Presto update to 326
5454
- Presto JDBC driver added to Hue
5555

5656
The scripts directory contains some helper scripts:
5757

5858
- `beeline.sh`: Launch Beeline (Hive CLI) in Hive container
5959
- `hadoop-client.sh`: Start container with Hadoop utilities (host filesystem mounted as `/host`). Useful for moving files to HDFS.
60-
- `init-hue.sh`: Initialize Hue database
60+
- `init-hue.sh`: Create admin home folder in HDFS in order to avoid error in Hue File Browser.
6161
- `init-superset.sh`: Initialize Superset database and add Presto as data source
6262
- `presto-cli.sh`: Launch Presto CLI (downloads jar if needed)
6363

0 commit comments

Comments
 (0)