Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

run.sh from-source doesn't work #8

Open
davidholiday opened this issue Oct 10, 2016 · 1 comment
Open

run.sh from-source doesn't work #8

davidholiday opened this issue Oct 10, 2016 · 1 comment

Comments

@davidholiday
Copy link

thank you for putting this together! I need to containerize some things and it's nice not to have to start from scratch :-)

it fails at step
mvn -f $HADOOP_SRC_HOME package -DskipTests -Dtar -Pdist -q || exit 1
in run.sh. I'm thinking it's because there's nothing at $HOME/Workspace on my machine, and as far as I can tell, nothing in this script sets that up for me. Also, it might be helpful to remind the user in the README to ensure maven is installed prior to running the script.

I'm thinking I can fix this on my own by grabbing the latest hadoop/spark repos and ensuring run.sh is pointing to the appropriate pom files - posting the issue here to give you a heads up as to some of the minor pain points I'm encountering in using the tool.

@basavaraj1985
Copy link

basavaraj1985 commented Jan 29, 2017

First of all, thank you for creating this tool! I am facing the same issue as @davidholiday . Is there a fix available?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants