Nelson Costa created ZEPPELIN-2699: -------------------------------------- Summary: Helium - REST APIs bug-fixes + Updated documentation Key: ZEPPELIN-2699 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2699 Project: Zeppelin Issue Type: Bug Components: helium, rest-api Affects Versions: 0.8.0 Reporter: Nelson Costa Assignee: Nelson Costa Priority: Minor Fix For: 0.8.0
When I was using the enable-Helium-plugin REST API, I noticed a bug. Specifically, "artifact" parameter is empty (not null) when sending command {noformat} curl -X POST http://localhost:8080/api/helium/enable/{packageName} {noformat} This causes a bug down the line, where the code does not pick up the correct package. After fixing this issue, I noticed the documentation didn't reflect the REST API at all. I fixed this. Also, noticed missing info messages as well as missing try/catch exceptions on REST API code. I have fixed that as well. -- This message was sent by Atlassian JIRA (v6.4.14#64029)