Thanks for the response, Ruslan.
I've noticed that the maven profiles seem to have changed since 0.7.3, so
specifying the profile "-Phadoop-2.6" is ignored and still builds with
Hadoop 2.7.3, the default version. The actual profile is "-Phadoop2" and
I'm assuming that from there you are to specify
Michael,
This is my build command for Cloudera:
mvn clean package -DskipTests -Pspark-2.2 -Phadoop-2.6 -Pvendor-repo
-Pscala-2.10 -Psparkr -pl
'!alluxio,!flink,!ignite,!lens,!cassandra,!bigquery,!scio' -e
It works okay with CDH. Including CDH 5.14 you mentioned.
We used to have -Dhadoop.version
I understand it's possible to build and run Zeppelin using plain Hadoop,
but we are always running on Cloudera clusters so it makes sense for us to
build against Cloudera's Hadoop dist. Or would you recommend building using
plain Hadoop, not as a workaround but for some other reason?
Since we are