Uploaded image for project: 'TinkerPop'
  1. TinkerPop
  2. TINKERPOP-1757

GiraphGraphComputer does not start Zookeeper in local mode

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Trivial
    • Resolution: Won't Fix
    • 3.3.0, 3.2.6
    • None
    • hadoop
    • None
    • gremlin-console in Ubuntu with Oracle java 8

    Description

      As discussed in https://groups.google.com/forum/#!topic/gremlin-users/Ztbr_uJhoxY running GiraphGraphComputer in local mode (without an external or pseudo hadoop cluster) requires the following configured properties (add section local to the hadoop properties file):

      gremlin.hadoop.inputLocation=data/tinkerpop-modern.kryo
      giraph.minWorkers=1
      giraph.maxWorkers=1
      giraph.SplitMasterWorker=false
      mapreduce.job.maps=4
      mapreduce.job.reduces=2
      

      The real problem is that GiraphGraphComputer does not manage to start its Zookeeper service because it gets relative classpath items from somewhere (gremlin-console provides the acual shell command used to attempt starting Zookeeper in its logging).
      Current workaround is to start gremlin-console as follows:

      export CLASSPATH=$PWD/lib/*
      bin/gremlin.sh
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            HadoopMarc Marc de Lignie
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: