Okay, I'm now on my home network which doesn't have any really special configs or anything and I run mvn clean install -DskipTests, I get this:
... [INFO] --- apache-rat-plugin:0.11:check (verify.rat) @ zeppelin --- [INFO] 62 implicit excludes (use -debug for more details). [INFO] Exclude: **/.idea/ [INFO] Exclude: **/*.iml [INFO] Exclude: .git/ [INFO] Exclude: .gitignore [INFO] Exclude: .repository/ [INFO] Exclude: **/*.diff [INFO] Exclude: **/*.patch [INFO] Exclude: **/*.avsc [INFO] Exclude: **/*.avro [INFO] Exclude: **/*.log [INFO] Exclude: **/docs/** [INFO] Exclude: **/test/resources/** [INFO] Exclude: **/.settings/* [INFO] Exclude: **/.classpath [INFO] Exclude: **/.project [INFO] Exclude: **/target/** [INFO] Exclude: **/derby.log [INFO] Exclude: **/metastore_db/ [INFO] Exclude: **/logs/** [INFO] Exclude: **/run/** [INFO] Exclude: **/interpreter/** [INFO] Exclude: **/local-repo/** [INFO] Exclude: **/null/** [INFO] Exclude: **/notebook/** [INFO] Exclude: _tools/site/css/* [INFO] Exclude: **/README.md [INFO] Exclude: DEPLOY.md [INFO] Exclude: CONTRIBUTING.md [INFO] Exclude: STYLE.md [INFO] Exclude: Roadmap.md [INFO] Exclude: conf/interpreter.json [INFO] 5407 resources included (use -debug for more details) Warning: org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser: Property ' http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized. Compiler warnings: WARNING: 'org.apache.xerces.jaxp.SAXParserImpl: Property ' http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.' Warning: org.apache.xerces.parsers.SAXParser: Feature ' http://javax.xml.XMLConstants/feature/secure-processing' is not recognized. Warning: org.apache.xerces.parsers.SAXParser: Property ' http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized. Warning: org.apache.xerces.parsers.SAXParser: Property ' http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized. So, the RAT plugin is running, but seems to have stalled. Nothing seems to be happening at that point, although the Java process is using up some CPU. On Tue, Apr 28, 2015 at 9:59 PM Shelton, Timothy < [email protected]> wrote: > If memory serves, bower will try to download content from GitHub as part > of this process -- I have had problems running bower (and npm) in certain > networks, because the network has some ports blocked that prevent > connectivity. You can try again on another network and see if you have > better luck? > > As an example, that step fails for me at work and at home when connected > to work via VPN, but when I'm on my home network, it works just fine. Once > I discovered the workaround, I never bothered to chase down exactly which > ports / protocols / addresses were at fault, unfortunately. > > Hope this helps -- > > T. > > > > > On Apr 28, 2015, at 12:34 PM, James Carman <[email protected]> > wrote: > > > > I don't know about that. I'm just trying to follow the instructions > found > > here: > > > > https://zeppelin.incubator.apache.org/docs/install/install.html > > > > If there are other steps, I don't mind doing them, but I don't know what > > they are :) I installed bower since I didn't have it on this machine. > I'm > > running on a pretty "stock" Mac laptop. > > > > On Tue, Apr 28, 2015 at 3:26 PM Shelton, Timothy < > > [email protected]> wrote: > > > >> Sometimes I¹ve seen this if some ports are blocked, preventing access to > >> githubŠ? > >> > >> > >> > >> > >>> On 4/28/15, 11:46 AM, "James Carman" <[email protected]> > wrote: > >>> > >>> On my local machine I have: > >>> > >>> Apache Maven 3.3.1 (cab6659f9874fa96462afef40fcf6bc033d58c1c; > >>> 2015-03-13T16:10:27-04:00) > >>> > >>> Maven home: /usr/local/Cellar/maven/3.3.1/libexec > >>> > >>> Java version: 1.8.0_45, vendor: Oracle Corporation > >>> > >>> Java home: > >>> /Library/Java/JavaVirtualMachines/jdk1.8.0_45.jdk/Contents/Home/jre > >>> > >>> Default locale: en_US, platform encoding: UTF-8 > >>> > >>> OS name: "mac os x", version: "10.10.3", arch: "x86_64", family: "mac" > >>> > >>> > >>> > >>> When I try to build Zeppelin I get: > >>> > >>> mvn install -DskipTests -Dspark.version=1.3.0 -Dhadoop.version=2.2.0 > >>> > >>> ... > >>> > >>> [ERROR] Failed to execute goal > >>> com.github.eirslett:frontend-maven-plugin:0.0.23:bower (bower install) > on > >>> project zeppelin-web: Failed to run task: 'bower --allow-root install' > >>> failed. (error code 1) -> [Help 1] > >> > >> >
