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:


Comments

Popular posts from this blog

facebook - android ACTION_SEND to share with specific application only -

python - Creating a new virtualenv gives a permissions error -

javascript - cocos2d-js draw circle not instantly -