Re: Building Zeppelin on Mapr 5.2 MEP 3.0 Fails with error below

2017-10-19 Thread ligaye robert
Hi Michael,
What issues did you face?

>From tutorials zeppelin is built on hbase 1.0.x but I want it to use hbase
1.1.8

https://zeppelin.apache.org/docs/0.7.2/interpreter/hbase.html


What should I use in place of 0.8.0 in the case of 0.7.2?


On Oct 19, 2017 15:55, "Michael Segel"  wrote:

Hi,

Why are you using  -Pmapr50 instead of -Pmapr51  (There is no 5.2)

You’re building against 0.8.0 which isn’t the latest ‘stable’ release.

I’ve had issues building a MapR release against 7.3 but could build against
7.2
(Albeit I’ve had some issues along the way.)

Also why the added HBase?

Is there any reason why you couldn’t go back to 7.2 and try that release?

> On Oct 19, 2017, at 4:44 AM, ligar...@gmail.com wrote:
>
> Hi Am building zeppelin on mapr 5.2 MEP 3.0
> COMMAND USED
> mvn clean package -DskipTests -Pmapr50 -Pscalding -Dignite.version=1.9.0
-Pcassandra-spark-1.5   -Dhbase.hbase.version=1.1.8 -Pspark-2.1
-Phadoop-2.7 -Pyarn -Ppyspark -Psparkr -Pscala-2.11
>
>
> ERROR RECEIVED
> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
MaxPermSize=1024m; support was removed in 8.0
> [INFO] Scanning for projects...
> Downloading: https://repo.maven.apache.org/maven2/org/apache/apache/17/
apache-17.pom
> [ERROR] [ERROR] Some problems were encountered while processing the POMs:
> [FATAL] Non-resolvable parent POM for 
> org.apache.zeppelin:zeppelin:0.8.0-SNAPSHOT:
Could not transfer artifact org.apache:apache:pom:17 from/to central (
https://repo.maven.apache.org/maven2): repo.maven.apache.org: Name or
service not known and 'parent.relativePath' points at wrong local POM @
line 32, column 11
> @
> [ERROR] The build could not read 1 project -> [Help 1]
> [ERROR]
> [ERROR]   The project org.apache.zeppelin:zeppelin:0.8.0-SNAPSHOT
(/opt/zeppelin/zeppelin/pom.xml) has 1 error
> [ERROR] Non-resolvable parent POM for 
> org.apache.zeppelin:zeppelin:0.8.0-SNAPSHOT:
Could not transfer artifact org.apache:apache:pom:17 from/to central (
https://repo.maven.apache.org/maven2): repo.maven.apache.org: Name or
service not known and 'parent.relativePath' points at wrong local POM @
line 32, column 11: Unknown host repo.maven.apache.org: Name or service not
known -> [Help 2]
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with the
-e switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR]
> [ERROR] For more information about the errors and possible solutions,
please read the following articles:
> [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/
ProjectBuildingException
> [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/
UnresolvableModelException
>


Re: Building Zeppelin on Mapr 5.2 MEP 3.0 Fails with error below

2017-10-19 Thread Michael Segel
Hi, 

Why are you using  -Pmapr50 instead of -Pmapr51  (There is no 5.2) 

You’re building against 0.8.0 which isn’t the latest ‘stable’ release. 

I’ve had issues building a MapR release against 7.3 but could build against 7.2
(Albeit I’ve had some issues along the way.) 

Also why the added HBase?  

Is there any reason why you couldn’t go back to 7.2 and try that release? 

> On Oct 19, 2017, at 4:44 AM, ligar...@gmail.com wrote:
> 
> Hi Am building zeppelin on mapr 5.2 MEP 3.0 
> COMMAND USED
> mvn clean package -DskipTests -Pmapr50 -Pscalding -Dignite.version=1.9.0 
> -Pcassandra-spark-1.5   -Dhbase.hbase.version=1.1.8 -Pspark-2.1 -Phadoop-2.7 
> -Pyarn -Ppyspark -Psparkr -Pscala-2.11 
> 
> 
> ERROR RECEIVED 
> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=1024m; 
> support was removed in 8.0
> [INFO] Scanning for projects...
> Downloading: 
> https://repo.maven.apache.org/maven2/org/apache/apache/17/apache-17.pom
> [ERROR] [ERROR] Some problems were encountered while processing the POMs:
> [FATAL] Non-resolvable parent POM for 
> org.apache.zeppelin:zeppelin:0.8.0-SNAPSHOT: Could not transfer artifact 
> org.apache:apache:pom:17 from/to central 
> (https://repo.maven.apache.org/maven2): repo.maven.apache.org: Name or 
> service not known and 'parent.relativePath' points at wrong local POM @ line 
> 32, column 11
> @ 
> [ERROR] The build could not read 1 project -> [Help 1]
> [ERROR]   
> [ERROR]   The project org.apache.zeppelin:zeppelin:0.8.0-SNAPSHOT 
> (/opt/zeppelin/zeppelin/pom.xml) has 1 error
> [ERROR] Non-resolvable parent POM for 
> org.apache.zeppelin:zeppelin:0.8.0-SNAPSHOT: Could not transfer artifact 
> org.apache:apache:pom:17 from/to central 
> (https://repo.maven.apache.org/maven2): repo.maven.apache.org: Name or 
> service not known and 'parent.relativePath' points at wrong local POM @ line 
> 32, column 11: Unknown host repo.maven.apache.org: Name or service not known 
> -> [Help 2]
> [ERROR] 
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
> switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR] 
> [ERROR] For more information about the errors and possible solutions, please 
> read the following articles:
> [ERROR] [Help 1] 
> http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
> [ERROR] [Help 2] 
> http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
>