You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "Daniel Kuppitz (JIRA)" <ji...@apache.org> on 2015/04/09 22:12:12 UTC

[jira] [Created] (TINKERPOP3-623) More output for OLAP jobs

Daniel Kuppitz created TINKERPOP3-623:
-----------------------------------------

             Summary: More output for OLAP jobs
                 Key: TINKERPOP3-623
                 URL: https://issues.apache.org/jira/browse/TINKERPOP3-623
             Project: TinkerPop 3
          Issue Type: Improvement
          Components: console, hadoop
            Reporter: Daniel Kuppitz
            Priority: Minor


Long running OLAP / Giraph jobs leave the user in the dark. You have to check several logs to see where you currently are. The REPL just shows

{noformat}
...
INFO  org.apache.hadoop.mapred.JobClient  -  map 99% reduce 0%
{noformat}

... for hours. Spark is better, it seems to have its own progress bar that's shown in the REPL. For Giraph it would be great to have more than just the standard Hadoop job output, so that users get the feeling that something is done under the hood (use {{Future<ComputerResult>}} to query for updates?)



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