|
|
@@ -1040,11 +1040,17 @@
|
|
|
###########################################################################
|
|
|
|
|
|
[spark]
|
|
|
- # URL of the REST Spark Job Server.
|
|
|
- ## server_url=http://localhost:8998/
|
|
|
+ # Host address of the Livy Server.
|
|
|
+ ## livy_server_host=localhost
|
|
|
+
|
|
|
+ # Port of the Livy Server.
|
|
|
+ ## livy_server_port=8998
|
|
|
+
|
|
|
+ # Configure livy to start with 'process', 'thread', or 'yarn' workers.
|
|
|
+ ## livy_server_session_kind=process
|
|
|
|
|
|
# List of available types of snippets
|
|
|
- ## languages='[{"name": "Scala", "type": "scala"},{"name": "Python", "type": "python"},{"name": "PySpark", "type": "python"},{"name": "Python", "type": "py"},{"name": "Impala SQL", "type": "impala"},{"name": "Hive SQL", "type": "hive"},{"name": "Text", "type": "text"}]'
|
|
|
+ ## languages='[{"name": "Scala Shell", "type": "scala"},{"name": "PySpark Shell", "type": "python"},{"name": "Jar", "type": "Jar"},{"name": "Python", "type": "py"},{"name": "Impala SQL", "type": "impala"},{"name": "Hive SQL", "type": "hive"},{"name": "Text", "type": "text"}]'
|
|
|
|
|
|
|
|
|
###########################################################################
|