[
https://issues.apache.org/jira/browse/NUTCH-1946?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14332506#comment-14332506
]
Lewis John McGibbney commented on NUTCH-1946:
---------------------------------------------
Right now I am bumping in to the following issue!
{code}
1 Testsuite: org.apache.nutch.fetcher.TestFetcher
2 Tests run: 2, Failures: 0, Errors: 2, Skipped: 1, Time elapsed: 0.594 sec
3 ------------- Standard Output ---------------
4 2015-02-22 18:49:28,141 WARN util.NativeCodeLoader
(NativeCodeLoader.java:<clinit>(62)) - Unable to load native-hadoop library
for your platform... using builtin-java classes where applicable
5 ------------- ---------------- ---------------
6
7 Testcase: testAgentNameCheck took 0.575 sec
8 Caused an ERROR
9 Not implemented by the DistributedFileSystem FileSystem implementation
10 java.lang.UnsupportedOperationException: Not implemented by the
DistributedFileSystem FileSystem implementation
11 at org.apache.hadoop.fs.FileSystem.getScheme(FileSystem.java:214)
12 at
org.apache.hadoop.fs.FileSystem.loadFileSystems(FileSystem.java:2559)
13 at
org.apache.hadoop.fs.FileSystem.getFileSystemClass(FileSystem.java:2569)
14 at
org.apache.hadoop.fs.FileSystem.createFileSystem(FileSystem.java:2586)
15 at org.apache.hadoop.fs.FileSystem.access$200(FileSystem.java:89)
16 at
org.apache.hadoop.fs.FileSystem$Cache.getInternal(FileSystem.java:2625)
17 at org.apache.hadoop.fs.FileSystem$Cache.get(FileSystem.java:2607)
18 at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:368)
19 at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:167)
20 at
org.apache.nutch.util.AbstractNutchTest.setUp(AbstractNutchTest.java:42)
21 at org.apache.nutch.fetcher.TestFetcher.setUp(TestFetcher.java:54)
22
23 Caused an ERROR
24 null
25 java.lang.NullPointerException
26 at
org.apache.nutch.fetcher.TestFetcher.tearDown(TestFetcher.java:64)
27
28 Testcase: testFetch took 0 sec
29 SKIPPED: Temporarily diable until NUTCH-1572 is addressed.
{code}
> Upgrade to Gora 0.6
> -------------------
>
> Key: NUTCH-1946
> URL: https://issues.apache.org/jira/browse/NUTCH-1946
> Project: Nutch
> Issue Type: Improvement
> Components: storage
> Affects Versions: 2.3.1
> Reporter: Lewis John McGibbney
> Assignee: Lewis John McGibbney
> Fix For: 2.3.1
>
>
> Apache Gora was released recently.
> We should upgrade before pushing Nutch 2.3.1 as it will come in very handy
> for the new Docker containers.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)