You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by sujen1412 <gi...@git.apache.org> on 2015/04/01 03:36:28 UTC

[GitHub] nutch pull request: fix for Nutch 1973 by sujen1412

GitHub user sujen1412 opened a pull request:

    https://github.com/apache/nutch/pull/16

    fix for Nutch 1973 by sujen1412

    API calls documented at - https://wiki.apache.org/nutch/Nutch_1.X_RESTAPI.
    This pull request includes Index, Generate, Fetch, Parse, Update, InvertLinks, Dedup and Readdb jobs.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/sujen1412/nutch NUTCH-1973

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/nutch/pull/16.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #16
    
----
commit 326db16172271a00d8edbda9c4aece0cdfd37dce
Author: Sujen Shah <su...@gmail.com>
Date:   2015-03-05T22:58:10Z

    Created NutchSever.java

commit ac85a61811631990719a6c5e563ccc9f07ff6491
Author: Sujen Shah <su...@gmail.com>
Date:   2015-03-05T23:43:50Z

    Added cmd line option to start NutchServer on user specified port

commit 32adda7e013285c807a90594db0b3173c53fd434
Author: Sujen Shah <su...@gmail.com>
Date:   2015-03-05T23:48:47Z

    Added JobInfo Response object

commit a7d0e671d2a10655ab69ec65be49e442da95cbc0
Author: Sujen Shah <su...@gmail.com>
Date:   2015-03-08T23:27:10Z

    Added Configuration end point

commit 59f82ed1ff2936fca8b8a903ab1fbeb367f3be2e
Author: Sujen Shah <su...@users.noreply.github.com>
Date:   2015-03-13T03:28:09Z

    Update ivy.xml
    
    Added Ivy dependency for cxf 3.0.4.

commit 1a22572c6ebe56512e3c18f518fd2743ce67aea3
Author: Sujen Shah <su...@gmail.com>
Date:   2015-03-13T03:36:57Z

    Request response objects for Configuration support

commit f2b172acdcf691e1950498181b0e808617aadc51
Author: Sujen Shah <su...@gmail.com>
Date:   2015-03-13T03:38:09Z

    Merge branch 'NUTCH-1931' of https://github.com/sujen1412/nutch into NUTCH-1931

commit 4ba2f2438bb7084395b1c9714ecf8b6c7824f353
Author: Sujen Shah <su...@gmail.com>
Date:   2015-03-13T04:37:47Z

    APache CXF dependency

commit f447d6d5ba31f67ca7629b599268920a01324ec9
Author: Sujen Shah <su...@gmail.com>
Date:   2015-03-13T04:45:25Z

    Added jaxrs dependency

commit c370d4b290888509867eb789bd12b2ec83f5a25a
Author: Sujen Shah <su...@gmail.com>
Date:   2015-03-13T04:45:46Z

    Removed custom providers

commit 44fc846e35fa374f7e60b58db00205cacda275ff
Author: Sujen Shah <su...@gmail.com>
Date:   2015-03-13T04:48:39Z

    Added JobResource

commit 6e2b1c3626533accb2a18c7a7d894ff7d2b6d294
Author: Sujen Shah <su...@gmail.com>
Date:   2015-03-13T04:49:34Z

    Added AbstractResource

commit 7c599e34f20c06f952cae7a383eb6d90f0ad84b6
Author: Sujen Shah <su...@gmail.com>
Date:   2015-03-13T04:51:12Z

    Added JobManager

commit e9de22182a28f8363c315132c89b047e579ab908
Author: Sujen Shah <su...@gmail.com>
Date:   2015-03-13T05:08:21Z

    Added http-jetty dependency

commit 38c3603267c96b669b0fcfbe59a109c31e62b2d9
Author: Sujen Shah <su...@users.noreply.github.com>
Date:   2015-03-14T02:00:40Z

    Added "server" option to start NutchServer

commit c47c7fa9ddbfeed1aad6817f7ec9dc4ddba960cd
Author: Sujen Shah <su...@users.noreply.github.com>
Date:   2015-03-16T00:22:08Z

    Renaming command to startserver

commit 6b1b9012cd8957cc1a87228e704c84794c3d4766
Author: Sujen Shah <su...@users.noreply.github.com>
Date:   2015-03-16T00:30:48Z

    Added Apache license

commit 2eb5605c5595fc2a82b32f31c508f58f5c823b39
Author: Sujen Shah <su...@users.noreply.github.com>
Date:   2015-03-16T00:31:06Z

    Added Apache license

commit 3e95ef4c4b87c3b2129292957a6219e5e3fe0763
Author: Sujen Shah <su...@users.noreply.github.com>
Date:   2015-03-16T00:31:21Z

    Added Apache license

commit 1f93dea41b6bdcb3178cb72fcc7781ad52612351
Author: Sujen Shah <su...@users.noreply.github.com>
Date:   2015-03-16T00:31:55Z

    Added Apache license

commit 88f0a0d1729c97fe41af58cd554d2f8bcae249ac
Author: Sujen Shah <su...@gmail.com>
Date:   2015-03-16T22:34:25Z

    Added Apache license

commit 56f42974b85226ae7c88dd98d56de0638ee54629
Author: Sujen Shah <su...@users.noreply.github.com>
Date:   2015-03-16T22:45:03Z

    Renamed command to start NutchServer in bin/nutch

commit 0df4d08e16c5ad7c7d0fdee10b50027eb548c423
Author: Sujen Shah <su...@gmail.com>
Date:   2015-03-17T08:36:27Z

    Start on custom port via -port option

commit 35e1e11652f4c973752e5adebe19858968491fd6
Author: Sujen Shah <su...@gmail.com>
Date:   2015-03-17T08:43:00Z

    Added command line option -help

commit 909b55b2fa09f83985170d67835b84367fb4ec87
Author: Sujen Shah <su...@gmail.com>
Date:   2015-03-21T10:19:28Z

    Created Nutch tool and implemented in Injector

commit 71553fd96603ceadeb19d57cfbdf5f8e5eb85027
Author: Sujen Shah <su...@gmail.com>
Date:   2015-03-21T10:20:23Z

    Instantiated JobManager object

commit debd3f038078d9d735e2aa8c1d7e6ae03d3bc6cc
Author: Sujen Shah <su...@gmail.com>
Date:   2015-03-21T10:20:54Z

    Added new metadata from REST service

commit f5dcc5d337deee17087ff1ff474ed47e672ccd71
Author: Sujen Shah <su...@gmail.com>
Date:   2015-03-21T10:22:55Z

    Job Enpoint and supporting classes

commit b11ba6c12817327a331eed08eb5e6b7973a54e06
Author: Sujen Shah <su...@gmail.com>
Date:   2015-03-21T10:23:36Z

    Changed arguments to Map<String, String> for tool

commit dfd1457fa1c7350eebf1a586ab7d89374e735589
Author: Sujen Shah <su...@gmail.com>
Date:   2015-03-23T07:12:41Z

    Classes for the job endpoint

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] nutch pull request: fix for Nutch 1973 by sujen1412

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/nutch/pull/16


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---