Github user mpollmeier commented on the pull request:

    
https://github.com/apache/incubator-tinkerpop/pull/269#issuecomment-198167176
  
    Awesome to see progress on this! I had some trouble getting it to work 
though. Here's what I id:
    
    build it
    ```
    git checkout TINKERPOP-575 #currently e01a71b
    mvn clean install -DskipTests
    ```
    
    start gremlin-server
    ```
    unzip 
$TP_SRC/gremlin-server/target/apache-gremlin-server-3.2.0-SNAPSHOT-distribution.zip
    cd apache-gremlin-server-3.2.0-SNAPSHOT 
    bin/gremlin-server.sh conf/gremlin-server-modern.yaml
    ```
    
    connect and run traversal
    ```
    cd gremlin-console/target/apache-gremlin-console-3.2.0-SNAPSHOT-standalone
    bin/gremlin.sh
             \,,,/
             (o o)
    -----oOOo-(3)-oOOo-----
    plugin activated: tinkerpop.server
    plugin activated: tinkerpop.utilities
    plugin activated: tinkerpop.tinkergraph
    gremlin> graph = RemoteGraph.open('conf/remote-graph.properties')
    ==>remotegraph[DriverServerConnection-localhost/127.0.0.1:8182 
[graph='graph]]
    gremlin> g = graph.traversal()
    
==>graphtraversalsource[remotegraph[DriverServerConnection-localhost/127.0.0.1:8182
 [graph='graph]], standard]
    gremlin> g.V().valueMap(true)
    ```
    
    No output :(
    PS1: works fine for local TinkerGraph instance
    PS2: Wireshark tells me that there is some communication between the REPL 
and gremlin-server (three TCP packets). 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to