dse client-tool graph-olap
Perform operations related to the Graph OLAP Spark context.
The default Spark configuration properties are located in the olap.properties
file.
Synopsis
dse client-tool <connection_options> graph-olap
(status | stop | start | restart)
Syntax conventions | Description |
---|---|
UPPERCASE |
Literal keyword. |
Lowercase |
Not literal. |
<`Italics>` |
Variable value. Replace with a valid option or user-defined value. |
|
Optional.
Square brackets ( |
|
Group.
Parentheses ( |
|
Or.
A vertical bar ( |
|
Repeatable.
An ellipsis ( |
|
Single quotation ( |
|
Map collection.
Braces ( |
|
Set, list, map, or tuple.
Angle brackets ( |
|
End CQL statement.
A semicolon ( |
|
Separate the command line options from the command arguments with two hyphens ( |
|
Search CQL only: Single quotation marks ( |
|
Search CQL only: Identify the entity and literal value to overwrite the XML element in the schema and solrconfig files. |
- status
-
Show the Graph OLAP Gremlin server address.
- stop
-
Stop the Graph OLAP Spark context.
- start
-
Start the Graph OLAP Spark context if it is not already running. If a Graph OLAP Spark context already exists, no action will be taken.
- restart
-
Reconfigure and restart the Graph OLAP Spark context.
Examples
Start the Graph OLAP Spark context:
dse client-tool graph-olap start
Successfully started graph OLAP Spark Context
View the IP address of the running Graph OLAP Gremlin server:
dse client-tool graph-olap status
Active graph OLAP Spark Context at 127.0.0.1
Stop the Graph OLAP Spark context:
dse client-tool graph-olap stop
Successfully stopped graph OLAP Spark Context
Restart the Graph OLAP Spark context:
dse client-tool graph-olap restart
Successfully restarted graph OLAP Spark Context