Okay, so I figured it out. The file: /var/folders/jj/91cldrqd72v55w6frm0rhs280000gn/T/jcarman
was not a directory. So, I removed it and then ran the build again. It ran just fine. No idea how that "jcarman" file got there in the first place. Anyway, from the top-level directory, running: mvn install -DskipTests -Drat.skip=true gets me: [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Zeppelin ........................................... SUCCESS [ 1.670 s] [INFO] Zeppelin: Interpreter .............................. SUCCESS [ 4.137 s] [INFO] Zeppelin: Zengine .................................. SUCCESS [ 2.229 s] [INFO] Zeppelin: Spark .................................... SUCCESS [02:12 min] [INFO] Zeppelin: Markdown interpreter ..................... SUCCESS [ 1.180 s] [INFO] Zeppelin: Angular interpreter ...................... SUCCESS [ 1.211 s] [INFO] Zeppelin: Shell interpreter ........................ SUCCESS [ 1.289 s] [INFO] Zeppelin: Hive interpreter ......................... SUCCESS [ 1.543 s] [INFO] Zeppelin: Tajo interpreter ......................... SUCCESS [ 1.284 s] [INFO] Zeppelin: web Application .......................... SUCCESS [ 37.347 s] [INFO] Zeppelin: Server ................................... SUCCESS [01:36 min] [INFO] Zeppelin: Packaging distribution ................... SUCCESS [ 0.202 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 04:41 min [INFO] Finished at: 2015-04-28T22:58:02-04:00 [INFO] Final Memory: 86M/1753M [INFO] ------------------------------------------------------------------------ On Tue, Apr 28, 2015 at 10:47 PM madhuka udantha <[email protected]> wrote: > Hi, James > > you can find 'bower' in incubator-zeppelin\zeppelin-web folder. So you can > go for zeppelin-web directory and enter 'bower install' and wait till it > complete. > > try again. > > Few days ago I tried building zeppelin in windows[1] and linux[2] > (completed it with success). Here are the steps and troubleshoot[1]. > [1] > > http://madhukaudantha.blogspot.com/2015/04/building-zeppelin-in-windows-8.html > [2] > http://madhukaudantha.blogspot.com/2015/03/building-apache-zeppelin.html > > On Wed, Apr 29, 2015 at 8:07 AM, James Carman <[email protected]> > wrote: > > > bower --allow-root install > > > > > > -- > Cheers, > Madhuka Udantha > http://madhukaudantha.blogspot.com >
