tree: e6ce6f06d5525787b935cdcc7ba1fe30145a7063 [path history] [tgz]
  1. conf/
  2. src/
  3. pom.xml
  4. README.md
hadoop-gremlin/README.md

Prerequisites

Follow the installation procedure to set up:

Set up HADOOP_GREMLIN_LIBS OS environment variable as of TinkerPop Documentation.

NOTE: HADOOP_GREMLIN_LIBS=/share/hadoop/common/lib seems good enough

Environment Variables Set

The installation procedure should have set up the environment variables:

  • HADOOP_HOME
  • SPARK_HOME
  • HADOOP_GREMLIN_LIBS
  • PATH including the HADOOP_HOME and SPARK_HOME

Verify the installed versions

On the command line run:

hadoop version
spark-shell --version