Skip to content

Use git rev-parse --show-toplevel for the root dir. #28

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

Merged
merged 2 commits into from
Jan 10, 2018

Conversation

mccheah
Copy link
Contributor

@mccheah mccheah commented Jan 9, 2018

Makes it so that the test scripts do not necessarily have to be run from the top level of the repository.

Makes it so that the test scripts do not necessarily have to be run from
the top level of the repository.
e2e/runner.sh Outdated
cd $root/integration-test
$root/spark/build/mvn clean -Ddownload.plugin.skip=true integration-test \
-Dspark-distro-tgz=$root/spark/*.tgz \
$TEST_ROOT/integration-test/build/mvn clean -Ddownload.plugin.skip=true integration-test \
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be $TEST_ROOT/spark/build/mvn

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

or $SPARK_REPO_ROOT/build/mvn perhaps

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah that's confusing because we're using the Maven bundled with Spark. We should just provide our own, no?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tried starting with that - but the two mavens I tried were incompatible and caused the spark-build to stall. This works for now and I like that we'll be using the same maven as the spark build, so, moving it in-repo will be easier as well.

Copy link
Member

@foxish foxish left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! LGTM

@foxish foxish merged commit 737c23a into master Jan 10, 2018
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

Successfully merging this pull request may close these issues.

2 participants