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.
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
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