Skip to content

Commit

Permalink
build instructions to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Voros committed Oct 6, 2017
1 parent 9012263 commit 042b4dd
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Expand Up @@ -24,7 +24,13 @@ You should wait a few seconds for Hiveserver2 to initialize before connecting.

## Custom Hive version

You can provide your own built Hive version as a volume with:
Build Hive with:

```
mvn clean install -Pdist -DskipTests -Dmaven.javadoc.skip=true -DcreateChecksum=true
```

Provide the built artifacts as a volume:

```
docker run -v /path/to/hive/packaging/target/apache-hive-XXX-bin/apache-hive-XXX-bin:/usr/local/custom-hive -it dvoros/hive:latest
Expand Down

0 comments on commit 042b4dd

Please sign in to comment.