I am trying to use hive on spark, rev combination is hive 2.1.1 and spark 2.0.0. In building spark without hive, blocked by same building error as below. Even latest spark 2.1.0, still same issue.
Caused by: org.apache.maven.plugin.PluginExecutionException:
Execution default-cli of goal net.alchim31.maven:scala-maven-plugin:3.2.2:compile failed
There is another question of same issue(Failed to execute goal net.alchim31.maven:scala-maven-plugin:3.2.2), i checked and did everything in this post including commenting out Zinc in pom.xml. Still no luck to bypass this.
Any one can help with this weird net.alchim31.maven:scala-maven-plugin issue?