We have a CDH stack, 5.6.0 and also use CASK/CDAP
We have installed Zeppelin on a dedicated box and/or on one of our noes in the
CDH and installed all the CDH gateways so we have all the configs, and parcels
loaded to our node.
It works , built with maven, launched and created notebooks. (love the S3
bucket).
%hive works
%hbase also seems to work
%hdfs is now missing or maybe it is renamed or part of %file now
%file we configured and pointed at the CDH node and port for
the webfs and it looks like it should work, but HDFS simple ls, pwd, does NOT
work.
The part I need help with.
%spark, and the python and anything using spark, it spears to submit the job to
the CDH stack and we see it in resource manager as accepted but it just never
ends. It just stays as accepted and nothing happens, if we kill it, it spins up
again, until it hits the retry limit and fails.
I have attached the interpreter screen and some logs.
We configured the .sh file with
export ZEPPELIN_PORT=8181
export JAVA_HOME=/usr/java/jdk1.8.0_77/jre
export MASTER=yarn-client
export SPARK_HOME=/opt/cloudera/parcels/CDH-5.6.0-1.cdh5.6.0.p0.45/lib/spark
export HADOOP_HOME=/opt/cloudera/parcels/CDH-5.6.0-1.cdh5.6.0.p0.45/lib/hadoop
export HADOOP_CONF_DIR=/etc/hadoop/conf:/etc/hbase/conf:/etc/hive/conf
export HBASE_HOME=/opt/cloudera/parcels/CDH-5.6.0-1.cdh5.6.0.p0.45/lib/hbase
export PYSPARK_PYTHON=/usr/bin/python2.7
[cid:[email protected]]
INFO [2016-04-08 18:13:43,093] ({Thread-0}
RemoteInterpreterServer.java[run]:84) - Starting remote interpreter server on
port 49781
INFO [2016-04-08 18:13:43,544] ({pool-1-thread-3}
RemoteInterpreterServer.java[createInterpreter]:172) - Instantiate interpreter
org.apache.zeppelin.spark.PySparkInterpreter
INFO [2016-04-08 18:13:43,595] ({pool-1-thread-3}
RemoteInterpreterServer.java[createInterpreter]:172) - Instantiate interpreter
org.apache.zeppelin.spark.SparkInterpreter
INFO [2016-04-08 18:13:43,599] ({pool-1-thread-3}
RemoteInterpreterServer.java[createInterpreter]:172) - Instantiate interpreter
org.apache.zeppelin.spark.SparkSqlInterpreter
INFO [2016-04-08 18:13:43,601] ({pool-1-thread-3}
RemoteInterpreterServer.java[createInterpreter]:172) - Instantiate interpreter
org.apache.zeppelin.spark.DepInterpreter
INFO [2016-04-08 18:13:43,631] ({pool-2-thread-2}
SchedulerFactory.java[jobStarted]:131) - Job remoteInterpretJob_1460139223629
started by scheduler interpreter_896707314
INFO [2016-04-08 18:13:43,634] ({pool-2-thread-2}
PySparkInterpreter.java[createPythonScript]:115) - File
/tmp/zeppelin_pyspark.py created
INFO [2016-04-08 18:13:45,208] ({pool-2-thread-2} Logging.scala[logInfo]:59) -
Changing view acls to: zeppelin
INFO [2016-04-08 18:13:45,209] ({pool-2-thread-2} Logging.scala[logInfo]:59) -
Changing modify acls to: zeppelin
INFO [2016-04-08 18:13:45,210] ({pool-2-thread-2} Logging.scala[logInfo]:59) -
SecurityManager: authentication disabled; ui acls disabled; users with view
permissions: Set(zepp
elin); users with modify permissions: Set(zeppelin)
INFO [2016-04-08 18:13:45,568] ({pool-2-thread-2} Logging.scala[logInfo]:59) -
Starting HTTP Server
INFO [2016-04-08 18:13:45,697] ({pool-2-thread-2} Server.java[doStart]:272) -
jetty-8.y.z-SNAPSHOT
INFO [2016-04-08 18:13:45,715] ({pool-2-thread-2}
AbstractConnector.java[doStart]:338) - Started
[email protected]<mailto:[email protected]>:49230
INFO [2016-04-08 18:13:45,716] ({pool-2-thread-2} Logging.scala[logInfo]:59) -
Successfully started service 'HTTP class server' on port 49230.
INFO [2016-04-08 18:13:49,338] ({pool-2-thread-2} Logging.scala[logInfo]:59) -
Running Spark version 1.5.0-cdh5.6.0
INFO [2016-04-08 18:13:49,479] ({pool-2-thread-2} Logging.scala[logInfo]:59) -
Changing view acls to: zeppelin
INFO [2016-04-08 18:13:49,481] ({pool-2-thread-2} Logging.scala[logInfo]:59) -
Changing modify acls to: zeppelin
INFO [2016-04-08 18:13:49,481] ({pool-2-thread-2} Logging.scala[logInfo]:59) -
SecurityManager: authentication disabled; ui acls disabled; users with view
permissions: Set(zepp
elin); users with modify permissions: Set(zeppelin)
INFO [2016-04-08 18:13:49,929] ({sparkDriver-akka.actor.default-dispatcher-3}
Slf4jLogger.scala[applyOrElse]:80) - Slf4jLogger started
INFO [2016-04-08 18:13:49,993] ({sparkDriver-akka.actor.default-dispatcher-3}
Slf4jLogger.scala[apply$mcV$sp]:74) - Starting remoting
INFO [2016-04-08 18:13:50,242] ({sparkDriver-akka.actor.default-dispatcher-2}
Slf4jLogger.scala[apply$mcV$sp]:74) - Remoting started; listening on addresses
:[akka.tcp://sparkD
[email protected]<mailto:[email protected]>:34484]
INFO [2016-04-08 18:13:50,243] ({sparkDriver-akka.actor.default-dispatcher-2}
Slf4jLogger.scala[apply$mcV$sp]:74) - Remoting now listens on addresses:
[akka.tcp://sparkDriver@1
0.20.24.48:34484]
INFO [2016-04-08 18:13:50,251] ({pool-2-thread-2} Logging.scala[logInfo]:59) -
Successfully started service 'sparkDriver' on port 34484.
INFO [2016-04-08 18:13:50,282] ({pool-2-thread-2} Logging.scala[logInfo]:59) -
Registering MapOutputTracker
INFO [2016-04-08 18:13:50,308] ({pool-2-thread-2} Logging.scala[logInfo]:59) -
Registering BlockManagerMaster
INFO [2016-04-08 18:13:50,339] ({pool-2-thread-2} Logging.scala[logInfo]:59) -
Created local directory at /tmp/blockmgr-4ee9b65d-3e78-4dc1-9cdd-5c12ed6a0513
INFO [2016-04-08 18:13:50,345] ({pool-2-thread-2} Logging.scala[logInfo]:59) -
MemoryStore started with capacity 493.0 MB
INFO [2016-04-08 18:13:50,545] ({pool-2-thread-2} Logging.scala[logInfo]:59) -
HTTP File server directory is
/tmp/spark-10ce8809-30e4-42b5-93f6-9ed32d9b6eb4/httpd-3b788680-8889
-4bf3-b53b-771256f391f1
INFO [2016-04-08 18:13:50,545] ({pool-2-thread-2} Logging.scala[logInfo]:59) -
Starting HTTP Server
INFO [2016-04-08 18:13:50,546] ({pool-2-thread-2} Server.java[doStart]:272) -
jetty-8.y.z-SNAPSHOT
INFO [2016-04-08 18:13:50,552] ({pool-2-thread-2}
AbstractConnector.java[doStart]:338) - Started
[email protected]<mailto:[email protected]>:37372
INFO [2016-04-08 18:13:50,552] ({pool-2-thread-2} Logging.scala[logInfo]:59) -
Successfully started service 'HTTP file server' on port 37372.
INFO [2016-04-08 18:13:50,564] ({pool-2-thread-2} Logging.scala[logInfo]:59) -
Registering OutputCommitCoordinator
INFO [2016-04-08 18:13:50,708] ({pool-2-thread-2} Server.java[doStart]:272) -
jetty-8.y.z-SNAPSHOT
INFO [2016-04-08 18:13:50,723] ({pool-2-thread-2}
AbstractConnector.java[doStart]:338) - Started
[email protected]<mailto:[email protected]>:4040
INFO [2016-04-08 18:13:50,724] ({pool-2-thread-2} Logging.scala[logInfo]:59) -
Successfully started service 'SparkUI' on port 4040.
INFO [2016-04-08 18:13:50,726] ({pool-2-thread-2} Logging.scala[logInfo]:59) -
Started SparkUI at http://10.20.24.48:4040
INFO [2016-04-08 18:13:50,786] ({pool-2-thread-2} Logging.scala[logInfo]:59) -
Added JAR
file:/opt/zeppelin/interpreter/spark/zeppelin-spark-0.6.0-incubating-SNAPSHOT.jar
at ht
tp://10.20.24.48:37372/jars/zeppelin-spark-0.6.0-incubating-SNAPSHOT.jar with
timestamp 1460139230786
INFO [2016-04-08 18:13:50,863] ({pool-2-thread-2} Logging.scala[logInfo]:59) -
Created default pool default, schedulingMode: FIFO, minShare: 0, weight: 1
WARN [2016-04-08 18:13:50,899] ({pool-2-thread-2} Logging.scala[logWarning]:71)
- Using default name DAGScheduler for source because spark.app.id is not set.
INFO [2016-04-08 18:13:51,100] ({pool-2-thread-2}
RMProxy.java[createRMProxy]:98) - Connecting to ResourceManager at
ip-10-20-24-142.aws.pet360cloud.net/10.20.24.142:8032
INFO [2016-04-08 18:13:51,500] ({pool-2-thread-2} Logging.scala[logInfo]:59) -
Requesting a new application from cluster with 5 NodeManagers
INFO [2016-04-08 18:13:51,526] ({pool-2-thread-2} Logging.scala[logInfo]:59) -
Verifying our application has not requested more than the maximum memory
capability of the cluste
r (24576 MB per container)
INFO [2016-04-08 18:13:51,527] ({pool-2-thread-2} Logging.scala[logInfo]:59) -
Will allocate AM container, with 896 MB memory including 384 MB overhead
INFO [2016-04-08 18:13:51,527] ({pool-2-thread-2} Logging.scala[logInfo]:59) -
Setting up container launch context for our AM
INFO [2016-04-08 18:13:51,534] ({pool-2-thread-2} Logging.scala[logInfo]:59) -
Setting up the launch environment for our AM container
INFO [2016-04-08 18:13:51,559] ({pool-2-thread-2} Logging.scala[logInfo]:59) -
Preparing resources for our AM container
INFO [2016-04-08 18:13:53,116] ({pool-2-thread-2} Logging.scala[logInfo]:59) -
Uploading resource
file:/opt/zeppelin/interpreter/spark/zeppelin-spark-0.6.0-incubating-SNAPSHOT.
jar ->
hdfs://ip-10-20-24-142.aws.pet360cloud.net:8020/user/zeppelin/.sparkStaging/application_1460058477945_0248/zeppelin-spark-0.6.0-incubating-SNAPSHOT.jar
INFO [2016-04-08 18:13:53,572] ({pool-2-thread-2} Logging.scala[logInfo]:59) -
Uploading resource
file:/opt/cloudera/parcels/CDH-5.6.0-1.cdh5.6.0.p0.45/lib/spark/python/lib/pys
park.zip ->
hdfs://ip-10-20-24-142.aws.pet360cloud.net:8020/user/zeppelin/.sparkStaging/application_1460058477945_0248/pyspark.zip
INFO [2016-04-08 18:13:53,618] ({pool-2-thread-2} Logging.scala[logInfo]:59) -
Uploading resource
file:/opt/cloudera/parcels/CDH-5.6.0-1.cdh5.6.0.p0.45/lib/spark/python/lib/py4
j-0.8.2.1-src.zip ->
hdfs://ip-10-20-24-142.aws.pet360cloud.net:8020/user/zeppelin/.sparkStaging/application_1460058477945_0248/py4j-0.8.2.1-src.zip
INFO [2016-04-08 18:13:53,682] ({pool-2-thread-2} Logging.scala[logInfo]:59) -
Uploading resource
file:/tmp/spark-10ce8809-30e4-42b5-93f6-9ed32d9b6eb4/__spark_conf__35463891996
92981455.zip ->
hdfs://ip-10-20-24-142.aws.pet360cloud.net:8020/user/zeppelin/.sparkStaging/application_1460058477945_0248/__spark_conf__3546389199692981455.zip
INFO [2016-04-08 18:13:53,737] ({pool-2-thread-2} Logging.scala[logInfo]:59) -
Changing view acls to: zeppelin
INFO [2016-04-08 18:13:53,737] ({pool-2-thread-2} Logging.scala[logInfo]:59) -
Changing modify acls to: zeppelin
INFO [2016-04-08 18:13:53,737] ({pool-2-thread-2} Logging.scala[logInfo]:59) -
SecurityManager: authentication disabled; ui acls disabled; users with view
permissions: Set(zepp
elin); users with modify permissions: Set(zeppelin)
INFO [2016-04-08 18:13:53,749] ({pool-2-thread-2} Logging.scala[logInfo]:59) -
Submitting application 248 to ResourceManager
INFO [2016-04-08 18:13:53,784] ({pool-2-thread-2}
YarnClientImpl.java[submitApplication]:251) - Submitted application
application_1460058477945_0248
INFO [2016-04-08 18:13:54,789] ({pool-2-thread-2} Logging.scala[logInfo]:59) -
Application report for application_1460058477945_0248 (state: ACCEPTED)
INFO [2016-04-08 18:13:54,793] ({pool-2-thread-2} Logging.scala[logInfo]:59) -
client token: N/A
diagnostics: N/A
ApplicationMaster host: N/A
ApplicationMaster RPC port: -1
queue: root.zeppelin
start time: 1460139233764
final status: UNDEFINED
tracking URL:
http://ip-10-20-24-142.aws.pet360cloud.net:8088/proxy/application_1460058477945_0248/
user: zeppelin
INFO [2016-04-08 18:13:55,794] ({pool-2-thread-2} Logging.scala[logInfo]:59) -
Application report for application_1460058477945_0248 (state: ACCEPTED)
INFO [2016-04-08 18:13:56,796] ({pool-2-thread-2} Logging.scala[logInfo]:59) -
Application report for application_1460058477945_0248 (state: ACCEPTED)
INFO [2016-04-08 18:13:57,797] ({pool-2-thread-2} Logging.scala[logInfo]:59) -
Application report for application_1460058477945_0248 (state: ACCEPTED)
INFO [2016-04-08 18:13:58,798] ({pool-2-thread-2} Logging.scala[logInfo]:59) -
Application report for application_1460058477945_0248 (state: ACCEPTED)
INFO [2016-04-08 18:13:59,800] ({pool-2-thread-2} Logging.scala[logInfo]:59) -
Application report for application_1460058477945_0248 (state: ACCEPTED)
INFO [2016-04-08 18:14:00,801] ({pool-2-thread-2} Logging.scala[logInfo]:59) -
Application report for application_1460058477945_0248 (state: ACCEPTED)
INFO [2016-04-08 18:14:01,803] ({pool-2-thread-2} Logging.scala[logInfo]:59) -
Application report for application_1460058477945_0248 (state: ACCEPTED)
INFO [2016-04-08 18:14:02,804] ({pool-2-thread-2} Logging.scala[logInfo]:59) -
Application report for application_1460058477945_0248 (state: ACCEPTED)
INFO [2016-04-08 18:14:03,805] ({pool-2-thread-2} Logging.scala[logInfo]:59) -
Application report for application_1460058477945_0248 (state: ACCEPTED)
INFO [2016-04-08 18:14:04,806] ({pool-2-thread-2} Logging.scala[logInfo]:59) -
Application report for application_1460058477945_0248 (state: ACCEPTED)
INFO [2016-04-08 18:14:05,808] ({pool-2-thread-2} Logging.scala[logInfo]:59) -
Application report for application_1460058477945_0248 (state: ACCEPTED)
INFO [2016-04-08 18:14:06,809] ({pool-2-thread-2} Logging.scala[logInfo]:59) -
Application report for application_1460058477945_0248 (state: ACCEPTED)
INFO [2016-04-08 18:14:07,810] ({pool-2-thread-2} Logging.scala[logInfo]:59) -
Application report for application_1460058477945_0248 (state: ACCEPTED)
INFO [2016-04-08 18:14:08,812] ({pool-2-thread-2} Logging.scala[logInfo]:59) -
Application report for application_1460058477945_0248 (state: ACCEPTED)
INFO [2016-04-08 18:14:09,814] ({pool-2-thread-2} Logging.scala[logInfo]:59) -
Application report for application_1460058477945_0248 (state: ACCEPTED)
INFO [2016-04-08 18:14:10,815] ({pool-2-thread-2} Logging.scala[logInfo]:59) -
Application report for application_1460058477945_0248 (state: ACCEPTED)
INFO [2016-04-08 18:14:11,817] ({pool-2-thread-2} Logging.scala[logInfo]:59) -
Application report for application_1460058477945_0248 (state: ACCEPTED)
INFO [2016-04-08 18:14:12,818] ({pool-2-thread-2} Logging.scala[logInfo]:59) -
Application report for application_1460058477945_0248 (state: ACCEPTED)
INFO [2016-04-08 18:14:13,819] ({pool-2-thread-2} Logging.scala[logInfo]:59) -
Application report for application_1460058477945_0248 (state: ACCEPTED)
INFO [2016-04-08 18:14:14,821] ({pool-2-thread-2} Logging.scala[logInfo]:59) -
Application report for application_1460058477945_0248 (state: ACCEPTED)
INFO [2016-04-08 18:14:15,822] ({pool-2-thread-2} Logging.scala[logInfo]:59) -
Application report for application_1460058477945_0248 (state: ACCEPTED)
INFO [2016-04-08 18:14:16,824] ({pool-2-thread-2} Logging.scala[logInfo]:59) -
Application report for application_1460058477945_0248 (state: ACCEPTED)
INFO [2016-04-08 18:14:17,825] ({pool-2-thread-2} Logging.scala[logInfo]:59) -
Application report for application_1460058477945_0248 (state: ACCEPTED)
INFO [2016-04-08 18:14:18,826] ({pool-2-thread-2} Logging.scala[logInfo]:59) -
Application report for application_1460058477945_0248 (state: ACCEPTED)
INFO [2016-04-08 18:14:19,828] ({pool-2-thread-2} Logging.scala[logInfo]:59) -
Application report for application_1460058477945_0248 (state: ACCEPTED)
INFO [2016-04-08 18:14:20,829] ({pool-2-thread-2} Logging.scala[logInfo]:59) -
Application report for application_1460058477945_0248 (state: ACCEPTED)
INFO [2016-04-08 18:14:21,830] ({pool-2-thread-2} Logging.scala[logInfo]:59) -
Application report for application_1460058477945_0248 (state: ACCEPTED)
INFO [2016-04-08 18:14:22,832] ({pool-2-thread-2} Logging.scala[logInfo]:59) -
Application report for application_1460058477945_0248 (state: ACCEPTED)
INFO [2016-04-08 18:14:23,833] ({pool-2-thread-2} Logging.scala[logInfo]:59) -
Application report for application_1460058477945_0248 (state: ACCEPTED)
INFO [2016-04-08 18:14:24,835] ({pool-2-thread-2} Logging.scala[logInfo]:59) -
Application report for application_1460058477945_0248 (state: ACCEPTED)
INFO [2016-04-08 18:14:25,836] ({pool-2-thread-2} Logging.scala[logInfo]:59) -
Application report for application_1460058477945_0248 (state: ACCEPTED)
INFO [2016-04-08 18:14:26,837] ({pool-2-thread-2} Logging.scala[logInfo]:59) -
Application report for application_1460058477945_0248 (state: ACCEPTED)
INFO [2016-04-08 18:14:27,839] ({pool-2-thread-2} Logging.scala[logInfo]:59) -
Application report for application_1460058477945_0248 (state: ACCEPTED)
INFO [2016-04-08 18:14:28,840] ({pool-2-thread-2} Logging.scala[logInfo]:59) -
Application report for application_1460058477945_0248 (state: ACCEPTED)
INFO [2016-04-08 18:14:29,841] ({pool-2-thread-2} Logging.scala[logInfo]:59) -
Application report for application_1460058477945_0248 (state: ACCEPTED)
INFO [2016-04-08 18:14:30,843] ({pool-2-thread-2} Logging.scala[logInfo]:59) -
Application report for application_1460058477945_0248 (state: ACCEPTED)
INFO [2016-04-08 18:14:31,844] ({pool-2-thread-2} Logging.scala[logInfo]:59) -
Application report for application_1460058477945_0248 (state: ACCEPTED)
INFO [2016-04-08 18:14:32,846] ({pool-2-thread-2} Logging.scala[logInfo]:59) -
Application report for application_1460058477945_0248 (state: ACCEPTED)
INFO [2016-04-08 18:14:33,847] ({pool-2-thread-2} Logging.scala[logInfo]:59) -
Application report for application_1460058477945_0248 (state: ACCEPTED)
INFO [2016-04-08 18:14:34,849] ({pool-2-thread-2} Logging.scala[logInfo]:59) -
Application report for application_1460058477945_0248 (state: ACCEPTED)
INFO [2016-04-08 18:14:35,850] ({pool-2-thread-2} Logging.scala[logInfo]:59) -
Application report for application_1460058477945_0248 (state: ACCEPTED)
INFO [2016-04-08 18:14:36,851] ({pool-2-thread-2} Logging.scala[logInfo]:59) -
Application report for application_1460058477945_0248 (state: ACCEPTED)
INFO [2016-04-08 18:14:37,853] ({pool-2-thread-2} Logging.scala[logInfo]:59) -
Application report for application_1460058477945_0248 (state: ACCEPTED)
INFO [2016-04-08 18:14:38,854] ({pool-2-thread-2} Logging.scala[logInfo]:59) -
Application report for application_1460058477945_0248 (state: ACCEPTED)
INFO [2016-04-08 18:14:39,855] ({pool-2-thread-2} Logging.scala[logInfo]:59) -
Application report for application_1460058477945_0248 (state: ACCEPTED)
INFO [2016-04-08 18:14:40,857] ({pool-2-thread-2} Logging.scala[logInfo]:59) -
Application report for application_1460058477945_0248 (state: ACCEPTED)
INFO [2016-04-08 18:14:41,858] ({pool-2-thread-2} Logging.scala[logInfo]:59) -
Application report for application_1460058477945_0248 (state: ACCEPTED)
INFO [2016-04-08 18:14:42,860] ({pool-2-thread-2} Logging.scala[logInfo]:59) -
Application report for application_1460058477945_0248 (state: ACCEPTED)
INFO [2016-04-08 18:14:43,861] ({pool-2-thread-2} Logging.scala[logInfo]:59) -
Application report for application_1460058477945_0248 (state: ACCEPTED)
INFO [2016-04-08 18:14:44,862] ({pool-2-thread-2} Logging.scala[logInfo]:59) -
Application report for application_1460058477945_0248 (state: ACCEPTED)
INFO [2016-04-08 18:14:45,863] ({pool-2-thread-2} Logging.scala[logInfo]:59) -
Application report for application_1460058477945_0248 (state: ACCEPTED)
INFO [2016-04-08 18:14:46,865] ({pool-2-thread-2} Logging.scala[logInfo]:59) -
Application report for application_1460058477945_0248 (state: ACCEPTED)
INFO [2016-04-08 18:14:47,866] ({pool-2-thread-2} Logging.scala[logInfo]:59) -
Application report for application_1460058477945_0248 (state: ACCEPTED)
INFO [2016-04-08 18:14:48,867] ({pool-2-thread-2} Logging.scala[logInfo]:59) -
Application report for application_1460058477945_0248 (state: ACCEPTED)
INFO [2016-04-08 18:14:49,869] ({pool-2-thread-2} Logging.scala[logInfo]:59) -
Application report for application_1460058477945_0248 (state: ACCEPTED)
INFO [2016-04-08 18:14:50,871] ({pool-2-thread-2} Logging.scala[logInfo]:59) -
Application report for application_1460058477945_0248 (state: ACCEPTED)
INFO [2016-04-08 18:14:51,872] ({pool-2-thread-2} Logging.scala[logInfo]:59) -
Application report for application_1460058477945_0248 (state: ACCEPTED)
INFO [2016-04-08 18:14:52,873] ({pool-2-thread-2} Logging.scala[logInfo]:59) -
Application report for application_1460058477945_0248 (state: ACCEPTED)
INFO [2016-04-08 18:14:53,875] ({pool-2-thread-2} Logging.scala[logInfo]:59) -
Application report for application_1460058477945_0248 (state: ACCEPTED)
INFO [2016-04-08 18:14:54,876] ({pool-2-thread-2} Logging.scala[logInfo]:59) -
Application report for application_1460058477945_0248 (state: ACCEPTED)
INFO [2016-04-08 18:14:55,877] ({pool-2-thread-2} Logging.scala[logInfo]:59) -
Application report for application_1460058477945_0248 (state: ACCEPTED)
INFO [2016-04-08 18:14:56,879] ({pool-2-thread-2} Logging.scala[logInfo]:59) -
Application report for application_1460058477945_0248 (state: ACCEPTED)
INFO [2016-04-08 18:14:57,880] ({pool-2-thread-2} Logging.scala[logInfo]:59) -
Application report for application_1460058477945_0248 (state: ACCEPTED)
INFO [2016-04-08 18:14:58,881] ({pool-2-thread-2} Logging.scala[logInfo]:59) -
Application report for application_1460058477945_0248 (state: ACCEPTED)
INFO [2016-04-08 18:14:59,883] ({pool-2-thread-2} Logging.scala[logInfo]:59) -
Application report for application_1460058477945_0248 (state: ACCEPTED)
INFO [2016-04-08 18:15:00,884] ({pool-2-thread-2} Logging.scala[logInfo]:59) -
Application report for application_1460058477945_0248 (state: ACCEPTED)
INFO [2016-04-08 18:15:01,885] ({pool-2-thread-2} Logging.scala[logInfo]:59) -
Application report for application_1460058477945_0248 (state: ACCEPTED)
INFO [2016-04-08 18:15:02,887] ({pool-2-thread-2} Logging.scala[logInfo]:59) -
Application report for application_1460058477945_0248 (state: ACCEPTED)
INFO [2016-04-08 18:15:03,888] ({pool-2-thread-2} Logging.scala[logInfo]:59) -
Application report for application_1460058477945_0248 (state: ACCEPTED)
INFO [2016-04-08 18:15:04,890] ({pool-2-thread-2} Logging.scala[logInfo]:59) -
Application report for application_1460058477945_0248 (state: ACCEPTED)
INFO [2016-04-08 18:15:05,891] ({pool-2-thread-2} Logging.scala[logInfo]:59) -
Application report for application_1460058477945_0248 (state: ACCEPTED)
INFO [2016-04-08 18:15:06,893] ({pool-2-thread-2} Logging.scala[logInfo]:59) -
Application report for application_1460058477945_0248 (state: ACCEPTED)
INFO [2016-04-08 18:15:07,894] ({pool-2-thread-2} Logging.scala[logInfo]:59) -
Application report for application_1460058477945_0248 (state: ACCEPTED)