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

ASF GitHub Bot commented on TINKERPOP-1011:
-------------------------------------------

Github user okram commented on the pull request:

    
https://github.com/apache/incubator-tinkerpop/pull/168#issuecomment-161658402
  
    @dkuppitz just realized why the Travis CI breaks.
    
    Everytime you do `HadoopGraph` OLTP, you get:
    
    ```
    [INFO] FileInputFormat - Total input paths to process : 1
    ```
    
    And we do it alllllllot in all or tests. It doesn't show up in the 
GremlinConsole, only in our tests and I don't know how to turn it off. 
@dkuppitz said we can probably set the Logging in Travis to only be [WARN]. 
Dunno... I don't understand Java logging and with each passing year, I 
understand less.


> HadoopGraph can't re-attach when the InputFormat is not a FileInputFormat
> -------------------------------------------------------------------------
>
>                 Key: TINKERPOP-1011
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-1011
>             Project: TinkerPop
>          Issue Type: Bug
>          Components: hadoop
>    Affects Versions: 3.1.0-incubating
>            Reporter: Marko A. Rodriguez
>            Assignee: Marko A. Rodriguez
>             Fix For: 3.1.1-incubating
>
>
> We need to generalize {{HadoopElementIterator}} to support non-filebased 
> {{InputFormats}}.
> https://github.com/apache/incubator-tinkerpop/blob/master/hadoop-gremlin/src/main/java/org/apache/tinkerpop/gremlin/hadoop/structure/hdfs/HadoopElementIterator.java
> A bug is showing up with a provider that only uses {{InputRDD}} and thus, no 
> HDFS interactions.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to