Member since
09-28-2015
2
Posts
0
Kudos Received
0
Solutions
09-29-2015
05:38 PM
Hi Ben: Awesome. Fixed with your suggested command. Appreciate it. curl -u username:password -X POST http://master:7180/api/v10/clusters/myCluster/parcels/products/SPARK/versions/0.9.0-1.cdh4.6.0.p0.98/commands/deactivate
... View more
09-28-2015
11:41 PM
Hi there: Thanks for the reply. I followed your instruction, but still failed. I tried this: http://master:7180/api/v10/clusters/myCluster/parcels/products/SPARK/versions/0.9.0-1.cdh4.6.0.p0.98 It worked fine and returned a JSON object. However, the following failed with 405 Method Not Allowed HTTP response code: http://master:7180/api/v10/clusters/myCluster/parcels/products/SPARK/versions/0.9.0-1.cdh4.6.0.p0.98/commands/deactivate Any idea how I can fix that? Appreciate your help. Andy
... View more