[ https://issues.apache.org/jira/browse/TINKERPOP3-858?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14960840#comment-14960840 ]
ASF GitHub Bot commented on TINKERPOP3-858: ------------------------------------------- GitHub user pluradj opened a pull request: https://github.com/apache/incubator-tinkerpop/pull/110 TINKERPOP3-858 Cleanup after failed plugin install https://issues.apache.org/jira/browse/TINKERPOP3-858 see manual testing steps in the JIRA You can merge this pull request into a Git repository by running: $ git pull https://github.com/apache/incubator-tinkerpop TINKERPOP3-858 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-tinkerpop/pull/110.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #110 ---- commit 955a98f7af541cc10674defeca53c4870ca8f441 Author: Jason Plurad <plur...@apache.org> Date: 2015-10-16T14:27:51Z TINKERPOP3-858 Cleanup after failed plugin install ---- > Cleanup after failed :install > ----------------------------- > > Key: TINKERPOP3-858 > URL: https://issues.apache.org/jira/browse/TINKERPOP3-858 > Project: TinkerPop 3 > Issue Type: Improvement > Components: console, server > Affects Versions: 3.0.1-incubating > Reporter: stephen mallette > Assignee: Jason Plurad > Priority: Minor > Fix For: 3.1.0-incubating, 3.0.2-incubating > > > If {{:install}} tanks: > {code} > gremlin> :install org.apache.tinkerpop hadoop-gremlin 3.1.0-SNAPSHOT > ==>Error grabbing Grapes -- [download failed: > io.netty#netty;3.6.2.Final!netty.jar(bundle)] > {code} > try to clean up the directory that gets created or else future attempts do > this: > {code} > gremlin> :install org.apache.tinkerpop hadoop-gremlin 3.1.0-SNAPSHOT > ==>a module with the name hadoop-gremlin is already installed > {code} > This is also a problem for {{bin/gremlin-server.sh -i}} -- This message was sent by Atlassian JIRA (v6.3.4#6332)