Skip to content

Commit ec6fb81

Browse files
authored
Merge pull request #95600 from SeanKilleen/patch-4
Update tinkerpop reference 3.3.4 --> 3.6.0
2 parents c6c0e43 + 5d1c122 commit ec6fb81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cosmos-db/local-emulator.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -286,14 +286,14 @@ Start emulator from an administrator [command prompt](emulator-command-line-para
286286

287287
Start emulator from an administrator [command prompt](emulator-command-line-parameters.md)with "/EnableGremlinEndpoint". Alternatively you can also set the environment variable `AZURE_COSMOS_EMULATOR_GREMLIN_ENDPOINT=true`
288288

289-
1. [Install apache-tinkerpop-gremlin-console-3.3.4](https://archive.apache.org/dist/tinkerpop/3.3.4).
289+
1. [Install apache-tinkerpop-gremlin-console-3.6.0](https://archive.apache.org/dist/tinkerpop/3.6.0).
290290

291291
1. From the emulator's data explorer create a database "db1" and a collection "coll1"; for the partition key, choose "/name"
292292

293293
1. Run the following commands in a regular command prompt window:
294294

295295
```bash
296-
cd /d C:\sdk\apache-tinkerpop-gremlin-console-3.3.4-bin\apache-tinkerpop-gremlin-console-3.3.4
296+
cd /d C:\sdk\apache-tinkerpop-gremlin-console-3.6.0-bin\apache-tinkerpop-gremlin-console-3.6.0
297297

298298
copy /y conf\remote.yaml conf\remote-localcompute.yaml
299299
notepad.exe conf\remote-localcompute.yaml

0 commit comments

Comments
 (0)