Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix for NUTCH-2031 contributed by Sujen Shah #26

Closed
wants to merge 4 commits into from

Conversation

sujen1412
Copy link
Member

No description provided.

@asfgit asfgit closed this in 16b73c1 Jun 3, 2015
@chrismattmann
Copy link
Contributor

@sujen1412 I am seeing this:

    [javac] Compiling 204 source files to <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/classes>
    [javac] <https://builds.apache.org/job/Nutch-trunk/ws/trunk/src/java/org/apache/nutch/service/resources/AdminResource.java>:26: error: cannot find symbol
    [javac] import org.apache.nutch.service.model.response.NutchServerInfo;
    [javac]                                               ^
    [javac]   symbol:   class NutchServerInfo
    [javac]   location: package org.apache.nutch.service.model.response
    [javac] <https://builds.apache.org/job/Nutch-trunk/ws/trunk/src/java/org/apache/nutch/service/resources/AdminResource.java>:39: error: cannot find symbol
    [javac]   public NutchServerInfo getServerStatus(){
    [javac]          ^
    [javac]   symbol:   class NutchServerInfo
    [javac]   location: class AdminResource
    [javac] <https://builds.apache.org/job/Nutch-trunk/ws/trunk/src/java/org/apache/nutch/service/resources/AdminResource.java>:40: error: cannot find symbol
    [javac]     NutchServerInfo serverInfo = new NutchServerInfo();
    [javac]     ^
    [javac]   symbol:   class NutchServerInfo
    [javac]   location: class AdminResource
    [javac] <https://builds.apache.org/job/Nutch-trunk/ws/trunk/src/java/org/apache/nutch/service/resources/AdminResource.java>:40: error: cannot find symbol
    [javac]     NutchServerInfo serverInfo = new NutchServerInfo();
    [javac]                                      ^
    [javac]   symbol:   class NutchServerInfo
    [javac]   location: class AdminResource
    [javac] Note: <https://builds.apache.org/job/Nutch-trunk/ws/trunk/src/java/org/apache/nutch/crawl/CrawlDbReader.java> uses unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 4 errors

Looks like you forgot to add NutchServerInfo. Can you please add it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants