Re: Current way to include hive in a build

2014-07-18 Thread Stephen Boesch
Thanks v much Patrick and Sean. I have the build working now as follows: mvn -Pyarn -Pcdh5 -Phive -DskipTests clean package in Addition, I am in the midst of running some tests and so far so good. The pom.xml changes: Added to main/parent directory pom.xml: cdh5 2.

Re: Current way to include hive in a build

2014-07-18 Thread Sean Owen
This build invocation works just as you have it, for me. (At least, it gets through Hive; Examples fails for a different unrelated reason.) commons-logging 1.0.4 exists in Maven for sure. Maybe there is some temporary problem accessing Maven's repo? On Fri, Jul 18, 2014 at 12:00 AM, Stephen Boesc

Re: Current way to include hive in a build

2014-07-17 Thread Patrick Wendell
Hey Stephen, The only change the build was that we ask users to run -Phive and -Pyarn of --with-hive and --with-yarn (which internally just set -Phive and -Pyarn). I don't think this should affect the dependency graph. Just to test this, what happens if you run *without* the CDH profile and build

Current way to include hive in a build

2014-07-17 Thread Stephen Boesch
Having looked at trunk make-distribution.sh the --with-hive and --with-yarn are now deprecated. Here is the way I have built it: Added to pom.xml: cdh5 false 2.3.0-cdh5.0.0 2.3.0-cdh5.0.0 0.96.1.1-cdh5.0.0 3.4.5-cdh5.0.0