Skip to content

Commit

Permalink
Merge pull request apache#145 from clemp6r/patch-1
Browse files Browse the repository at this point in the history
Fix install.sh for Docker mode (Elastic Search + Hbase not installed)
  • Loading branch information
pferrel committed Oct 7, 2015
2 parents dfe9b19 + d4152fe commit e605f0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ if [[ "$OS" = "Linux" && $(cat /proc/1/cgroup) == *cpu:/docker/* ]]; then
echo -e "\033[1;33mForcing Docker defaults!\033[0m"
pio_dir=${PIO_DIR}
vendors_dir=${pio_dir}/vendors
source_setup=${ES_HB}

spark_dir=${vendors_dir}/spark-${SPARK_VERSION}
elasticsearch_dir=${vendors_dir}/elasticsearch-${ELASTICSEARCH_VERSION}
Expand Down

0 comments on commit e605f0e

Please sign in to comment.