[ https://issues.apache.org/jira/browse/TINKERPOP3-893?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14960932#comment-14960932 ]
Daniel Kuppitz commented on TINKERPOP3-893: ------------------------------------------- If the console can figure out, what the correct version is, then why not simplify the install command to something like: {code}:install org.apache.tinkerpop hadoop-gremlin{code} ... or even better: {code}:install hadoop-gremlin{code} Given this {{:install}} command, the console could assume that you want to install one of the default plugins ({{org.apache.tinkerpop}}) for the current version ({{x.y.z-***}}). > Validate dependency grabs that have TinkerPop dependencies > ---------------------------------------------------------- > > Key: TINKERPOP3-893 > URL: https://issues.apache.org/jira/browse/TINKERPOP3-893 > Project: TinkerPop 3 > Issue Type: Improvement > Components: console, server > Affects Versions: 3.0.1-incubating > Reporter: stephen mallette > Assignee: stephen mallette > Priority: Trivial > > Gremlin Console's {{:install}} command and Gremlin Server's > {{bin/gremlin-server.sh -i}} pull down dependencies. A nice check might be > to detect dependency conflicts with TinkerPop libs. For example, if someone > tries to use Gremlin 3.1.0 to {{install}} Titan 1.0.0 (which depends on > TinkerPop 3.0.1), we could error the install and show a nice error to the > user. -- This message was sent by Atlassian JIRA (v6.3.4#6332)