0

I am new to gobblin. I build gobblin from incubator-gobblin GitHub master branch. Now I am tring wikipedia example from getting started guide but getting following error.

WARN: HADOOP_HOME is not defined. Gobblin Hadoop libs will be used in classpath. Error: Could not find or load main class org.apache.gobblin.runtime.cli.GobblinCli

with --show-classpath it gives /mnt/c/users/name/incubator-gobblin/conf/classpath:: How can I solve it? Please let me know if anyone know the solution.

Olaf Kock
  • 46,930
  • 8
  • 59
  • 90
Chhaya Vankhede
  • 316
  • 2
  • 14

1 Answers1

3

Make sure that you run this command in incubator-gobblin/build/gobblin-distribution/distributions/gobblin-dist and not in incubator-gobblin/gobblin-distribution

alex
  • 12,464
  • 3
  • 46
  • 67