I am trying to build spark 1.3 branch with Hive 1.1.0.

mvn -Pyarn -Phadoop-2.4 -Dhadoop.version=2.6.0 -Phive -Phive-thriftserver 
-Phive-0.13.1 -Dhive.version=1.1.0 -Dhive.version.short=1.1.0 -DskipTests clean 
package

I got following error

Failed to execute goal on project spark-hive_2.10: Could not resolve 
dependencies for project org.apache.spark:spark-hive_2.10:jar:1.3.2-SNAPSHOT: 
The following artifacts could not be resolved: 
org.spark-project.hive:hive-metastore:jar:1.1.0, 
org.spark-project.hive:hive-exec:jar:1.1.0, 
org.spark-project.hive:hive-serde:jar:1.1.0: Could not find artifact 
org.spark-project.hive:hive-metastore:jar:1.1.0 in central 
(https://repo1.maven.org/maven2) -> [Help 1]

Then I checked maven central.  http://search.maven.org/#browse|1655480514
Seems latest hive-metastore jar is 0.13.1a.

Does this mean Spark doesn't work with Hive version 1.x yet?

Thanks,

-Neal

Reply via email to