You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@gobblin.apache.org by ap...@gmail.com on 2019/03/13 01:56:21 UTC

Apache Gobblin Gitter messages at 2019/03/12 18:56:10

####  ![](https://avatars2.githubusercontent.com/u/9400460?v=4&s=60) ankitgaur
(ankitgaur)

**[2019-03-12T21:45:09.853Z]** hi i am new to Apache Gobblin. I downloaded the
0.14.0 release today but when i run  "bin/gradle run" I get this error :-
[[username@hostname](mailto:username@hostname) apache-gobblin-incubating-
sources-0.14.0]$ bash bin/gobblin run  
ls: cannot access /home/guest/a82250/projects/bom/apache-gobblin-incubating-
sources-0.14.0/bin/../lib: No such file or directory  
Error: Could not find or load main class
org.apache.gobblin.runtime.cli.GobblinCli

* * *

####  ![](https://avatars2.githubusercontent.com/u/9400460?v=4&s=60) ankitgaur
(ankitgaur)

**[2019-03-12T21:45:55.994Z]** i do not see a lib folder even after running
gradle

* * *

####  ![](https://avatars2.githubusercontent.com/u/9400460?v=4&s=60) ankitgaur
(ankitgaur)

**[2019-03-12T21:58:57.585Z]** Never Mind i figured it out. i had to get the
distribution from build/gobblin-distribution/distributions/. However i would
like to mention that I faced the same issue when i downloaded 0.14.0 release
from github which was supposed to be pre built.

* * *

####  ![](https://avatars1.githubusercontent.com/u/5044213?v=4&s=60) Lei
(autumnust)

**[2019-03-12T23:38:40.932Z]** @ankitgaur The release no longer contained pre-
built distribution since 0.10 due to some permission issue, so you will need
to manually build that ...

* * *

####  ![](https://avatars2.githubusercontent.com/u/9400460?v=4&s=60) ankitgaur
(ankitgaur)

**[2019-03-12T23:47:23.815Z]** ok thanks

* * *

####  ![](https://avatars2.githubusercontent.com/u/9400460?v=4&s=60) ankitgaur
(ankitgaur)

**[2019-03-12T23:47:57.721Z]** Now when i try to run Kafka HDFS use case i get
this error : Error: Can not create a Path from an empty string  
java.lang.IllegalArgumentException: Can not create a Path from an empty string  
at org.apache.hadoop.fs.Path.checkPathArg(Path.java:127)  
at org.apache.hadoop.fs.Path.<init>(Path.java:184)  
at
org.apache.gobblin.util.PathUtils.getPathWithoutSchemeAndAuthority(PathUtils.java:68)  
at org.apache.gobblin.util.PathUtils.relativizePath(PathUtils.java:47)  
at
org.apache.gobblin.runtime.job_catalog.ImmutableFSJobCatalog$JobSpecConverter.computeURI(ImmutableFSJobCatalog.java:267)  
at
org.apache.gobblin.runtime.job_catalog.ImmutableFSJobCatalog$JobSpecConverter.apply(ImmutableFSJobCatalog.java:279)  
at
org.apache.gobblin.runtime.embedded.EmbeddedGobblin.runAsync(EmbeddedGobblin.java:416)  
at
org.apache.gobblin.runtime.embedded.EmbeddedGobblin.run(EmbeddedGobblin.java:387)  
at
org.apache.gobblin.runtime.cli.CliEmbeddedGobblin.run(CliEmbeddedGobblin.java:101)  
at org.apache.gobblin.runtime.cli.GobblinCli.main(GobblinCli.java:43)

* * *

####  ![](https://avatars2.githubusercontent.com/u/9400460?v=4&s=60) ankitgaur
(ankitgaur)

**[2019-03-12T23:48:22.333Z]** I tried setting the writer to console etc but
still same issue.

* * *

####  ![](https://avatars2.githubusercontent.com/u/9400460?v=4&s=60) ankitgaur
(ankitgaur)

**[2019-03-12T23:49:14.195Z]** Do i need to update files in the conf dir with
my hadoop conf . if yes which ones?

* * *