GitHub user necosta reopened a pull request: https://github.com/apache/zeppelin/pull/2446
[ZEPPELIN-2699] Helium REST API bug-fixes. Also updated documentation ### What is this PR for? Fixing bug on enabling Helium plugins (artifact is empty, not null) when sending curl command. After noticing out-of-date documentation, I updated it Also noticed issues on missing try/catch expressions and missing info messages on enable/disable packages. ### What type of PR is it? [Bug Fix | Documentation | Refactoring] ### What is the Jira issue? * https://issues.apache.org/jira/browse/ZEPPELIN-2699 ### How should this be tested? Run "curl -X POST http://localhost:8080/api/helium/enable/{packageName}" Check that the package gets enabled ### Questions: * Does the licenses files need update? N * Is there breaking changes for older versions? N * Does this needs documentation? Y (Done) You can merge this pull request into a Git repository by running: $ git pull https://github.com/nokia/zeppelin zeppelin2699 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/zeppelin/pull/2446.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #2446 ---- commit d43229644b1e2ba2849bbac3186fd1d383b68409 Author: Nelson Costa <nelson.cost...@gmail.com> Date: 2017-06-30T09:00:23Z [ZEPPELIN-2699] Helium REST API bug-fixes. Also updated documentation commit 53c0fc5ef3ca893877285d61ec3b2b5220f87559 Author: Nelson Costa <nelson.cost...@gmail.com> Date: 2017-07-03T21:02:32Z [ZEPPELIN-2699] Changes after code-review commit f7aa5b083aa785671c25ac8bf654209553b6047a Author: Nelson Costa <nelson.cost...@gmail.com> Date: 2017-07-04T19:33:07Z [ZEPPELIN-2699] Changes after code review commit 83105b533bf2fe8bf24a9aaf54c8d04cd6ffc709 Author: Nelson Costa <nelson.cost...@gmail.com> Date: 2017-07-06T10:18:02Z [ZEPPELIN-2699] Bug-fix on gathering package info commit a9bbadd1cec6b11a120a48e395cf92c943cc50a7 Author: Nelson Costa <nelson.cost...@gmail.com> Date: 2017-07-10T16:08:58Z [ZEPPELIN-2699] More corrections ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---