[
https://issues.apache.org/jira/browse/NUTCH-2099?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14876907#comment-14876907
]
Hudson commented on NUTCH-2099:
-------------------------------
SUCCESS: Integrated in Nutch-trunk #3274 (See
[https://builds.apache.org/job/Nutch-trunk/3274/])
Fix for NUTCH-2099: Refactoring the REST endpoints for integration with webui
contributed by Sujen Shah <[email protected]> this closes #59. (mattmann:
http://svn.apache.org/viewvc/nutch/trunk/?view=rev&rev=1703941)
* /nutch/trunk/CHANGES.txt
* /nutch/trunk/src/java/org/apache/nutch/crawl/CrawlDb.java
* /nutch/trunk/src/java/org/apache/nutch/crawl/DeduplicationJob.java
* /nutch/trunk/src/java/org/apache/nutch/crawl/Generator.java
* /nutch/trunk/src/java/org/apache/nutch/crawl/Injector.java
* /nutch/trunk/src/java/org/apache/nutch/crawl/LinkDb.java
* /nutch/trunk/src/java/org/apache/nutch/fetcher/Fetcher.java
* /nutch/trunk/src/java/org/apache/nutch/indexer/IndexingJob.java
* /nutch/trunk/src/java/org/apache/nutch/metadata/Nutch.java
* /nutch/trunk/src/java/org/apache/nutch/parse/ParseSegment.java
* /nutch/trunk/src/java/org/apache/nutch/service/model/request/JobConfig.java
* /nutch/trunk/src/java/org/apache/nutch/service/model/response/JobInfo.java
* /nutch/trunk/src/java/org/apache/nutch/util/NutchTool.java
> Refactoring the REST endpoints for integration with webui
> ---------------------------------------------------------
>
> Key: NUTCH-2099
> URL: https://issues.apache.org/jira/browse/NUTCH-2099
> Project: Nutch
> Issue Type: Sub-task
> Components: REST_api, web gui
> Reporter: Sujen Shah
> Assignee: Chris A. Mattmann
> Labels: memex
> Fix For: 1.11
>
>
> This PR changes the structure of the arguments in the REST endpoints. Earlier
> the args were accepted in a Map<String, String> form and now it is
> Map<String, Object>. This is to allow Wicket to create the proper requests
> objects and send it to NutchServer.
> With the above, I have also added the metadata required for these services in
> Nutch metadata.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)