Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
/custom/mapreduce/removejob/{

...

jobidortitle}?removeJar=[true|1|false|0]
Info

Removes a hadoop map reduce job and any data associated with it. This will not delete a jobs jar file if it is found in our share system. 

Note

A job must not be running when attempting to remove it, an error will be reported if you do not wait until a job finishes.

 

A simple web-based utility is available for  for uploading JARs ( and other files)managing jobs.

Authentication

Required, see Auth - Login.

...

jobidortitle (required)
The id or title of title of a job to be removed.

removeJar (optional)
If set to true or 1 will attempt to remove the jar after removing the job, will fail if the jar is used elsewhere or you aren't the owner. False by default, will not delete jar.

Example

http://infinite.ikanow.com/api/custom/mapreduce/removejob/4e9c77ef17ef3523b657a890?removeJar=false

cURL - Login, Get Map Reduce Jobs, Get Map Reduce Job Results, LogoutJava Example

...