You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@zeppelin.apache.org by Daubignard Marion <Ma...@ssi.gouv.fr> on 2021/06/25 17:51:30 UTC

[ZEPPELIN 0.9.0] Build problem

Hi everyone,
Thanks for this great project. I have tested out zeppelin 0.9.0 by downloading it in binary form, and now I am trying to rebuild it from source and it does not seem to work, neither from the master branch when checking out tag v0.9.0-docker, nor when checking out branch-0.9.

In both cases, mvn clean package -DskipTests ends abruptly with :

Non-resolvable parent POM for org.apache.zeppelin:flink-scala-2.11:0.10.0-SNAPSHOT: Could not find artifact org.apache.zeppelin:flink-scala-parent:pom:0.10.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 20, column 11
Non-resolvable parent POM for org.apache.zeppelin:flink-scala-2.12:0.10.0-SNAPSHOT: Could not find artifact org.apache.zeppelin:flink-scala-parent:pom:0.10.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 20, column 11
Non-resolvable parent POM for org.apache.zeppelin:flink1.13-shims:0.9.1-SNAPSHOT: Could not find artifact org.apache.zeppelin:flink-parent:pom:0.10.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 21, column 13


Can you tell me what I am doing wrong ? Should I exclude flink ? It does start building when I remove flink from the root pom file, but then the build process stops with :

Failed to execute goal org.scala-tools:maven-scala-plugin:2.15.2:compile (default) on project zeppelin-display: wrap: org.apache.commons.exec.ExecuteException: Process exited with an error: 1(Exit value: 1)

So I suspect I am not using the code you used to end up with version 0.9.0 which I downloaded and tested. Or maybe there is a particular mvn line ?

I sincerely think I did what the doc tells me to and I tried snooping around but I am at a loss. Any help would be welcome.
Thanks a lot,
-M
Les donn?es ? caract?re personnel recueillies et trait?es dans le cadre de cet ?change, le sont ? seule fin d'ex?cution d'une relation professionnelle et s'op?rent dans cette seule finalit? et pour la dur?e n?cessaire ? cette relation. Si vous souhaitez faire usage de vos droits de consultation, de rectification et de suppression de vos donn?es, veuillez contacter contact.rgpd@sgdsn.gouv.fr. Si vous avez re?u ce message par erreur, nous vous remercions d'en informer l'exp?diteur et de d?truire le message. The personal data collected and processed during this exchange aims solely at completing a business relationship and is limited to the necessary duration of that relationship. If you wish to use your rights of consultation, rectification and deletion of your data, please contact: contact.rgpd@sgdsn.gouv.fr. If you have received this message in error, we thank you for informing the sender and destroying the message.

Re: [ZEPPELIN 0.9.0] Build problem

Posted by Jeff Zhang <zj...@gmail.com>.
Thanks for the feedback, Daubignard

Daubignard Marion <Ma...@ssi.gouv.fr> 于2021年6月28日周一 下午7:12写道:

> Hey 😊
>
> Checking things from the beginning, I figured out what was wrong, so I
> post it in case any other users have the same problem.
>
> I had not checked the java version on this machine and it was java 11.
>
> Anyone with weird building issues : try checking your java version is 1.8 …
>
> Sorry for the noise.
>
> -m
>
>
>
>
>
> *De :* Jeff Zhang <zj...@gmail.com>
> *Envoyé :* lundi 28 juin 2021 11:41
> *À :* users <us...@zeppelin.apache.org>
> *Objet :* Re: [ZEPPELIN 0.9.0] Build problem
>
>
>
> The tag v0.9.0-docker may not point to the 0.9.0 release, because we had
> issues building a 0.9.0 docker at that time, so we made a hotfix and
> updated the tag to point to another commit. You can also use branch-0.9 to
> build zeppelin.
>
>
>
> Daubignard Marion <Ma...@ssi.gouv.fr> 于2021年6月28日周一 下午5:25写道:
>
> Hi,
>
> Building master right now does not yield problems with flink, but il leads
> to the same maven-scala-plugin problem :-/
>
>
>
> It is expected that upstream has problems though, this is why I wanted to
> build the tagged version. Maybe you use a particular building profile to
> end up with the binary version ?
>
>
>
> Thanks for your help,
>
> M
>
>
>
> *De :* Jeff Zhang <zj...@gmail.com>
> *Envoyé :* vendredi 25 juin 2021 21:35
> *À :* users <us...@zeppelin.apache.org>
> *Objet :* Re: [ZEPPELIN 0.9.0] Build problem
>
>
>
> Could you pull the latest code from master branch ? I think this is an
> issue which has been fixed recently
>
>
>
> Daubignard Marion <Ma...@ssi.gouv.fr> 于2021年6月26日周六 上午1:51写道:
>
> Hi everyone,
>
> Thanks for this great project. I have tested out zeppelin 0.9.0 by
> downloading it in binary form, and now I am trying to rebuild it from
> source and it does not seem to work, neither from the master branch when
> checking out tag v0.9.0-docker, nor when checking out branch-0.9.
>
>
>
> In both cases, mvn clean package –DskipTests ends abruptly with :
>
>
>
> Non-resolvable parent POM for
> org.apache.zeppelin:flink-scala-2.11:0.10.0-SNAPSHOT: Could not find
> artifact org.apache.zeppelin:flink-scala-parent:pom:0.10.0-SNAPSHOT and
> 'parent.relativePath' points at wrong local POM @ line 20, column 11
>
> Non-resolvable parent POM for
> org.apache.zeppelin:flink-scala-2.12:0.10.0-SNAPSHOT: Could not find
> artifact org.apache.zeppelin:flink-scala-parent:pom:0.10.0-SNAPSHOT and
> 'parent.relativePath' points at wrong local POM @ line 20, column 11
>
> Non-resolvable parent POM for
> org.apache.zeppelin:flink1.13-shims:0.9.1-SNAPSHOT: Could not find artifact
> org.apache.zeppelin:flink-parent:pom:0.10.0-SNAPSHOT and
> 'parent.relativePath' points at wrong local POM @ line 21, column 13
>
>
>
>
>
> Can you tell me what I am doing wrong ? Should I exclude flink ? It does
> start building when I remove flink from the root pom file, but then the
> build process stops with :
>
>
>
> Failed to execute goal org.scala-tools:maven-scala-plugin:2.15.2:compile
> (default) on project zeppelin-display: wrap:
> org.apache.commons.exec.ExecuteException: Process exited with an error:
> 1(Exit value: 1)
>
>
>
> So I suspect I am not using the code you used to end up with version 0.9.0
> which I downloaded and tested. Or maybe there is a particular mvn line ?
>
>
>
> I sincerely think I did what the doc tells me to and I tried snooping
> around but I am at a loss. Any help would be welcome.
>
> Thanks a lot,
>
> -M
>
> Les données à caractère personnel recueillies et traitées dans le cadre de
> cet échange, le sont à seule fin d’exécution d’une relation professionnelle
> et s’opèrent dans cette seule finalité et pour la durée nécessaire à cette
> relation. Si vous souhaitez faire usage de vos droits de consultation, de
> rectification et de suppression de vos données, veuillez contacter
> contact.rgpd@sgdsn.gouv.fr. Si vous avez reçu ce message par erreur, nous
> vous remercions d’en informer l’expéditeur et de détruire le message. The
> personal data collected and processed during this exchange aims solely at
> completing a business relationship and is limited to the necessary duration
> of that relationship. If you wish to use your rights of consultation,
> rectification and deletion of your data, please contact:
> contact.rgpd@sgdsn.gouv.fr. If you have received this message in error,
> we thank you for informing the sender and destroying the message.
>
>
>
>
> --
>
> Best Regards
>
> Jeff Zhang
>
> Les données à caractère personnel recueillies et traitées dans le cadre de
> cet échange, le sont à seule fin d’exécution d’une relation professionnelle
> et s’opèrent dans cette seule finalité et pour la durée nécessaire à cette
> relation. Si vous souhaitez faire usage de vos droits de consultation, de
> rectification et de suppression de vos données, veuillez contacter
> contact.rgpd@sgdsn.gouv.fr. Si vous avez reçu ce message par erreur, nous
> vous remercions d’en informer l’expéditeur et de détruire le message. The
> personal data collected and processed during this exchange aims solely at
> completing a business relationship and is limited to the necessary duration
> of that relationship. If you wish to use your rights of consultation,
> rectification and deletion of your data, please contact:
> contact.rgpd@sgdsn.gouv.fr. If you have received this message in error,
> we thank you for informing the sender and destroying the message.
>
>
>
>
> --
>
> Best Regards
>
> Jeff Zhang
> Les données à caractère personnel recueillies et traitées dans le cadre de
> cet échange, le sont à seule fin d’exécution d’une relation professionnelle
> et s’opèrent dans cette seule finalité et pour la durée nécessaire à cette
> relation. Si vous souhaitez faire usage de vos droits de consultation, de
> rectification et de suppression de vos données, veuillez contacter
> contact.rgpd@sgdsn.gouv.fr. Si vous avez reçu ce message par erreur, nous
> vous remercions d’en informer l’expéditeur et de détruire le message. The
> personal data collected and processed during this exchange aims solely at
> completing a business relationship and is limited to the necessary duration
> of that relationship. If you wish to use your rights of consultation,
> rectification and deletion of your data, please contact:
> contact.rgpd@sgdsn.gouv.fr. If you have received this message in error,
> we thank you for informing the sender and destroying the message.
>


-- 
Best Regards

Jeff Zhang

RE: [ZEPPELIN 0.9.0] Build problem

Posted by Daubignard Marion <Ma...@ssi.gouv.fr>.
Hey 😊
Checking things from the beginning, I figured out what was wrong, so I post it in case any other users have the same problem.
I had not checked the java version on this machine and it was java 11.
Anyone with weird building issues : try checking your java version is 1.8 …
Sorry for the noise.
-m


De : Jeff Zhang <zj...@gmail.com>
Envoyé : lundi 28 juin 2021 11:41
À : users <us...@zeppelin.apache.org>
Objet : Re: [ZEPPELIN 0.9.0] Build problem

The tag v0.9.0-docker may not point to the 0.9.0 release, because we had issues building a 0.9.0 docker at that time, so we made a hotfix and updated the tag to point to another commit. You can also use branch-0.9 to build zeppelin.

Daubignard Marion <Ma...@ssi.gouv.fr>> 于2021年6月28日周一 下午5:25写道:
Hi,
Building master right now does not yield problems with flink, but il leads to the same maven-scala-plugin problem :-/

It is expected that upstream has problems though, this is why I wanted to build the tagged version. Maybe you use a particular building profile to end up with the binary version ?

Thanks for your help,
M

De : Jeff Zhang <zj...@gmail.com>>
Envoyé : vendredi 25 juin 2021 21:35
À : users <us...@zeppelin.apache.org>>
Objet : Re: [ZEPPELIN 0.9.0] Build problem

Could you pull the latest code from master branch ? I think this is an issue which has been fixed recently

Daubignard Marion <Ma...@ssi.gouv.fr>> 于2021年6月26日周六 上午1:51写道:
Hi everyone,
Thanks for this great project. I have tested out zeppelin 0.9.0 by downloading it in binary form, and now I am trying to rebuild it from source and it does not seem to work, neither from the master branch when checking out tag v0.9.0-docker, nor when checking out branch-0.9.

In both cases, mvn clean package –DskipTests ends abruptly with :

Non-resolvable parent POM for org.apache.zeppelin:flink-scala-2.11:0.10.0-SNAPSHOT: Could not find artifact org.apache.zeppelin:flink-scala-parent:pom:0.10.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 20, column 11
Non-resolvable parent POM for org.apache.zeppelin:flink-scala-2.12:0.10.0-SNAPSHOT: Could not find artifact org.apache.zeppelin:flink-scala-parent:pom:0.10.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 20, column 11
Non-resolvable parent POM for org.apache.zeppelin:flink1.13-shims:0.9.1-SNAPSHOT: Could not find artifact org.apache.zeppelin:flink-parent:pom:0.10.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 21, column 13


Can you tell me what I am doing wrong ? Should I exclude flink ? It does start building when I remove flink from the root pom file, but then the build process stops with :

Failed to execute goal org.scala-tools:maven-scala-plugin:2.15.2:compile (default) on project zeppelin-display: wrap: org.apache.commons.exec.ExecuteException: Process exited with an error: 1(Exit value: 1)

So I suspect I am not using the code you used to end up with version 0.9.0 which I downloaded and tested. Or maybe there is a particular mvn line ?

I sincerely think I did what the doc tells me to and I tried snooping around but I am at a loss. Any help would be welcome.
Thanks a lot,
-M
Les données à caractère personnel recueillies et traitées dans le cadre de cet échange, le sont à seule fin d’exécution d’une relation professionnelle et s’opèrent dans cette seule finalité et pour la durée nécessaire à cette relation. Si vous souhaitez faire usage de vos droits de consultation, de rectification et de suppression de vos données, veuillez contacter contact.rgpd@sgdsn.gouv.fr<ma...@sgdsn.gouv.fr>. Si vous avez reçu ce message par erreur, nous vous remercions d’en informer l’expéditeur et de détruire le message. The personal data collected and processed during this exchange aims solely at completing a business relationship and is limited to the necessary duration of that relationship. If you wish to use your rights of consultation, rectification and deletion of your data, please contact: contact.rgpd@sgdsn.gouv.fr<ma...@sgdsn.gouv.fr>. If you have received this message in error, we thank you for informing the sender and destroying the message.


--
Best Regards

Jeff Zhang
Les données à caractère personnel recueillies et traitées dans le cadre de cet échange, le sont à seule fin d’exécution d’une relation professionnelle et s’opèrent dans cette seule finalité et pour la durée nécessaire à cette relation. Si vous souhaitez faire usage de vos droits de consultation, de rectification et de suppression de vos données, veuillez contacter contact.rgpd@sgdsn.gouv.fr<ma...@sgdsn.gouv.fr>. Si vous avez reçu ce message par erreur, nous vous remercions d’en informer l’expéditeur et de détruire le message. The personal data collected and processed during this exchange aims solely at completing a business relationship and is limited to the necessary duration of that relationship. If you wish to use your rights of consultation, rectification and deletion of your data, please contact: contact.rgpd@sgdsn.gouv.fr<ma...@sgdsn.gouv.fr>. If you have received this message in error, we thank you for informing the sender and destroying the message.


--
Best Regards

Jeff Zhang
Les données à caractère personnel recueillies et traitées dans le cadre de cet échange, le sont à seule fin d’exécution d’une relation professionnelle et s’opèrent dans cette seule finalité et pour la durée nécessaire à cette relation. Si vous souhaitez faire usage de vos droits de consultation, de rectification et de suppression de vos données, veuillez contacter contact.rgpd@sgdsn.gouv.fr. Si vous avez reçu ce message par erreur, nous vous remercions d’en informer l’expéditeur et de détruire le message. The personal data collected and processed during this exchange aims solely at completing a business relationship and is limited to the necessary duration of that relationship. If you wish to use your rights of consultation, rectification and deletion of your data, please contact: contact.rgpd@sgdsn.gouv.fr. If you have received this message in error, we thank you for informing the sender and destroying the message.

Re: [ZEPPELIN 0.9.0] Build problem

Posted by Jeff Zhang <zj...@gmail.com>.
The tag v0.9.0-docker may not point to the 0.9.0 release, because we had
issues building a 0.9.0 docker at that time, so we made a hotfix and
updated the tag to point to another commit. You can also use branch-0.9 to
build zeppelin.

Daubignard Marion <Ma...@ssi.gouv.fr> 于2021年6月28日周一 下午5:25写道:

> Hi,
>
> Building master right now does not yield problems with flink, but il leads
> to the same maven-scala-plugin problem :-/
>
>
>
> It is expected that upstream has problems though, this is why I wanted to
> build the tagged version. Maybe you use a particular building profile to
> end up with the binary version ?
>
>
>
> Thanks for your help,
>
> M
>
>
>
> *De :* Jeff Zhang <zj...@gmail.com>
> *Envoyé :* vendredi 25 juin 2021 21:35
> *À :* users <us...@zeppelin.apache.org>
> *Objet :* Re: [ZEPPELIN 0.9.0] Build problem
>
>
>
> Could you pull the latest code from master branch ? I think this is an
> issue which has been fixed recently
>
>
>
> Daubignard Marion <Ma...@ssi.gouv.fr> 于2021年6月26日周六 上午1:51写道:
>
> Hi everyone,
>
> Thanks for this great project. I have tested out zeppelin 0.9.0 by
> downloading it in binary form, and now I am trying to rebuild it from
> source and it does not seem to work, neither from the master branch when
> checking out tag v0.9.0-docker, nor when checking out branch-0.9.
>
>
>
> In both cases, mvn clean package –DskipTests ends abruptly with :
>
>
>
> Non-resolvable parent POM for
> org.apache.zeppelin:flink-scala-2.11:0.10.0-SNAPSHOT: Could not find
> artifact org.apache.zeppelin:flink-scala-parent:pom:0.10.0-SNAPSHOT and
> 'parent.relativePath' points at wrong local POM @ line 20, column 11
>
> Non-resolvable parent POM for
> org.apache.zeppelin:flink-scala-2.12:0.10.0-SNAPSHOT: Could not find
> artifact org.apache.zeppelin:flink-scala-parent:pom:0.10.0-SNAPSHOT and
> 'parent.relativePath' points at wrong local POM @ line 20, column 11
>
> Non-resolvable parent POM for
> org.apache.zeppelin:flink1.13-shims:0.9.1-SNAPSHOT: Could not find artifact
> org.apache.zeppelin:flink-parent:pom:0.10.0-SNAPSHOT and
> 'parent.relativePath' points at wrong local POM @ line 21, column 13
>
>
>
>
>
> Can you tell me what I am doing wrong ? Should I exclude flink ? It does
> start building when I remove flink from the root pom file, but then the
> build process stops with :
>
>
>
> Failed to execute goal org.scala-tools:maven-scala-plugin:2.15.2:compile
> (default) on project zeppelin-display: wrap:
> org.apache.commons.exec.ExecuteException: Process exited with an error:
> 1(Exit value: 1)
>
>
>
> So I suspect I am not using the code you used to end up with version 0.9.0
> which I downloaded and tested. Or maybe there is a particular mvn line ?
>
>
>
> I sincerely think I did what the doc tells me to and I tried snooping
> around but I am at a loss. Any help would be welcome.
>
> Thanks a lot,
>
> -M
>
> Les données à caractère personnel recueillies et traitées dans le cadre de
> cet échange, le sont à seule fin d’exécution d’une relation professionnelle
> et s’opèrent dans cette seule finalité et pour la durée nécessaire à cette
> relation. Si vous souhaitez faire usage de vos droits de consultation, de
> rectification et de suppression de vos données, veuillez contacter
> contact.rgpd@sgdsn.gouv.fr. Si vous avez reçu ce message par erreur, nous
> vous remercions d’en informer l’expéditeur et de détruire le message. The
> personal data collected and processed during this exchange aims solely at
> completing a business relationship and is limited to the necessary duration
> of that relationship. If you wish to use your rights of consultation,
> rectification and deletion of your data, please contact:
> contact.rgpd@sgdsn.gouv.fr. If you have received this message in error,
> we thank you for informing the sender and destroying the message.
>
>
>
>
> --
>
> Best Regards
>
> Jeff Zhang
> Les données à caractère personnel recueillies et traitées dans le cadre de
> cet échange, le sont à seule fin d’exécution d’une relation professionnelle
> et s’opèrent dans cette seule finalité et pour la durée nécessaire à cette
> relation. Si vous souhaitez faire usage de vos droits de consultation, de
> rectification et de suppression de vos données, veuillez contacter
> contact.rgpd@sgdsn.gouv.fr. Si vous avez reçu ce message par erreur, nous
> vous remercions d’en informer l’expéditeur et de détruire le message. The
> personal data collected and processed during this exchange aims solely at
> completing a business relationship and is limited to the necessary duration
> of that relationship. If you wish to use your rights of consultation,
> rectification and deletion of your data, please contact:
> contact.rgpd@sgdsn.gouv.fr. If you have received this message in error,
> we thank you for informing the sender and destroying the message.
>


-- 
Best Regards

Jeff Zhang

RE: [ZEPPELIN 0.9.0] Build problem

Posted by Daubignard Marion <Ma...@ssi.gouv.fr>.
Hi,
Building master right now does not yield problems with flink, but il leads to the same maven-scala-plugin problem :-/

It is expected that upstream has problems though, this is why I wanted to build the tagged version. Maybe you use a particular building profile to end up with the binary version ?

Thanks for your help,
M

De : Jeff Zhang <zj...@gmail.com>
Envoyé : vendredi 25 juin 2021 21:35
À : users <us...@zeppelin.apache.org>
Objet : Re: [ZEPPELIN 0.9.0] Build problem

Could you pull the latest code from master branch ? I think this is an issue which has been fixed recently

Daubignard Marion <Ma...@ssi.gouv.fr>> 于2021年6月26日周六 上午1:51写道:
Hi everyone,
Thanks for this great project. I have tested out zeppelin 0.9.0 by downloading it in binary form, and now I am trying to rebuild it from source and it does not seem to work, neither from the master branch when checking out tag v0.9.0-docker, nor when checking out branch-0.9.

In both cases, mvn clean package –DskipTests ends abruptly with :

Non-resolvable parent POM for org.apache.zeppelin:flink-scala-2.11:0.10.0-SNAPSHOT: Could not find artifact org.apache.zeppelin:flink-scala-parent:pom:0.10.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 20, column 11
Non-resolvable parent POM for org.apache.zeppelin:flink-scala-2.12:0.10.0-SNAPSHOT: Could not find artifact org.apache.zeppelin:flink-scala-parent:pom:0.10.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 20, column 11
Non-resolvable parent POM for org.apache.zeppelin:flink1.13-shims:0.9.1-SNAPSHOT: Could not find artifact org.apache.zeppelin:flink-parent:pom:0.10.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 21, column 13


Can you tell me what I am doing wrong ? Should I exclude flink ? It does start building when I remove flink from the root pom file, but then the build process stops with :

Failed to execute goal org.scala-tools:maven-scala-plugin:2.15.2:compile (default) on project zeppelin-display: wrap: org.apache.commons.exec.ExecuteException: Process exited with an error: 1(Exit value: 1)

So I suspect I am not using the code you used to end up with version 0.9.0 which I downloaded and tested. Or maybe there is a particular mvn line ?

I sincerely think I did what the doc tells me to and I tried snooping around but I am at a loss. Any help would be welcome.
Thanks a lot,
-M
Les données à caractère personnel recueillies et traitées dans le cadre de cet échange, le sont à seule fin d’exécution d’une relation professionnelle et s’opèrent dans cette seule finalité et pour la durée nécessaire à cette relation. Si vous souhaitez faire usage de vos droits de consultation, de rectification et de suppression de vos données, veuillez contacter contact.rgpd@sgdsn.gouv.fr<ma...@sgdsn.gouv.fr>. Si vous avez reçu ce message par erreur, nous vous remercions d’en informer l’expéditeur et de détruire le message. The personal data collected and processed during this exchange aims solely at completing a business relationship and is limited to the necessary duration of that relationship. If you wish to use your rights of consultation, rectification and deletion of your data, please contact: contact.rgpd@sgdsn.gouv.fr<ma...@sgdsn.gouv.fr>. If you have received this message in error, we thank you for informing the sender and destroying the message.


--
Best Regards

Jeff Zhang
Les données à caractère personnel recueillies et traitées dans le cadre de cet échange, le sont à seule fin d’exécution d’une relation professionnelle et s’opèrent dans cette seule finalité et pour la durée nécessaire à cette relation. Si vous souhaitez faire usage de vos droits de consultation, de rectification et de suppression de vos données, veuillez contacter contact.rgpd@sgdsn.gouv.fr. Si vous avez reçu ce message par erreur, nous vous remercions d’en informer l’expéditeur et de détruire le message. The personal data collected and processed during this exchange aims solely at completing a business relationship and is limited to the necessary duration of that relationship. If you wish to use your rights of consultation, rectification and deletion of your data, please contact: contact.rgpd@sgdsn.gouv.fr. If you have received this message in error, we thank you for informing the sender and destroying the message.

Re: [ZEPPELIN 0.9.0] Build problem

Posted by Jeff Zhang <zj...@gmail.com>.
Could you pull the latest code from master branch ? I think this is an
issue which has been fixed recently

Daubignard Marion <Ma...@ssi.gouv.fr> 于2021年6月26日周六 上午1:51写道:

> Hi everyone,
>
> Thanks for this great project. I have tested out zeppelin 0.9.0 by
> downloading it in binary form, and now I am trying to rebuild it from
> source and it does not seem to work, neither from the master branch when
> checking out tag v0.9.0-docker, nor when checking out branch-0.9.
>
>
>
> In both cases, mvn clean package –DskipTests ends abruptly with :
>
>
>
> Non-resolvable parent POM for
> org.apache.zeppelin:flink-scala-2.11:0.10.0-SNAPSHOT: Could not find
> artifact org.apache.zeppelin:flink-scala-parent:pom:0.10.0-SNAPSHOT and
> 'parent.relativePath' points at wrong local POM @ line 20, column 11
>
> Non-resolvable parent POM for
> org.apache.zeppelin:flink-scala-2.12:0.10.0-SNAPSHOT: Could not find
> artifact org.apache.zeppelin:flink-scala-parent:pom:0.10.0-SNAPSHOT and
> 'parent.relativePath' points at wrong local POM @ line 20, column 11
>
> Non-resolvable parent POM for
> org.apache.zeppelin:flink1.13-shims:0.9.1-SNAPSHOT: Could not find artifact
> org.apache.zeppelin:flink-parent:pom:0.10.0-SNAPSHOT and
> 'parent.relativePath' points at wrong local POM @ line 21, column 13
>
>
>
>
>
> Can you tell me what I am doing wrong ? Should I exclude flink ? It does
> start building when I remove flink from the root pom file, but then the
> build process stops with :
>
>
>
> Failed to execute goal org.scala-tools:maven-scala-plugin:2.15.2:compile
> (default) on project zeppelin-display: wrap:
> org.apache.commons.exec.ExecuteException: Process exited with an error:
> 1(Exit value: 1)
>
>
>
> So I suspect I am not using the code you used to end up with version 0.9.0
> which I downloaded and tested. Or maybe there is a particular mvn line ?
>
>
>
> I sincerely think I did what the doc tells me to and I tried snooping
> around but I am at a loss. Any help would be welcome.
>
> Thanks a lot,
>
> -M
> Les données à caractère personnel recueillies et traitées dans le cadre de
> cet échange, le sont à seule fin d’exécution d’une relation professionnelle
> et s’opèrent dans cette seule finalité et pour la durée nécessaire à cette
> relation. Si vous souhaitez faire usage de vos droits de consultation, de
> rectification et de suppression de vos données, veuillez contacter
> contact.rgpd@sgdsn.gouv.fr. Si vous avez reçu ce message par erreur, nous
> vous remercions d’en informer l’expéditeur et de détruire le message. The
> personal data collected and processed during this exchange aims solely at
> completing a business relationship and is limited to the necessary duration
> of that relationship. If you wish to use your rights of consultation,
> rectification and deletion of your data, please contact:
> contact.rgpd@sgdsn.gouv.fr. If you have received this message in error,
> we thank you for informing the sender and destroying the message.
>


-- 
Best Regards

Jeff Zhang