You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@zeppelin.apache.org by zml张明磊 <mi...@Ctrip.com> on 2016/01/13 11:53:35 UTC

Errors occur when build Zeppelin

Hi,
I am a new to Zeppelin. And Build Zeppelin is not a happy process. The issue’s location I have purposed on the StackOverFlow
http://stackoverflow.com/questions/34764306/errors-occur-when-build-zeppelin

With the following is also the same error as StackOverFlow. I am trying to figure out how to solve it but it’s useless. Can anyone help me and work around it ?

[INFO] Zeppelin ........................................... SUCCESS [  3.383 s]
[INFO] Zeppelin: Interpreter .............................. SUCCESS [  3.688 s]
[INFO] Zeppelin: Zengine .................................. SUCCESS [  2.334 s]
[INFO] Zeppelin: Spark dependencies ....................... SUCCESS [ 21.198 s]
[INFO] Zeppelin: Spark .................................... SUCCESS [  5.601 s]
[INFO] Zeppelin: Markdown interpreter ..................... SUCCESS [  0.243 s]
[INFO] Zeppelin: Angular interpreter ...................... SUCCESS [  0.169 s]
[INFO] Zeppelin: Shell interpreter ........................ SUCCESS [  0.160 s]
[INFO] Zeppelin: Hive interpreter ......................... SUCCESS [  1.103 s]
[INFO] Zeppelin: Apache Phoenix Interpreter ............... FAILURE [  0.154 s]
[INFO] Zeppelin: PostgreSQL interpreter ................... SKIPPED
[INFO] Zeppelin: Tajo interpreter ......................... SKIPPED
[INFO] Zeppelin: Flink .................................... SKIPPED
[INFO] Zeppelin: Apache Ignite interpreter ................ SKIPPED
[INFO] Zeppelin: Kylin interpreter ........................ SKIPPED
[INFO] Zeppelin: Lens interpreter ......................... SKIPPED
[INFO] Zeppelin: Cassandra ................................ SKIPPED
[INFO] Zeppelin: Elasticsearch interpreter ................ SKIPPED
[INFO] Zeppelin: web Application .......................... SKIPPED
[INFO] Zeppelin: Server ................................... SKIPPED
[INFO] Zeppelin: Packaging distribution ................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 38.552 s
[INFO] Finished at: 2016-01-13T18:23:47+08:00
[INFO] Final Memory: 54M/807M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project zeppelin-phoenix: Could not resolve dependencies for project org.apache.zeppelin:zeppelin-phoenix:jar:0.6.0-incubating-SNAPSHOT: Could not find artifact sqlline:sqlline:jar:1.1.8 in public (http://maven.dev.sh.ctripcorp.com:8081/nexus/content/repositories/public) -> [Help 1]
[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.

Thanks,
Minglei.


答复: Errors occur when build Zeppelin

Posted by zml张明磊 <mi...@Ctrip.com>.
Thanks, bro. I solve this issue can by two method. One is build Zeppelin at home, easy but not effi. Another is add the sqlline dependency to the project  pom.xml .
http://mvnrepository.com/artifact/sqlline/sqlline/1.1.9



发件人: Jungtaek Lim [mailto:kabhwan@gmail.com]
发送时间: 2016年1月14日 9:31
收件人: users@zeppelin.incubator.apache.org
主题: Re: Errors occur when build Zeppelin

Minglei,

sqlline:sqlline:jar:1.1.8 is served from conjar repo., so you may also have to mirror conjar to internal infra if you're restricted to connect internet.

sqlline:sqlline:jar:1.1.9 is served from maven repo., so you can also exclude it and manually add dependency sqlline:sqlline:1.1.9.

I've also commented to SO.

Hope this helps.

Best,
Jungtaek Lim (HeartSaVioR)

On Wed, Jan 13, 2016 at 7:53 PM, zml张明磊 <mi...@ctrip.com>> wrote:
Hi,
I am a new to Zeppelin. And Build Zeppelin is not a happy process. The issue’s location I have purposed on the StackOverFlow
http://stackoverflow.com/questions/34764306/errors-occur-when-build-zeppelin

With the following is also the same error as StackOverFlow. I am trying to figure out how to solve it but it’s useless. Can anyone help me and work around it ?

[INFO] Zeppelin ........................................... SUCCESS [  3.383 s]
[INFO] Zeppelin: Interpreter .............................. SUCCESS [  3.688 s]
[INFO] Zeppelin: Zengine .................................. SUCCESS [  2.334 s]
[INFO] Zeppelin: Spark dependencies ....................... SUCCESS [ 21.198 s]
[INFO] Zeppelin: Spark .................................... SUCCESS [  5.601 s]
[INFO] Zeppelin: Markdown interpreter ..................... SUCCESS [  0.243 s]
[INFO] Zeppelin: Angular interpreter ...................... SUCCESS [  0.169 s]
[INFO] Zeppelin: Shell interpreter ........................ SUCCESS [  0.160 s]
[INFO] Zeppelin: Hive interpreter ......................... SUCCESS [  1.103 s]
[INFO] Zeppelin: Apache Phoenix Interpreter ............... FAILURE [  0.154 s]
[INFO] Zeppelin: PostgreSQL interpreter ................... SKIPPED
[INFO] Zeppelin: Tajo interpreter ......................... SKIPPED
[INFO] Zeppelin: Flink .................................... SKIPPED
[INFO] Zeppelin: Apache Ignite interpreter ................ SKIPPED
[INFO] Zeppelin: Kylin interpreter ........................ SKIPPED
[INFO] Zeppelin: Lens interpreter ......................... SKIPPED
[INFO] Zeppelin: Cassandra ................................ SKIPPED
[INFO] Zeppelin: Elasticsearch interpreter ................ SKIPPED
[INFO] Zeppelin: web Application .......................... SKIPPED
[INFO] Zeppelin: Server ................................... SKIPPED
[INFO] Zeppelin: Packaging distribution ................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 38.552 s
[INFO] Finished at: 2016-01-13T18:23:47+08:00
[INFO] Final Memory: 54M/807M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project zeppelin-phoenix: Could not resolve dependencies for project org.apache.zeppelin:zeppelin-phoenix:jar:0.6.0-incubating-SNAPSHOT: Could not find artifact sqlline:sqlline:jar:1.1.8 in public (http://maven.dev.sh.ctripcorp.com:8081/nexus/content/repositories/public) -> [Help 1]
[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.

Thanks,
Minglei.




--
Name : Jungtaek Lim
Blog : http://medium.com/@heartsavior
Twitter : http://twitter.com/heartsavior
LinkedIn : http://www.linkedin.com/in/heartsavior

Re: Errors occur when build Zeppelin

Posted by Jungtaek Lim <ka...@gmail.com>.
Minglei,

sqlline:sqlline:jar:1.1.8 is served from conjar repo., so you may also have
to mirror conjar to internal infra if you're restricted to connect internet.

sqlline:sqlline:jar:1.1.9 is served from maven repo., so you can also
exclude it and manually add dependency sqlline:sqlline:1.1.9.

I've also commented to SO.

Hope this helps.

Best,
Jungtaek Lim (HeartSaVioR)

On Wed, Jan 13, 2016 at 7:53 PM, zml张明磊 <mi...@ctrip.com> wrote:

> Hi,
>
> I am a new to Zeppelin. And Build Zeppelin is not a happy process. The
> issue’s location I have purposed on the StackOverFlow
>
>
> http://stackoverflow.com/questions/34764306/errors-occur-when-build-zeppelin
>
>
>
> With the following is also the same error as StackOverFlow. I am trying to
> figure out how to solve it but it’s useless. Can anyone help me and work
> around it ?
>
>
>
> [INFO] Zeppelin ........................................... SUCCESS [
>  3.383 s]
>
> [INFO] Zeppelin: Interpreter .............................. SUCCESS [
>  3.688 s]
>
> [INFO] Zeppelin: Zengine .................................. SUCCESS [
>  2.334 s]
>
> [INFO] Zeppelin: Spark dependencies ....................... SUCCESS [
> 21.198 s]
>
> [INFO] Zeppelin: Spark .................................... SUCCESS [
>  5.601 s]
>
> [INFO] Zeppelin: Markdown interpreter ..................... SUCCESS [
>  0.243 s]
>
> [INFO] Zeppelin: Angular interpreter ...................... SUCCESS [
>  0.169 s]
>
> [INFO] Zeppelin: Shell interpreter ........................ SUCCESS [
>  0.160 s]
>
> [INFO] Zeppelin: Hive interpreter ......................... SUCCESS [
>  1.103 s]
>
> [INFO] Zeppelin: Apache Phoenix Interpreter ............... FAILURE [
>  0.154 s]
>
> [INFO] Zeppelin: PostgreSQL interpreter ................... SKIPPED
>
> [INFO] Zeppelin: Tajo interpreter ......................... SKIPPED
>
> [INFO] Zeppelin: Flink .................................... SKIPPED
>
> [INFO] Zeppelin: Apache Ignite interpreter ................ SKIPPED
>
> [INFO] Zeppelin: Kylin interpreter ........................ SKIPPED
>
> [INFO] Zeppelin: Lens interpreter ......................... SKIPPED
>
> [INFO] Zeppelin: Cassandra ................................ SKIPPED
>
> [INFO] Zeppelin: Elasticsearch interpreter ................ SKIPPED
>
> [INFO] Zeppelin: web Application .......................... SKIPPED
>
> [INFO] Zeppelin: Server ................................... SKIPPED
>
> [INFO] Zeppelin: Packaging distribution ................... SKIPPED
>
> [INFO]
> ------------------------------------------------------------------------
>
> [INFO] BUILD FAILURE
>
> [INFO]
> ------------------------------------------------------------------------
>
> [INFO] Total time: 38.552 s
>
> [INFO] Finished at: 2016-01-13T18:23:47+08:00
>
> [INFO] Final Memory: 54M/807M
>
> [INFO]
> ------------------------------------------------------------------------
>
> *[ERROR] Failed to execute goal on project zeppelin-phoenix: Could not
> resolve dependencies for project
> org.apache.zeppelin:zeppelin-phoenix:jar:0.6.0-incubating-SNAPSHOT: Could
> not find artifact sqlline:sqlline:jar:1.1.8 in public
> (http://maven.dev.sh.ctripcorp.com:8081/nexus/content/repositories/public
> <http://maven.dev.sh.ctripcorp.com:8081/nexus/content/repositories/public>)
> -> [Help 1]*
>
> [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.
>
>
>
> Thanks,
>
> Minglei.
>
>
>



-- 
Name : Jungtaek Lim
Blog : http://medium.com/@heartsavior
Twitter : http://twitter.com/heartsavior
LinkedIn : http://www.linkedin.com/in/heartsavior