System Properties of Big Data Cloud

System properties of Oracle Big Data Cloud are made available to executing jobs through YARN.

There are many system properties, but the most important property to know about is bdcsce.sparkthrift.default.connect. This is the connect string for the Spark Thrift Server. The format for the connect string is as follows:

jdbc:hive2://host:port/default;transportMode=http;httpPath=cliservice

where host and port are the host and port for the Spark Thrift Server.

For information about additional system properties related to Thrift, see About Accessing Thrift.