WikiWatershed / mmw-geoprocessing

A Spark Job Server job for Model My Watershed geoprocessing.
Apache License 2.0
6 stars 6 forks source link

WIP: Mapshed Geoprocessing Tools #24

Closed rajadain closed 8 years ago

rajadain commented 8 years ago

This PR aims to:

Initially I am copying over everything from the SummaryJob module, but will refactor and simplify considerably before merging.

This effort is ongoing.

Some initial results:

vagrant@worker:/opt/app$curl --silent --data "" 'http://localhost:8090/contexts/geoprocessing-context'
OK

vagrant@worker:/opt/app$ curl --silent --data-binary @request.json 'http://localhost:8090/jobs?sync=true&context=geoprocessing-context&appName=geoprocessing-0.4.0&classPath=org.wikiwatershed.mmw.geoprocessing.MapshedJob'
{
  "result": [{
    "11": 11861,
    "90": 25355,
    "22": 31,
    "21": 1139,
    "43": 99663,
    "71": 2326,
    "31": 751,
    "95": 1534,
    "42": 54230,
    "41": 77316,
    "52": 25967
  }]
}
rajadain commented 8 years ago

Closing in favor of #26.