blob: 376c9edcb00d1f8815aed9f34a2c8dc99ecef2d0 [file] [log] [blame]
#
# Copyright 2014 IBM Corp.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
stdin_port = 48691
stdin_port = ${?STDIN_PORT}
shell_port = 40544
shell_port = ${?SHELL_PORT}
iopub_port = 43462
iopub_port = ${?IOPUB_PORT}
control_port = 44808
control_port = ${?CONTROL_PORT}
hb_port = 49691
hb_port = ${?HB_PORT}
ip = "127.0.0.1"
ip = ${?IP}
transport = "tcp"
signature_scheme = "hmac-sha256"
key = ""
create_context = true
spark.master = "local[*]"
ivy_local = "/tmp/.ivy2"
ivy_local = ${?IVY_LOCAL}
interpreter_args = []
magic_urls = []
magic_urls = [${?MAGIC_URLS}]
spark_configuration = ""
spark_configuration = ${?SPARK_CONFIGURATION}
max_interpreter_threads = 4
max_interpreter_threads = ${?MAX_INTERPRETER_THREADS}