It was 'my bad': the problem was a mistake of mine with git. I use git fetch upstream and then git rebase as the process. This time I just neglected to do the second step. Corneau's tip about 0.16 vs 0.23 made me suspicious of the seetup.
thanks for the help. 2015-10-13 5:12 GMT-07:00 Corneau Damien <cornead...@gmail.com>: > Can you try cleaning your ~/.m2 directory? > > On Tue, Oct 13, 2015 at 6:35 PM, Stephen Boesch <java...@gmail.com> wrote: > >> I have made no change to the build: this is a clean install from git >> sources. So the comment about zeppelin to use 0.0.23 vs 0.0.16 .. the >> question is : why is the *build *selecting that version. I have made no >> customizations. >> >> re: "try again": I have tried to build this a few times before >> venturing to contact the mailing list. >> >> 2015-10-13 2:31 GMT-07:00 Corneau Damien <cornead...@gmail.com>: >> >>> Zeppelin is supposed to use 0.0.23, but your logs are showing 0.0.16 >>> On Oct 13, 2015 6:21 PM, "moon soo Lee" <m...@apache.org> wrote: >>> >>>> I'm using os/x yosemite and maven 3.3.3, too and i have no problem >>>> building zeppelin-web module. >>>> >>>> Here's related issue >>>> https://github.com/eirslett/frontend-maven-plugin/issues/179. The >>>> issue is resolved and Zeppelin uses 0.0.23 version which is version with >>>> the fix. >>>> >>>> Can someone also help to try build zeppelin-web module if you have os/x >>>> and maven 3.3.3? >>>> >>>> Thanks, >>>> moon >>>> >>>> On Tue, Oct 13, 2015 at 10:57 AM Stephen Boesch <java...@gmail.com> >>>> wrote: >>>> >>>>> os/x yosemite and maven 3.3.3 >>>>> >>>>> 2015-10-13 1:06 GMT-07:00 moon soo Lee <m...@apache.org>: >>>>> >>>>>> Could you share your OS and maven version? >>>>>> >>>>>> Thanks, >>>>>> moon >>>>>> >>>>>> On Mon, Oct 12, 2015 at 4:39 PM Stephen Boesch <java...@gmail.com> >>>>>> wrote: >>>>>> >>>>>>> I have cloned from git and run: >>>>>>> >>>>>>> mvn clean package -DskipTests >>>>>>> >>>>>>> The core and engine build but the web Application does not: >>>>>>> >>>>>>> >>>>>>> INFO] Reactor Summary: >>>>>>> [INFO] >>>>>>> [INFO] Zeppelin ........................................... SUCCESS >>>>>>> [ 1.274 s] >>>>>>> [INFO] Zeppelin: Zengine .................................. SUCCESS >>>>>>> [ 2.554 s] >>>>>>> [INFO] Zeppelin: Spark .................................... SUCCESS >>>>>>> [ 3.773 s] >>>>>>> [INFO] Zeppelin: Markdown interpreter ..................... SUCCESS >>>>>>> [ 0.128 s] >>>>>>> [INFO] Zeppelin: Shell interpreter ........................ SUCCESS >>>>>>> [ 0.097 s] >>>>>>> [INFO] Zeppelin: web Application .......................... FAILURE >>>>>>> [ 0.172 s] >>>>>>> >>>>>>> >>>>>>> [ERROR] Failed to execute goal >>>>>>> com.github.eirslett:frontend-maven-plugin:0.0.16:install-node-and-npm >>>>>>> (install node and npm) on project zeppelin-web: Execution install node >>>>>>> and >>>>>>> npm of goal >>>>>>> com.github.eirslett:frontend-maven-plugin:0.0.16:install-node-and-npm >>>>>>> failed: A required class was missing while executing >>>>>>> com.github.eirslett:frontend-maven-plugin:0.0.16:install-node-and-npm: >>>>>>> org/slf4j/helpers/MarkerIgnoringBase >>>>>>> [ERROR] ----------------------------------------------------- >>>>>>> [ERROR] realm = >>>>>>> plugin>com.github.eirslett:frontend-maven-plugin:0.0.16 >>>>>>> [ERROR] strategy = >>>>>>> org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy >>>>>>> >>>>>>> >>>>>>> So how to build this? >>>>>>> >>>>>>> >>>>> >> >