Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ setup-spark-hadoop:
set-env-variables:
ifeq ($(AWS_REGION),)
@read -p "Enter absolute path of default shell profile (.zshrc, .bash_profile):" shell_profile && echo $${shell_profile} \
&& echo "export PATH=${current_dir}/apache-maven-3.6.0-bin.tar.gz/bin:$$PATH" >> $${shell_profile} \
&& echo "export SPARK_HOME=${current_dir}/spark-2.4.3-bin-hadoop2.8" >> $${shell_profile} \
&& echo "export PATH=${current_dir}/apache-maven-3.6.0/bin:$$PATH" >> $${shell_profile} \
&& echo "export SPARK_HOME=${current_dir}/spark-2.4.3-bin-spark-2.4.3-bin-hadoop2.8" >> $${shell_profile} \
&& echo "export AWS_REGION=eu-west-1" >> $${shell_profile} \
&& echo "export AWS_ACCESS_KEY_ID=minio" >> $${shell_profile} \
&& echo "export AWS_SECRET_ACCESS_KEY=minio123" >> $${shell_profile} \
Expand All @@ -71,4 +71,4 @@ down:
docker-compose down
docker network rm hive-test

install: setup-aws-glue-libs setup-apache-maven setup-spark-hadoop set-env-variables
install: setup-aws-glue-libs setup-apache-maven setup-spark-hadoop set-env-variables