spark-1.4 with zeppelin installation -
after install spark 1.4, tried install apache zeppelin note-book utility.
from other online resources, download , unzip zeppelin source , started compile maven via
$ mvn clean install -pspark-1.4 -dskiptests
(spark home exported in environment)
i got nice info output 4 minutes things stopped error when:
downloading: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
and here error message:
[error] [error] problems encountered while processing poms: [fatal] non-resolvable parent pom com.nflabs.zeppelin:zeppelin:0.5.0-snapshot: not transfer artifact org.sonatype.oss:oss-parent:pom:7 from/to nflabs public repository (https://raw.github.com/nflabs/mvn-repo/master/releases): connect raw.github.com:443 [raw.github.com/199.27.76.133] failed: connection timed out , 'parent.relativepath' points @ wrong local pom @ line 26, column 10
is there forgot or should modify beforehand?
appreciate help.
it looks cannot connect connect raw.github.com:443
i can think of 2 options:
- you have local maven repo can use artifact proxy (e.g. nexus) , have setup mirror in ~/.m2/settings.xml
you might beed configure access through proxy in ~/.m2/settings.xml, here how:
Comments
Post a Comment