You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3. Build the map from vertex label to vertex ID and vice versa. This allows to look up a reverse domain name (e.g. "org.commoncrawl") and get the corresponding vertex ID.
4. Launch the [JShell](https://docs.oracle.com/en/java/javase/21/jshell/index.html)
41
41
42
42
```
43
-
$> jshell --class-path $CC_WEBGRAPH_JAR
43
+
$> jshell --class-path "$CC_WEBGRAPH_JAR"
44
44
| Welcome to JShell -- Version 21.0.3
45
45
| For an introduction type: /help intro
46
46
@@ -69,9 +69,9 @@ A tutorial how to interactively explore the Common Crawl webgraphs – or other
69
69
To make the loading easier, you may use the load script [graph_explore_load_graph.jsh](src/script/webgraph_ranking/graph_explore_load_graph.jsh) and pass the graph name as a Java property to the JShell via command-line option `-R-Dgraph=$GRAPH`
0 commit comments