I cannot install hadoop-gremlin by gremlin shell

128 views
Skip to first unread message

naught...@gmail.com

unread,
Nov 6, 2018, 9:51:53 AM11/6/18
to Gremlin-users
It will cost a lot of time then get errors.
gremlin> :install org.apache.tinkerpop hadoop-gremlin 3.3.4
==>Error grabbing Grapes -- [download failed: com.google.inject#guice;3.0!guice.jar, download failed: com.sun.jersey#jersey-server;1.9!jersey-server.jar(bundle), download failed: com.sun.jersey#jersey-json;1.9!jersey-json.jar(bundle), download failed: org.codehaus.jettison#jettison;1.1!jettison.jar(bundle), download failed: com.sun.xml.bind#jaxb-impl;2.2.3-1!jaxb-impl.jar, download failed: com.sun.jersey.contribs#jersey-guice;1.9!jersey-guice.jar, download failed: org.apache.hadoop#hadoop-yarn-server-nodemanager;2.7.2!hadoop-yarn-server-nodemanager.jar]

I set the grapeConfig.xml file but nothing changed.
Please help me. 

Stephen Mallette

unread,
Nov 6, 2018, 10:00:18 AM11/6/18
to gremli...@googlegroups.com
that's a really old post - could you verify your graph config followed these instructions?


--
You received this message because you are subscribed to the Google Groups "Gremlin-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gremlin-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/gremlin-users/7ff62533-4afc-427e-8008-3083e4e0bda3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

naught...@gmail.com

unread,
Nov 7, 2018, 9:14:36 AM11/7/18
to Gremlin-users
thx! It's very useful to me. Now I have some new problems.
I have many data in .csv format. How to import it in hdfs.
but I'm still confused of property file and how to use the method to import the data.
That's more clear in each step. Is that correct now? (perhaps out of date?)

I use the example data file "tinkerpop-modern.gryo" to try HadoopGraph with and without Spark separately.
In my view, if use spark, all graph will be loaded in memory, and in hdfs without spark, there exists i/o in disk. Is it right?
And what's usage of spark cache?  

itzmesesh

unread,
May 4, 2020, 10:00:49 AM5/4/20
to Gremlin-users

hey,
I followed the receipe given in the tinkerpop documentation for installing the hadoop spark yarn with 3.4.6.
While the grapeConfig.xml is updated i still get the following error while try to install the spark-gremlin using the command
:install org.apache.tinkerpop spark-gremlin 3.4.6

==>Error grabbing Grapes -- [download failed: org.apache.hadoop#hadoop-yarn-server-nodemanager;2.7.2!hadoop-yarn-server-nodemanager.jar]

Any reference to fix this issue?

Thanks.

Stephen Mallette

unread,
May 4, 2020, 10:34:40 AM5/4/20
to gremli...@googlegroups.com
You might consider deleting your .m2 and/or .grapes cache - that sometimes fixes it for some weird reason that i never quite understand. i did notice that I had no end of trouble getting our docker documentation build to work right due to grape errors and i ended up fixing it by changing the "returnFirst=true" attribute to "dual=true" on the <chain> element:


that seemed to fix the problems as it splits the artifact lookup over multiple resolvers:


--
You received this message because you are subscribed to the Google Groups "Gremlin-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gremlin-user...@googlegroups.com.

André Schmid

unread,
Jun 8, 2020, 4:30:59 PM6/8/20
to Gremlin-users
Thank you very much, the dual="true" solution worked like a charm!
To unsubscribe from this group and stop receiving emails from it, send an email to gremli...@googlegroups.com.
Reply all
Reply to author
Forward
0 new messages