Permission denied when trying to enable Helium plugin
I have an EMR cluster set up with Zeppelin. Users are using it normally. I've read that there is a Helium repository to add visualization packages to the charts, which seems pretty cool.
I'm getting a permission denied when trying to enable any of these.
I went to the logs at tail -f -n 500 /mnt/var/log/zeppelin/zeppelin.out and got that
- INFO [2018-12-27 14:43:25,161] ({qtp143110009-3002}
NodeTaskExecutor.java[execute]:55) - Running 'npm pack
zeppelin-number@1.0.0 --registry=http://registry.npmjs.org/' in
/usr/lib/zeppelin/local-repo/helium-bundle INFO [2018-12-27
14:43:25,639] ({Thread-2433} InputStreamHandler.java[log]:47) -
zeppelin-number-1.0.0.tgz INFO [2018-12-27 14:43:25,657]
({qtp143110009-3002}
HeliumBundleFactory.java[installNodeModules]:361) - Installing
required node modules INFO [2018-12-27 14:43:30,484]
({qtp143110009-3002}
HeliumBundleFactory.java[installNodeModules]:363) - Installed
required node modules INFO [2018-12-27 14:43:30,486]
({qtp143110009-3002}
HeliumBundleFactory.java[bundleHeliumPackage]:373) - Bundling helium
packages INFO [2018-12-27 14:43:32,424] ({qtp143110009-3002}
HeliumBundleFactory.java[bundleHeliumPackage]:375) - Bundled helium
packages ERROR [2018-12-27 14:43:32,427] ({qtp143110009-3002}
HeliumRestApi.java[enablePackage]:216) - Permission denied
java.io.IOException: Permission denied at
java.io.UnixFileSystem.createFileExclusively(Native Method) at
java.io.File.createNewFile(File.java:1012) at
org.apache.zeppelin.helium.Helium.saveConfig(Helium.java:128) at
org.apache.zeppelin.helium.Helium.enable(Helium.java:300) at
org.apache.zeppelin.rest.HeliumRestApi.enablePackage(HeliumRestApi.java:209)
enter image description here
I would be expecting the plugin to enable, but it is without success for now, the zeppelin user has complete ownership over the /usr/lib/zeppelin/local-repo/helium-bundle folder
amazon-emr apache-zeppelin
New contributor
Tomas Duhourq is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
I have an EMR cluster set up with Zeppelin. Users are using it normally. I've read that there is a Helium repository to add visualization packages to the charts, which seems pretty cool.
I'm getting a permission denied when trying to enable any of these.
I went to the logs at tail -f -n 500 /mnt/var/log/zeppelin/zeppelin.out and got that
- INFO [2018-12-27 14:43:25,161] ({qtp143110009-3002}
NodeTaskExecutor.java[execute]:55) - Running 'npm pack
zeppelin-number@1.0.0 --registry=http://registry.npmjs.org/' in
/usr/lib/zeppelin/local-repo/helium-bundle INFO [2018-12-27
14:43:25,639] ({Thread-2433} InputStreamHandler.java[log]:47) -
zeppelin-number-1.0.0.tgz INFO [2018-12-27 14:43:25,657]
({qtp143110009-3002}
HeliumBundleFactory.java[installNodeModules]:361) - Installing
required node modules INFO [2018-12-27 14:43:30,484]
({qtp143110009-3002}
HeliumBundleFactory.java[installNodeModules]:363) - Installed
required node modules INFO [2018-12-27 14:43:30,486]
({qtp143110009-3002}
HeliumBundleFactory.java[bundleHeliumPackage]:373) - Bundling helium
packages INFO [2018-12-27 14:43:32,424] ({qtp143110009-3002}
HeliumBundleFactory.java[bundleHeliumPackage]:375) - Bundled helium
packages ERROR [2018-12-27 14:43:32,427] ({qtp143110009-3002}
HeliumRestApi.java[enablePackage]:216) - Permission denied
java.io.IOException: Permission denied at
java.io.UnixFileSystem.createFileExclusively(Native Method) at
java.io.File.createNewFile(File.java:1012) at
org.apache.zeppelin.helium.Helium.saveConfig(Helium.java:128) at
org.apache.zeppelin.helium.Helium.enable(Helium.java:300) at
org.apache.zeppelin.rest.HeliumRestApi.enablePackage(HeliumRestApi.java:209)
enter image description here
I would be expecting the plugin to enable, but it is without success for now, the zeppelin user has complete ownership over the /usr/lib/zeppelin/local-repo/helium-bundle folder
amazon-emr apache-zeppelin
New contributor
Tomas Duhourq is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
I have an EMR cluster set up with Zeppelin. Users are using it normally. I've read that there is a Helium repository to add visualization packages to the charts, which seems pretty cool.
I'm getting a permission denied when trying to enable any of these.
I went to the logs at tail -f -n 500 /mnt/var/log/zeppelin/zeppelin.out and got that
- INFO [2018-12-27 14:43:25,161] ({qtp143110009-3002}
NodeTaskExecutor.java[execute]:55) - Running 'npm pack
zeppelin-number@1.0.0 --registry=http://registry.npmjs.org/' in
/usr/lib/zeppelin/local-repo/helium-bundle INFO [2018-12-27
14:43:25,639] ({Thread-2433} InputStreamHandler.java[log]:47) -
zeppelin-number-1.0.0.tgz INFO [2018-12-27 14:43:25,657]
({qtp143110009-3002}
HeliumBundleFactory.java[installNodeModules]:361) - Installing
required node modules INFO [2018-12-27 14:43:30,484]
({qtp143110009-3002}
HeliumBundleFactory.java[installNodeModules]:363) - Installed
required node modules INFO [2018-12-27 14:43:30,486]
({qtp143110009-3002}
HeliumBundleFactory.java[bundleHeliumPackage]:373) - Bundling helium
packages INFO [2018-12-27 14:43:32,424] ({qtp143110009-3002}
HeliumBundleFactory.java[bundleHeliumPackage]:375) - Bundled helium
packages ERROR [2018-12-27 14:43:32,427] ({qtp143110009-3002}
HeliumRestApi.java[enablePackage]:216) - Permission denied
java.io.IOException: Permission denied at
java.io.UnixFileSystem.createFileExclusively(Native Method) at
java.io.File.createNewFile(File.java:1012) at
org.apache.zeppelin.helium.Helium.saveConfig(Helium.java:128) at
org.apache.zeppelin.helium.Helium.enable(Helium.java:300) at
org.apache.zeppelin.rest.HeliumRestApi.enablePackage(HeliumRestApi.java:209)
enter image description here
I would be expecting the plugin to enable, but it is without success for now, the zeppelin user has complete ownership over the /usr/lib/zeppelin/local-repo/helium-bundle folder
amazon-emr apache-zeppelin
New contributor
Tomas Duhourq is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
I have an EMR cluster set up with Zeppelin. Users are using it normally. I've read that there is a Helium repository to add visualization packages to the charts, which seems pretty cool.
I'm getting a permission denied when trying to enable any of these.
I went to the logs at tail -f -n 500 /mnt/var/log/zeppelin/zeppelin.out and got that
- INFO [2018-12-27 14:43:25,161] ({qtp143110009-3002}
NodeTaskExecutor.java[execute]:55) - Running 'npm pack
zeppelin-number@1.0.0 --registry=http://registry.npmjs.org/' in
/usr/lib/zeppelin/local-repo/helium-bundle INFO [2018-12-27
14:43:25,639] ({Thread-2433} InputStreamHandler.java[log]:47) -
zeppelin-number-1.0.0.tgz INFO [2018-12-27 14:43:25,657]
({qtp143110009-3002}
HeliumBundleFactory.java[installNodeModules]:361) - Installing
required node modules INFO [2018-12-27 14:43:30,484]
({qtp143110009-3002}
HeliumBundleFactory.java[installNodeModules]:363) - Installed
required node modules INFO [2018-12-27 14:43:30,486]
({qtp143110009-3002}
HeliumBundleFactory.java[bundleHeliumPackage]:373) - Bundling helium
packages INFO [2018-12-27 14:43:32,424] ({qtp143110009-3002}
HeliumBundleFactory.java[bundleHeliumPackage]:375) - Bundled helium
packages ERROR [2018-12-27 14:43:32,427] ({qtp143110009-3002}
HeliumRestApi.java[enablePackage]:216) - Permission denied
java.io.IOException: Permission denied at
java.io.UnixFileSystem.createFileExclusively(Native Method) at
java.io.File.createNewFile(File.java:1012) at
org.apache.zeppelin.helium.Helium.saveConfig(Helium.java:128) at
org.apache.zeppelin.helium.Helium.enable(Helium.java:300) at
org.apache.zeppelin.rest.HeliumRestApi.enablePackage(HeliumRestApi.java:209)
enter image description here
I would be expecting the plugin to enable, but it is without success for now, the zeppelin user has complete ownership over the /usr/lib/zeppelin/local-repo/helium-bundle folder
amazon-emr apache-zeppelin
amazon-emr apache-zeppelin
New contributor
Tomas Duhourq is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Tomas Duhourq is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Tomas Duhourq is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked Dec 27 '18 at 14:55
Tomas Duhourq
1
1
New contributor
Tomas Duhourq is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Tomas Duhourq is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Tomas Duhourq is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
add a comment |
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Tomas Duhourq is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53946944%2fpermission-denied-when-trying-to-enable-helium-plugin%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Tomas Duhourq is a new contributor. Be nice, and check out our Code of Conduct.
Tomas Duhourq is a new contributor. Be nice, and check out our Code of Conduct.
Tomas Duhourq is a new contributor. Be nice, and check out our Code of Conduct.
Tomas Duhourq is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53946944%2fpermission-denied-when-trying-to-enable-helium-plugin%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown