You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@zeppelin.apache.org by Mina Lee <mi...@nflabs.com> on 2015/05/22 17:13:48 UTC

Re: RegressionMetrics is not a member of package ... error

Hi, Clark

Can you check spark version by running `sc.version`?
For now Zeppelin use spark 1.1.1 by default.

If it is 1.1.1, you should build it with specific version like
`mvn clean package -DskipTests -Pspark-1.3 -Dspark.version=1.3.0`