[
https://issues.apache.org/jira/browse/BIGTOP-1769?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14376643#comment-14376643
]
Jonathan Kelly commented on BIGTOP-1769:
----------------------------------------
I found some docs that said that clearing the npm global and user caches (npm
cache clear; sudo !!) could help. I didn't actually have NPM/Node.js installed
(it looks like the build is just using embedded versions), so I installed them
from MacPorts then cleared the caches and retried the build. Now I get a
different error:
[INFO] Running 'npm install --color=false' in
/Volumes/Amazon/emr-workspace/src/Aws157Zeppelin/zeppelin-web
[INFO] npm WARN package.json [email protected] No repository field.
[INFO] npm WARN unmet dependency
/Volumes/Amazon/emr-workspace/src/Aws157Zeppelin/zeppelin-web/node_modules/grunt-contrib-watch/node_modules/gaze/node_modules/globule
requires lodash@'~1.0.1' but will load
[INFO] npm WARN unmet dependency
/Volumes/Amazon/emr-workspace/src/Aws157Zeppelin/zeppelin-web/node_modules/grunt-contrib-watch/node_modules/lodash,
[INFO] npm WARN unmet dependency which is version 2.4.1
[INFO]
[INFO] --- frontend-maven-plugin:0.0.20:bower (bower install) @ zeppelin-web ---
[INFO] Running 'bower --allow-root install' in
/Volumes/Amazon/emr-workspace/src/Aws157Zeppelin/zeppelin-web
[INFO]
[INFO] module.js:340
[INFO] throw err;
[INFO] ^
[INFO] Error: Cannot find module 'q'
[INFO] at Function.Module._resolveFilename (module.js:338:15)
[INFO] at Function.Module._load (module.js:280:25)
[INFO] at Module.require (module.js:364:17)
[INFO] at require (module.js:380:17)
[INFO] at Object.<anonymous>
(/Volumes/Amazon/emr-workspace/src/Aws157Zeppelin/zeppelin-web/node_modules/bower/bin/bower:6:9)
[INFO] at Module._compile (module.js:456:26)
[INFO] at Object.Module._extensions..js (module.js:474:10)
[INFO] at Module.load (module.js:356:32)
[INFO] at Function.Module._load (module.js:312:12)
[INFO] at Function.Module.runMain (module.js:497:10)
I couldn't tell if the Zeppelin build is still using the embedded versions
(which would probably be preferable) or the newly installed versions, so
uninstalled NPM and Node.js to make sure it would use the embedded versions,
and I still get the same error as above. So I think clearing the caches did
something (whether it was good or bad, I can't tell, though I think the build
did get slightly farther), but now I have a new problem.
> Zeppelin Integration
> --------------------
>
> Key: BIGTOP-1769
> URL: https://issues.apache.org/jira/browse/BIGTOP-1769
> Project: Bigtop
> Issue Type: New Feature
> Components: general
> Affects Versions: 0.8.0
> Reporter: Jongyoul Lee
> Assignee: Jongyoul Lee
> Fix For: backlog
>
>
> Zeppelin will moves its repository into ASF. I think Zeppelin needs to become
> a part of Bigtop.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)