[ 
https://issues.apache.org/jira/browse/METRON-1641?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16525593#comment-16525593
 ] 

ASF GitHub Bot commented on METRON-1641:
----------------------------------------

Github user merrimanr commented on the issue:

    https://github.com/apache/metron/pull/1081
  
    I spun this up in full dev, ran a fixed query, and got this error:
    ```
    Exception in thread "main" java.lang.IllegalArgumentException: Wrong FS: 
file://./, expected: hdfs://node1:8020
        at org.apache.hadoop.fs.FileSystem.checkPath(FileSystem.java:666)
        at 
org.apache.hadoop.hdfs.DistributedFileSystem.getPathName(DistributedFileSystem.java:214)
        at 
org.apache.hadoop.hdfs.DistributedFileSystem$25.doCall(DistributedFileSystem.java:1181)
        at 
org.apache.hadoop.hdfs.DistributedFileSystem$25.doCall(DistributedFileSystem.java:1177)
        at 
org.apache.hadoop.fs.FileSystemLinkResolver.resolve(FileSystemLinkResolver.java:81)
        at 
org.apache.hadoop.hdfs.DistributedFileSystem.mkdirsInternal(DistributedFileSystem.java:1195)
        at 
org.apache.hadoop.hdfs.DistributedFileSystem.mkdirs(DistributedFileSystem.java:1169)
        at org.apache.hadoop.fs.FileSystem.mkdirs(FileSystem.java:1925)
        at org.apache.metron.common.utils.HDFSUtils.write(HDFSUtils.java:71)
        at 
org.apache.metron.pcap.writer.ResultsWriter.write(ResultsWriter.java:38)
        at org.apache.metron.pcap.mr.PcapJob.writeResults(PcapJob.java:270)
        at org.apache.metron.pcap.query.PcapCli.run(PcapCli.java:155)
        at org.apache.metron.pcap.query.PcapCli.main(PcapCli.java:52)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at org.apache.hadoop.util.RunJar.run(RunJar.java:233)
        at org.apache.hadoop.util.RunJar.main(RunJar.java:148)
    ```
    Looks like the MR jobs succeeded but partitioning the files to the local FS 
did not work.


> Enable Pcap jobs to be submitted asynchronously
> -----------------------------------------------
>
>                 Key: METRON-1641
>                 URL: https://issues.apache.org/jira/browse/METRON-1641
>             Project: Metron
>          Issue Type: New Feature
>            Reporter: Michael Miklavcic
>            Assignee: Michael Miklavcic
>            Priority: Major
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to