dse client-tool configuration byos-export
Exports the DSE node configuration to a Spark-compatible file that can be copied to a node in the external Spark cluster and used with the Spark shell.
Synopsis
dse  client-tool connection_options configuration byos-export
[--default-properties path_to_existing_properties_file]
[--export-credentials]
[--generate-token [--token-renewer username]]
Syntax conventions
| Syntax conventions | Description | 
|---|---|
UPPERCASE  | 
Literal keyword.  | 
Lowercase  | 
Not literal.  | 
  | 
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.  | 
--default-properties spark_propfile_path dse_spark_propfile_path- 
The path to the default Spark properties file and the DataStax Enterprise Spark properties file to merge properties from both.
 --export-credentials- 
Store current DSE user and password in the generated configuration file.
 file- 
The file name for the generated Spark-compatible file. For example,
byos.properties. --generate-token- 
Generates digest authentication token to support access to DSE clusters secured with Kerberos from non-Kerberos clusters.
 --set-keystore-password password- 
The keystore password for connection to the database when SSL client authentication is enabled.
 --set-keystore-path path- 
The path to the SSL keystore when SSL client authentication is enabled. All nodes must store the keystore in the same location.
 --set-keystore-type type- 
The keystore type when SSL client authentication is enabled. If not specified, the default is JKS.
 --set-truststore-password password- 
Include the specified truststore password in the configuration file.
 --set-truststore-path path- 
Path to SSL truststore on Spark nodes. All nodes must store the truststore in the same location.
 --set-truststore-type type- 
The truststore type when SSL client authentication is enabled. If not specified, the default is JKS.
 --token-renewer userid- 
User with permission to renew or cancel the token. When not specified, only the DSE process can renew the generated token.
 
Examples
You can export the DSE node configuration to a Spark-compatible file with various options.
Generate the byos.properties file in your home directory
dse client-tool configuration byos-export ~/byos.properties
Merge the default Spark properties with the DSE Spark properties
dse client-tool configuration byos-export --default-properties /usr/lib/spark/conf/spark-defaults.conf /home/user1/.dse/byos.conf