You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@zeppelin.apache.org by Celso Axelrud <ca...@gmail.com> on 2018/08/30 22:31:12 UTC

Getting error when trying to use Cassandra note (Windows 10)

Hi,
I am getting the following error when trying to use Cassandra.
I am using Windows 10.
I have no problem using Zeppelin/Spark and Cassandra CQL console (cqlsh).
The following is the log.
It includes the starting Zeppelin log, the log when executing Cassandra
note first time and when using Cassandra second time.
Note that the errors are different.
Thanks,

==STARTTING=========================================================================================================================
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
MaxPermSize=512m; support was removed in 8.0
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in
[jar:file:/C:/zeppelin/lib/interpreter/slf4j-log4j12-1.7.10.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in
[jar:file:/C:/zeppelin/lib/slf4j-log4j12-1.7.10.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an
explanation.
SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory]
 WARN [2018-08-30 16:44:48,748] ({main}
ZeppelinConfiguration.java[create]:117) - Failed to load configuration,
proceeding with a default
 INFO [2018-08-30 16:44:48,779] ({main}
ZeppelinConfiguration.java[create]:129) - Server Host: 0.0.0.0
 INFO [2018-08-30 16:44:48,779] ({main}
ZeppelinConfiguration.java[create]:131) - Server Port: 8080
 INFO [2018-08-30 16:44:48,780] ({main}
ZeppelinConfiguration.java[create]:135) - Context Path: /
 INFO [2018-08-30 16:44:48,781] ({main}
ZeppelinConfiguration.java[create]:136) - Zeppelin Version: 0.8.0
 INFO [2018-08-30 16:44:48,796] ({main} Log.java[initialized]:186) -
Logging initialized @403ms
 INFO [2018-08-30 16:44:48,855] ({main}
ZeppelinServer.java[setupWebAppContext]:387) - ZeppelinServer Webapp path:
C:\zeppelin\webapps
 INFO [2018-08-30 16:44:48,924] ({main} ZeppelinServer.java[main]:213) -
Starting zeppelin server
 INFO [2018-08-30 16:44:48,927] ({main} Server.java[doStart]:327) -
jetty-9.2.15.v20160210
 INFO [2018-08-30 16:49:36,168] ({main}
StandardDescriptorProcessor.java[visitServlet]:297) - NO JSP Support for /,
did not find org.eclipse.jetty.jsp.JettyJspServlet
 WARN [2018-08-30 16:51:35,621] ({main}
ServletHolder.java[getNameOfJspClass]:923) - Unable to make identifier for
jsp rest trying rest instead
 WARN [2018-08-30 16:51:36,130] ({main}
ZeppelinConfiguration.java[getConfigFSDir]:527) - zeppelin.config.fs.dir is
not specified, fall back to local conf directory zeppelin.conf.dir
 WARN [2018-08-30 16:51:36,131] ({main}
ZeppelinConfiguration.java[getConfigFSDir]:527) - zeppelin.config.fs.dir is
not specified, fall back to local conf directory zeppelin.conf.dir
DEBUG [2018-08-30 16:51:36,146] ({main}
InterpreterSettingManager.java[<init>]:148) - InterpreterRootPath:
C:\zeppelin\interpreter
 INFO [2018-08-30 16:51:36,212] ({main}
InterpreterSettingManager.java[<init>]:163) - Using RecoveryStorage:
org.apache.zeppelin.interpreter.recovery.NullRecoveryStorage
 INFO [2018-08-30 16:51:36,213] ({main}
InterpreterSettingManager.java[<init>]:167) - Using LifecycleManager:
org.apache.zeppelin.interpreter.lifecycle.NullLifecycleManager
 WARN [2018-08-30 16:51:36,259] ({main}
InterpreterSettingManager.java[init]:329) - No interpreter-setting.json
found in C:\zeppelin\interpreter\${interpreter.name}
DEBUG [2018-08-30 16:51:36,278] ({main}
InterpreterSettingManager.java[registerInterpreterFromPath]:371) - Reading
interpreter-setting.json from file
C:\zeppelin\interpreter\alluxio\interpreter-setting.json
 INFO [2018-08-30 16:51:36,443] ({main}
InterpreterSettingManager.java[registerInterpreterSetting]:423) - Register
InterpreterSettingTemplate: alluxio
DEBUG [2018-08-30 16:51:36,451] ({main}
InterpreterSettingManager.java[registerInterpreterFromPath]:371) - Reading
interpreter-setting.json from file
C:\zeppelin\interpreter\angular\interpreter-setting.json
 INFO [2018-08-30 16:51:36,455] ({main}
InterpreterSettingManager.java[registerInterpreterSetting]:423) - Register
InterpreterSettingTemplate: angular
DEBUG [2018-08-30 16:51:36,462] ({main}
InterpreterSettingManager.java[registerInterpreterFromPath]:371) - Reading
interpreter-setting.json from file
C:\zeppelin\interpreter\bigquery\interpreter-setting.json
 INFO [2018-08-30 16:51:36,466] ({main}
InterpreterSettingManager.java[registerInterpreterSetting]:423) - Register
InterpreterSettingTemplate: bigquery
DEBUG [2018-08-30 16:51:36,473] ({main}
InterpreterSettingManager.java[registerInterpreterFromPath]:371) - Reading
interpreter-setting.json from file
C:\zeppelin\interpreter\cassandra\interpreter-setting.json
 INFO [2018-08-30 16:51:36,478] ({main}
InterpreterSettingManager.java[registerInterpreterSetting]:423) - Register
InterpreterSettingTemplate: cassandra
DEBUG [2018-08-30 16:51:36,485] ({main}
InterpreterSettingManager.java[registerInterpreterFromPath]:371) - Reading
interpreter-setting.json from file
C:\zeppelin\interpreter\elasticsearch\interpreter-setting.json
 INFO [2018-08-30 16:51:36,491] ({main}
InterpreterSettingManager.java[registerInterpreterSetting]:423) - Register
InterpreterSettingTemplate: elasticsearch
DEBUG [2018-08-30 16:51:36,504] ({main}
InterpreterSettingManager.java[registerInterpreterFromPath]:371) - Reading
interpreter-setting.json from file
C:\zeppelin\interpreter\file\interpreter-setting.json
 INFO [2018-08-30 16:51:36,510] ({main}
InterpreterSettingManager.java[registerInterpreterSetting]:423) - Register
InterpreterSettingTemplate: file
DEBUG [2018-08-30 16:51:36,523] ({main}
InterpreterSettingManager.java[registerInterpreterFromPath]:371) - Reading
interpreter-setting.json from file
C:\zeppelin\interpreter\flink\interpreter-setting.json
 INFO [2018-08-30 16:51:36,528] ({main}
InterpreterSettingManager.java[registerInterpreterSetting]:423) - Register
InterpreterSettingTemplate: flink
DEBUG [2018-08-30 16:51:36,542] ({main}
InterpreterSettingManager.java[registerInterpreterFromPath]:371) - Reading
interpreter-setting.json from file
C:\zeppelin\interpreter\groovy\interpreter-setting.json
 INFO [2018-08-30 16:51:36,549] ({main}
InterpreterSettingManager.java[registerInterpreterSetting]:423) - Register
InterpreterSettingTemplate: groovy
DEBUG [2018-08-30 16:51:36,563] ({main}
InterpreterSettingManager.java[registerInterpreterFromPath]:371) - Reading
interpreter-setting.json from file
C:\zeppelin\interpreter\hbase\interpreter-setting.json
 INFO [2018-08-30 16:51:36,570] ({main}
InterpreterSettingManager.java[registerInterpreterSetting]:423) - Register
InterpreterSettingTemplate: hbase
DEBUG [2018-08-30 16:51:36,586] ({main}
InterpreterSettingManager.java[registerInterpreterFromPath]:371) - Reading
interpreter-setting.json from file
C:\zeppelin\interpreter\ignite\interpreter-setting.json
 INFO [2018-08-30 16:51:36,591] ({main}
InterpreterSettingManager.java[registerInterpreterSetting]:423) - Register
InterpreterSettingTemplate: ignite
DEBUG [2018-08-30 16:51:36,614] ({main}
InterpreterSettingManager.java[registerInterpreterFromPath]:371) - Reading
interpreter-setting.json from file
C:\zeppelin\interpreter\jdbc\interpreter-setting.json
 INFO [2018-08-30 16:51:36,619] ({main}
InterpreterSettingManager.java[registerInterpreterSetting]:423) - Register
InterpreterSettingTemplate: jdbc
DEBUG [2018-08-30 16:51:36,631] ({main}
InterpreterSettingManager.java[registerInterpreterFromPath]:371) - Reading
interpreter-setting.json from file
C:\zeppelin\interpreter\kylin\interpreter-setting.json
 INFO [2018-08-30 16:51:36,634] ({main}
InterpreterSettingManager.java[registerInterpreterSetting]:423) - Register
InterpreterSettingTemplate: kylin
DEBUG [2018-08-30 16:51:36,645] ({main}
InterpreterSettingManager.java[registerInterpreterFromPath]:371) - Reading
interpreter-setting.json from file
C:\zeppelin\interpreter\lens\interpreter-setting.json
 INFO [2018-08-30 16:51:36,648] ({main}
InterpreterSettingManager.java[registerInterpreterSetting]:423) - Register
InterpreterSettingTemplate: lens
 WARN [2018-08-30 16:51:36,667] ({main}
InterpreterSettingManager.java[init]:329) - No interpreter-setting.json
found in C:\zeppelin\interpreter\lib
DEBUG [2018-08-30 16:51:36,677] ({main}
InterpreterSettingManager.java[registerInterpreterFromPath]:371) - Reading
interpreter-setting.json from file
C:\zeppelin\interpreter\livy\interpreter-setting.json
 INFO [2018-08-30 16:51:36,683] ({main}
InterpreterSettingManager.java[registerInterpreterSetting]:423) - Register
InterpreterSettingTemplate: livy
DEBUG [2018-08-30 16:51:36,692] ({main}
InterpreterSettingManager.java[registerInterpreterFromPath]:371) - Reading
interpreter-setting.json from file
C:\zeppelin\interpreter\md\interpreter-setting.json
 INFO [2018-08-30 16:51:36,696] ({main}
InterpreterSettingManager.java[registerInterpreterSetting]:423) - Register
InterpreterSettingTemplate: md
DEBUG [2018-08-30 16:51:37,113] ({main}
InterpreterSettingManager.java[registerInterpreterFromResource]:359) -
Reading interpreter-setting.json from
jar:file:/C:/zeppelin/interpreter/neo4j/zeppelin-neo4j-0.8.0.jar!/interpreter-setting.json
as Resource
 INFO [2018-08-30 16:51:37,116] ({main}
InterpreterSettingManager.java[registerInterpreterSetting]:423) - Register
InterpreterSettingTemplate: neo4j
DEBUG [2018-08-30 16:51:37,126] ({main}
InterpreterSettingManager.java[registerInterpreterFromPath]:371) - Reading
interpreter-setting.json from file
C:\zeppelin\interpreter\pig\interpreter-setting.json
 INFO [2018-08-30 16:51:37,129] ({main}
InterpreterSettingManager.java[registerInterpreterSetting]:423) - Register
InterpreterSettingTemplate: pig
DEBUG [2018-08-30 16:51:37,135] ({main}
InterpreterSettingManager.java[registerInterpreterFromPath]:371) - Reading
interpreter-setting.json from file
C:\zeppelin\interpreter\python\interpreter-setting.json
 INFO [2018-08-30 16:51:37,138] ({main}
InterpreterSettingManager.java[registerInterpreterSetting]:423) - Register
InterpreterSettingTemplate: python
DEBUG [2018-08-30 16:51:37,147] ({main}
InterpreterSettingManager.java[registerInterpreterFromPath]:371) - Reading
interpreter-setting.json from file
C:\zeppelin\interpreter\sap\interpreter-setting.json
 INFO [2018-08-30 16:51:37,149] ({main}
InterpreterSettingManager.java[registerInterpreterSetting]:423) - Register
InterpreterSettingTemplate: sap
 WARN [2018-08-30 16:51:42,456] ({main}
InterpreterSettingManager.java[init]:329) - No interpreter-setting.json
found in C:\zeppelin\interpreter\scio
DEBUG [2018-08-30 16:51:42,468] ({main}
InterpreterSettingManager.java[registerInterpreterFromPath]:371) - Reading
interpreter-setting.json from file
C:\zeppelin\interpreter\sh\interpreter-setting.json
 INFO [2018-08-30 16:51:42,473] ({main}
InterpreterSettingManager.java[registerInterpreterSetting]:423) - Register
InterpreterSettingTemplate: sh
DEBUG [2018-08-30 16:51:42,488] ({main}
InterpreterSettingManager.java[registerInterpreterFromPath]:371) - Reading
interpreter-setting.json from file
C:\zeppelin\interpreter\spark\interpreter-setting.json
 INFO [2018-08-30 16:51:42,496] ({main}
InterpreterSettingManager.java[registerInterpreterSetting]:423) - Register
InterpreterSettingTemplate: spark
 INFO [2018-08-30 16:51:42,497] ({main}
LocalConfigStorage.java[loadInterpreterSettings]:63) - Load Interpreter
Setting from file: C:\zeppelin\conf\interpreter.json
 INFO [2018-08-30 16:51:42,605] ({main}
InterpreterSettingManager.java[loadFromFile]:277) - Create Interpreter
Setting ignite from interpreter.json
 INFO [2018-08-30 16:51:42,606] ({main}
InterpreterSettingManager.java[loadFromFile]:277) - Create Interpreter
Setting python from interpreter.json
 INFO [2018-08-30 16:51:42,607] ({main}
InterpreterSettingManager.java[loadFromFile]:277) - Create Interpreter
Setting sap from interpreter.json
 INFO [2018-08-30 16:51:42,616] ({main}
InterpreterSettingManager.java[loadFromFile]:277) - Create Interpreter
Setting jdbc from interpreter.json
 INFO [2018-08-30 16:51:42,617] ({main}
InterpreterSettingManager.java[loadFromFile]:277) - Create Interpreter
Setting lens from interpreter.json
 INFO [2018-08-30 16:51:42,618] ({main}
InterpreterSettingManager.java[loadFromFile]:277) - Create Interpreter
Setting pig from interpreter.json
 INFO [2018-08-30 16:51:42,626] ({main}
InterpreterSettingManager.java[loadFromFile]:277) - Create Interpreter
Setting flink from interpreter.json
 INFO [2018-08-30 16:51:42,628] ({main}
InterpreterSettingManager.java[loadFromFile]:277) - Create Interpreter
Setting angular from interpreter.json
 INFO [2018-08-30 16:51:42,636] ({main}
InterpreterSettingManager.java[loadFromFile]:277) - Create Interpreter
Setting livy from interpreter.json
 INFO [2018-08-30 16:51:42,637] ({main}
InterpreterSettingManager.java[loadFromFile]:277) - Create Interpreter
Setting file from interpreter.json
 INFO [2018-08-30 16:51:42,640] ({main}
InterpreterSettingManager.java[loadFromFile]:277) - Create Interpreter
Setting groovy from interpreter.json
 INFO [2018-08-30 16:51:42,641] ({main}
InterpreterSettingManager.java[loadFromFile]:277) - Create Interpreter
Setting neo4j from interpreter.json
 INFO [2018-08-30 16:51:42,648] ({main}
InterpreterSettingManager.java[loadFromFile]:277) - Create Interpreter
Setting elasticsearch from interpreter.json
 INFO [2018-08-30 16:51:42,649] ({main}
InterpreterSettingManager.java[loadFromFile]:277) - Create Interpreter
Setting cassandra from interpreter.json
 INFO [2018-08-30 16:51:42,651] ({main}
InterpreterSettingManager.java[loadFromFile]:277) - Create Interpreter
Setting sh from interpreter.json
 INFO [2018-08-30 16:51:42,652] ({main}
InterpreterSettingManager.java[loadFromFile]:277) - Create Interpreter
Setting spark from interpreter.json
 INFO [2018-08-30 16:51:42,660] ({main}
InterpreterSettingManager.java[loadFromFile]:277) - Create Interpreter
Setting md from interpreter.json
 INFO [2018-08-30 16:51:42,662] ({main}
InterpreterSettingManager.java[loadFromFile]:277) - Create Interpreter
Setting alluxio from interpreter.json
 INFO [2018-08-30 16:51:42,669] ({main}
InterpreterSettingManager.java[loadFromFile]:277) - Create Interpreter
Setting bigquery from interpreter.json
 INFO [2018-08-30 16:51:42,673] ({main}
InterpreterSettingManager.java[loadFromFile]:277) - Create Interpreter
Setting hbase from interpreter.json
 INFO [2018-08-30 16:51:42,674] ({main}
InterpreterSettingManager.java[loadFromFile]:277) - Create Interpreter
Setting kylin from interpreter.json
 INFO [2018-08-30 16:51:42,682] ({main} LocalConfigStorage.java[save]:53) -
Save Interpreter Setting to C:\zeppelin\conf\interpreter.json
 INFO [2018-08-30 16:51:42,799] ({main} VfsLog.java[info]:138) - Using
"C:\Users\inter\AppData\Local\Temp\vfs_cache" as temporary files store.
 INFO [2018-08-30 16:51:42,861] ({main} GitNotebookRepo.java[<init>]:64) -
Opening a git repo at '/zeppelin/notebook'
 INFO [2018-08-30 16:51:43,369] ({main} NotebookRepoSync.java[<init>]:77) -
Instantiate NotebookRepo: org.apache.zeppelin.notebook.repo.GitNotebookRepo
 WARN [2018-08-30 16:51:43,674] ({main}
NotebookAuthorization.java[getInstance]:86) - Notebook authorization module
was called without initialization, initializing with default configuration
 WARN [2018-08-30 16:51:43,675] ({main}
LocalConfigStorage.java[loadNotebookAuthorization]:77) -
NotebookAuthorization file C:\zeppelin\conf\notebook-authorization.json is
not existed
 INFO [2018-08-30 16:51:43,679] ({main} Credentials.java[loadFromFile]:121)
- C:\zeppelin\conf\credentials.json
 INFO [2018-08-30 16:51:43,749] ({main}
StdSchedulerFactory.java[instantiate]:1184) - Using default implementation
for ThreadExecutor
 INFO [2018-08-30 16:51:43,753] ({main}
SimpleThreadPool.java[initialize]:268) - Job execution threads will use
class loader of thread: main
 INFO [2018-08-30 16:51:43,767] ({main}
SchedulerSignalerImpl.java[<init>]:61) - Initialized Scheduler Signaller of
type: class org.quartz.core.SchedulerSignalerImpl
 INFO [2018-08-30 16:51:43,769] ({main} QuartzScheduler.java[<init>]:240) -
Quartz Scheduler v.2.2.1 created.
 INFO [2018-08-30 16:51:43,770] ({main} RAMJobStore.java[initialize]:155) -
RAMJobStore initialized.
 INFO [2018-08-30 16:51:43,778] ({main}
QuartzScheduler.java[initialize]:305) - Scheduler meta-data: Quartz
Scheduler (v2.2.1) 'DefaultQuartzScheduler' with instanceId 'NON_CLUSTERED'
  Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
  NOT STARTED.
  Currently in standby mode.
  Number of jobs executed: 0
  Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
  Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support
persistence. and is not clustered.

 INFO [2018-08-30 16:51:43,779] ({main}
StdSchedulerFactory.java[instantiate]:1339) - Quartz scheduler
'DefaultQuartzScheduler' initialized from default resource file in Quartz
package: 'quartz.properties'
 INFO [2018-08-30 16:51:43,785] ({main}
StdSchedulerFactory.java[instantiate]:1343) - Quartz scheduler version:
2.2.1
 INFO [2018-08-30 16:51:43,786] ({main} QuartzScheduler.java[start]:575) -
Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started.
 INFO [2018-08-30 16:51:44,107] ({main} FolderView.java[createFolder]:107)
- Create folder Zeppelin Tutorial
 INFO [2018-08-30 16:51:44,108] ({main} FolderView.java[createFolder]:107)
- Create folder /
 INFO [2018-08-30 16:51:44,109] ({main} Folder.java[setParent]:169) - Set
parent of / to /
 INFO [2018-08-30 16:51:44,116] ({main} Folder.java[setParent]:169) - Set
parent of Zeppelin Tutorial to /
 INFO [2018-08-30 16:51:44,116] ({main} Folder.java[addNote]:185) - Add
note 2A94M5J1Z to folder Zeppelin Tutorial
 WARN [2018-08-30 16:51:44,117] ({main} Notebook.java[refreshCron]:980) -
execution of the cron job is skipped cron is not enabled from Zeppelin
server
 INFO [2018-08-30 16:51:44,139] ({main} Folder.java[addNote]:185) - Add
note 2BWJFTXKJ to folder Zeppelin Tutorial
 WARN [2018-08-30 16:51:44,142] ({main} Notebook.java[refreshCron]:980) -
execution of the cron job is skipped cron is not enabled from Zeppelin
server
 INFO [2018-08-30 16:51:44,152] ({main} Folder.java[addNote]:185) - Add
note 2BYEZ5EVK to folder Zeppelin Tutorial
 WARN [2018-08-30 16:51:44,153] ({main} Notebook.java[refreshCron]:980) -
execution of the cron job is skipped cron is not enabled from Zeppelin
server
 INFO [2018-08-30 16:51:44,165] ({main} Folder.java[addNote]:185) - Add
note 2C2AUG798 to folder Zeppelin Tutorial
 WARN [2018-08-30 16:51:44,168] ({main} Notebook.java[refreshCron]:980) -
execution of the cron job is skipped cron is not enabled from Zeppelin
server
 INFO [2018-08-30 16:51:44,179] ({main} Folder.java[addNote]:185) - Add
note 2C35YU814 to folder Zeppelin Tutorial
 WARN [2018-08-30 16:51:44,180] ({main} Notebook.java[refreshCron]:980) -
execution of the cron job is skipped cron is not enabled from Zeppelin
server
 INFO [2018-08-30 16:51:44,190] ({main} Folder.java[addNote]:185) - Add
note 2C57UKYWR to folder Zeppelin Tutorial
 WARN [2018-08-30 16:51:44,193] ({main} Notebook.java[refreshCron]:980) -
execution of the cron job is skipped cron is not enabled from Zeppelin
server
 INFO [2018-08-30 16:51:44,198] ({main} Folder.java[addNote]:185) - Add
note 2DP6981SZ to folder /
 WARN [2018-08-30 16:51:44,200] ({main} Notebook.java[refreshCron]:980) -
execution of the cron job is skipped cron is not enabled from Zeppelin
server
 INFO [2018-08-30 16:51:44,200] ({main} Notebook.java[<init>]:126) -
Notebook indexing started...
 INFO [2018-08-30 16:51:44,384] ({main}
LuceneSearch.java[addIndexDocs]:305) - Indexing 7 notebooks took 182ms
 INFO [2018-08-30 16:51:44,385] ({main} Notebook.java[<init>]:128) -
Notebook indexing finished: 7 indexed in 0s
 INFO [2018-08-30 16:51:44,389] ({main} Helium.java[loadConf]:103) - Add
helium local registry C:\zeppelin/helium
 INFO [2018-08-30 16:51:44,395] ({main} Helium.java[loadConf]:100) - Add
helium online registry https://s3.amazonaws.com/helium-package/helium.json
 WARN [2018-08-30 16:51:44,399] ({main} Helium.java[loadConf]:111) -
C:\zeppelin\conf/helium.json does not exists
Aug 30, 2018 4:51:45 PM org.glassfish.jersey.internal.inject.Providers
checkProviderRuntime
WARNING: A provider org.apache.zeppelin.rest.LoginRestApi registered in
SERVER runtime does not implement any provider interfaces applicable in the
SERVER runtime. Due to constraint configuration problems the provider
org.apache.zeppelin.rest.LoginRestApi will be ignored.
Aug 30, 2018 4:51:45 PM org.glassfish.jersey.internal.inject.Providers
checkProviderRuntime
WARNING: A provider org.apache.zeppelin.rest.SecurityRestApi registered in
SERVER runtime does not implement any provider interfaces applicable in the
SERVER runtime. Due to constraint configuration problems the provider
org.apache.zeppelin.rest.SecurityRestApi will be ignored.
Aug 30, 2018 4:51:45 PM org.glassfish.jersey.internal.inject.Providers
checkProviderRuntime
WARNING: A provider org.apache.zeppelin.rest.ZeppelinRestApi registered in
SERVER runtime does not implement any provider interfaces applicable in the
SERVER runtime. Due to constraint configuration problems the provider
org.apache.zeppelin.rest.ZeppelinRestApi will be ignored.
Aug 30, 2018 4:51:45 PM org.glassfish.jersey.internal.inject.Providers
checkProviderRuntime
WARNING: A provider org.apache.zeppelin.rest.CredentialRestApi registered
in SERVER runtime does not implement any provider interfaces applicable in
the SERVER runtime. Due to constraint configuration problems the provider
org.apache.zeppelin.rest.CredentialRestApi will be ignored.
Aug 30, 2018 4:51:45 PM org.glassfish.jersey.internal.inject.Providers
checkProviderRuntime
WARNING: A provider org.apache.zeppelin.rest.NotebookRestApi registered in
SERVER runtime does not implement any provider interfaces applicable in the
SERVER runtime. Due to constraint configuration problems the provider
org.apache.zeppelin.rest.NotebookRestApi will be ignored.
Aug 30, 2018 4:51:45 PM org.glassfish.jersey.internal.inject.Providers
checkProviderRuntime
WARNING: A provider org.apache.zeppelin.rest.NotebookRepoRestApi registered
in SERVER runtime does not implement any provider interfaces applicable in
the SERVER runtime. Due to constraint configuration problems the provider
org.apache.zeppelin.rest.NotebookRepoRestApi will be ignored.
Aug 30, 2018 4:51:45 PM org.glassfish.jersey.internal.inject.Providers
checkProviderRuntime
WARNING: A provider org.apache.zeppelin.rest.HeliumRestApi registered in
SERVER runtime does not implement any provider interfaces applicable in the
SERVER runtime. Due to constraint configuration problems the provider
org.apache.zeppelin.rest.HeliumRestApi will be ignored.
Aug 30, 2018 4:51:45 PM org.glassfish.jersey.internal.inject.Providers
checkProviderRuntime
WARNING: A provider org.apache.zeppelin.rest.ConfigurationsRestApi
registered in SERVER runtime does not implement any provider interfaces
applicable in the SERVER runtime. Due to constraint configuration problems
the provider org.apache.zeppelin.rest.ConfigurationsRestApi will be ignored.
Aug 30, 2018 4:51:45 PM org.glassfish.jersey.internal.inject.Providers
checkProviderRuntime
WARNING: A provider org.apache.zeppelin.rest.InterpreterRestApi registered
in SERVER runtime does not implement any provider interfaces applicable in
the SERVER runtime. Due to constraint configuration problems the provider
org.apache.zeppelin.rest.InterpreterRestApi will be ignored.
Aug 30, 2018 4:51:45 PM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: A HTTP GET
method, public javax.ws.rs.core.Response
org.apache.zeppelin.rest.CredentialRestApi.getCredentials(java.lang.String)
throws java.io.IOException,java.lang.IllegalArgumentException, should not
consume any entity.
WARNING: A HTTP GET method, public javax.ws.rs.core.Response
org.apache.zeppelin.rest.InterpreterRestApi.listInterpreter(java.lang.String),
should not consume any entity.
WARNING: The (sub)resource method createNote in
org.apache.zeppelin.rest.NotebookRestApi contains empty path annotation.
WARNING: The (sub)resource method getNoteList in
org.apache.zeppelin.rest.NotebookRestApi contains empty path annotation.

Aug 30, 2018 4:51:45 PM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: A HTTP GET
method, public javax.ws.rs.core.Response
org.apache.zeppelin.rest.InterpreterRestApi.listInterpreter(java.lang.String),
should not consume any entity.
WARNING: A HTTP GET method, public javax.ws.rs.core.Response
org.apache.zeppelin.rest.CredentialRestApi.getCredentials(java.lang.String)
throws java.io.IOException,java.lang.IllegalArgumentException, should not
consume any entity.
WARNING: The (sub)resource method createNote in
org.apache.zeppelin.rest.NotebookRestApi contains empty path annotation.
WARNING: The (sub)resource method getNoteList in
org.apache.zeppelin.rest.NotebookRestApi contains empty path annotation.

 INFO [2018-08-30 16:51:45,909] ({main} ContextHandler.java[doStart]:744) -
Started o.e.j.w.WebAppContext@6cc7b4de
{/,file:/C:/zeppelin/webapps/webapp/,AVAILABLE}{C:\zeppelin\zeppelin-web-0.8.0.war}
 INFO [2018-08-30 16:51:45,926] ({main}
AbstractConnector.java[doStart]:266) - Started ServerConnector@4d18b73a
{HTTP/1.1}{0.0.0.0:8080}
 INFO [2018-08-30 16:51:45,927] ({main} Server.java[doStart]:379) - Started
@417536ms
 INFO [2018-08-30 16:51:45,927] ({main} ZeppelinServer.java[main]:223) -
Done, zeppelin server started
 INFO [2018-08-30 16:52:18,294] ({qtp1307096070-13}
NotebookServer.java[onOpen]:150) - New connection from 0:0:0:0:0:0:0:1 :
53902

=FIRST TIME USING CASSANDRA
NOTE========================================================================================================================================================
 INFO [2018-08-30 16:58:06,980] ({qtp1307096070-61}
VFSNotebookRepo.java[save]:196) - Saving note:2DP6981SZ
DEBUG [2018-08-30 16:58:07,008] ({qtp1307096070-61}
Interpreter.java[getProperty]:229) - key:
zeppelin.interpreter.max.poolsize, value: 10
 INFO [2018-08-30 16:58:07,012] ({pool-2-thread-3}
SchedulerFactory.java[jobStarted]:109) - Job 20180829-125346_1868698958
started by scheduler
org.apache.zeppelin.interpreter.remote.RemoteInterpreter-cassandra:shared_process-shared_session
 INFO [2018-08-30 16:58:07,014] ({pool-2-thread-3}
Paragraph.java[jobRun]:380) - Run paragraph [paragraph_id:
20180829-125346_1868698958, interpreter: cassandra, note_id: 2DP6981SZ,
user: anonymous]
 INFO [2018-08-30 16:58:07,023] ({pool-2-thread-3}
ManagedInterpreterGroup.java[getOrCreateInterpreterProcess]:61) - Create
InterpreterProcess for InterpreterGroup: cassandra:shared_process
 INFO [2018-08-30 16:58:07,029] ({pool-2-thread-3}
ShellScriptLauncher.java[launch]:48) - Launching Interpreter: cassandra
 INFO [2018-08-30 16:58:07,032] ({pool-2-thread-3}
RemoteInterpreterManagedProcess.java[start]:115) - Thrift server for
callback will start. Port: 53971
DEBUG [2018-08-30 16:58:07,035] ({pool-2-thread-3}
RemoteInterpreterManagedProcess.java[start]:150) - callbackServer is not
serving
DEBUG [2018-08-30 16:58:07,536] ({pool-2-thread-3}
RemoteInterpreterManagedProcess.java[start]:153) - callbackServer is
serving now
 INFO [2018-08-30 16:58:07,537] ({pool-2-thread-3}
RemoteInterpreterManagedProcess.java[start]:190) - Run interpreter process
[C:\zeppelin\bin\interpreter.cmd, -d, C:\zeppelin/interpreter/cassandra,
-c, 192.168.218.1, -p, 53971, -r, :, -l, C:\zeppelin/local-repo/cassandra,
-g, cassandra]
DEBUG [2018-08-30 16:58:08,312] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) - SLF4J: Class path
contains multiple SLF4J bindings.
DEBUG [2018-08-30 16:58:08,312] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) - SLF4J: Found
binding in
[jar:file:/C:/zeppelin/lib/interpreter/slf4j-log4j12-1.7.10.jar!/org/slf4j/impl/StaticLoggerBinder.class]
DEBUG [2018-08-30 16:58:08,314] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) - SLF4J: Found
binding in
[jar:file:/C:/zeppelin/lib/slf4j-log4j12-1.7.10.jar!/org/slf4j/impl/StaticLoggerBinder.class]
DEBUG [2018-08-30 16:58:08,315] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) - SLF4J: See
http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
DEBUG [2018-08-30 16:58:08,322] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) - SLF4J: Actual
binding is of type [org.slf4j.impl.Log4jLoggerFactory]
DEBUG [2018-08-30 16:58:08,379] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) -  INFO [2018-08-30
16:58:08,377] ({main} RemoteInterpreterServer.java[main]:260) -
URL:jar:file:/C:/zeppelin/lib/interpreter/zeppelin-interpreter-0.8.0.jar!/org/apache/zeppelin/interpreter/remote/RemoteInterpreterServer.class
DEBUG [2018-08-30 16:58:08,431] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) -  INFO [2018-08-30
16:58:08,431] ({main} RemoteInterpreterServer.java[<init>]:161) - Launching
ThriftServer at 192.168.218.1:53972
DEBUG [2018-08-30 16:58:08,438] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) -  INFO [2018-08-30
16:58:08,438] ({main} RemoteInterpreterServer.java[<init>]:165) - Starting
remote interpreter server on port 53972
DEBUG [2018-08-30 16:58:08,439] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) -  INFO [2018-08-30
16:58:08,439] ({Thread-0} RemoteInterpreterServer.java[run]:202) - Starting
remote interpreter server on port 53972
DEBUG [2018-08-30 16:58:08,449] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) -  INFO [2018-08-30
16:58:08,447] ({Thread-1}
RemoteInterpreterUtils.java[registerInterpreter]:165) - callbackHost:
192.168.218.1, callbackPort: 53971, callbackInfo:
CallbackInfo(host:192.168.218.1, port:53972)
 INFO [2018-08-30 16:58:08,459] ({pool-9-thread-1}
RemoteInterpreterManagedProcess.java[callback]:123) -
RemoteInterpreterServer Registered: CallbackInfo(host:192.168.218.1,
port:53972)
 INFO [2018-08-30 16:58:08,462] ({pool-2-thread-3}
RemoteInterpreter.java[call]:168) - Create RemoteInterpreter
org.apache.zeppelin.cassandra.CassandraInterpreter
DEBUG [2018-08-30 16:58:08,628] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) -  INFO [2018-08-30
16:58:08,627] ({pool-1-thread-1}
RemoteInterpreterServer.java[createInterpreter]:310) - Instantiate
interpreter org.apache.zeppelin.cassandra.CassandraInterpreter
DEBUG [2018-08-30 16:58:08,628] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) - DEBUG [2018-08-30
16:58:08,628] ({pool-1-thread-1}
InterpreterGroup.java[addInterpreterToSession]:91) - Add Interpreter
org.apache.zeppelin.cassandra.CassandraInterpreter to session shared_session
 INFO [2018-08-30 16:58:08,630] ({pool-2-thread-3}
RemoteInterpreter.java[call]:142) - Open RemoteInterpreter
org.apache.zeppelin.cassandra.CassandraInterpreter
 INFO [2018-08-30 16:58:08,638] ({pool-2-thread-3}
RemoteInterpreter.java[pushAngularObjectRegistryToRemote]:436) - Push local
angular object registry from ZeppelinServer to remote interpreter group
cassandra:shared_process
DEBUG [2018-08-30 16:58:08,674] ({pool-2-thread-3}
RemoteInterpreter.java[interpret]:207) - st:
HELP;
DEBUG [2018-08-30 16:58:08,684] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) - DEBUG [2018-08-30
16:58:08,684] ({pool-1-thread-1}
RemoteInterpreterServer.java[interpret]:426) - st:
DEBUG [2018-08-30 16:58:08,685] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) - HELP;
DEBUG [2018-08-30 16:58:08,697] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) - DEBUG [2018-08-30
16:58:08,697] ({pool-1-thread-1}
RemoteInterpreterEventClient.java[sendEvent]:413) - Send Event:
RemoteInterpreterEvent(type:OUTPUT_UPDATE_ALL,
data:{"messages":[],"noteId":"2DP6981SZ","paragraphId":"20180829-125346_1868698958"})
DEBUG [2018-08-30 16:58:08,699] ({Thread-47}
RemoteInterpreterEventPoller.java[run]:114) - Receive message from
RemoteInterpreter Process: RemoteInterpreterEvent(type:OUTPUT_UPDATE_ALL,
data:{"messages":[],"noteId":"2DP6981SZ","paragraphId":"20180829-125346_1868698958"})
DEBUG [2018-08-30 16:58:08,700] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) - DEBUG [2018-08-30
16:58:08,697] ({pool-1-thread-2}
RemoteInterpreterEventClient.java[pollEvent]:366) - Send event
OUTPUT_UPDATE_ALL
DEBUG [2018-08-30 16:58:08,725] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) - DEBUG [2018-08-30
16:58:08,725] ({pool-1-thread-1} Interpreter.java[getProperty]:222) - key:
cassandra.interpreter.parallelism, value: 10
DEBUG [2018-08-30 16:58:08,730] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) -  INFO [2018-08-30
16:58:08,730] ({pool-2-thread-2} SchedulerFactory.java[jobStarted]:109) -
Job 20180829-125346_1868698958 started by scheduler
org.apache.zeppelin.cassandra.CassandraInterpreter659863226
DEBUG [2018-08-30 16:58:08,742] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) - DEBUG [2018-08-30
16:58:08,742] ({pool-2-thread-2} Interpreter.java[getProperty]:222) - key:
cassandra.hosts, value: localhost
DEBUG [2018-08-30 16:58:08,753] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) - DEBUG [2018-08-30
16:58:08,753] ({pool-2-thread-2} Interpreter.java[getProperty]:222) - key:
cassandra.native.port, value: 9042
DEBUG [2018-08-30 16:58:08,759] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) -  INFO [2018-08-30
16:58:08,758] ({pool-2-thread-2} CassandraInterpreter.java[open]:177) -
Bootstrapping Cassandra Java Driver to connect to localhost,on port 9042
DEBUG [2018-08-30 16:58:08,766] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) - DEBUG [2018-08-30
16:58:08,764] ({pool-2-thread-2} Interpreter.java[getProperty]:222) - key:
cassandra.compression.protocol, value: NONE
DEBUG [2018-08-30 16:58:09,021] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) - DEBUG [2018-08-30
16:58:09,021] ({pool-2-thread-2} Interpreter.java[getProperty]:222) - key:
cassandra.protocol.version, value: 4
DEBUG [2018-08-30 16:58:09,027] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) - DEBUG [2018-08-30
16:58:09,027] ({pool-1-thread-3} Interpreter.java[getProperty]:222) - key:
cassandra.interpreter.parallelism, value: 10
DEBUG [2018-08-30 16:58:09,029] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) - DEBUG [2018-08-30
16:58:09,029] ({pool-2-thread-2} Interpreter.java[getProperty]:222) - key:
cassandra.cluster, value: Test Cluster
DEBUG [2018-08-30 16:58:09,033] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) - DEBUG [2018-08-30
16:58:09,033] ({pool-2-thread-2} Interpreter.java[getProperty]:222) - key:
cassandra.credentials.username, value: none
DEBUG [2018-08-30 16:58:09,038] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) - DEBUG [2018-08-30
16:58:09,037] ({pool-2-thread-2} Interpreter.java[getProperty]:222) - key:
cassandra.credentials.password, value: none
DEBUG [2018-08-30 16:58:09,045] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) - DEBUG [2018-08-30
16:58:09,042] ({pool-2-thread-2} Interpreter.java[getProperty]:222) - key:
cassandra.load.balancing.policy, value: DEFAULT
DEBUG [2018-08-30 16:58:09,053] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) - DEBUG [2018-08-30
16:58:09,053] ({pool-2-thread-2} Interpreter.java[getProperty]:222) - key:
cassandra.retry.policy, value: DEFAULT
DEBUG [2018-08-30 16:58:09,058] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) - DEBUG [2018-08-30
16:58:09,058] ({pool-2-thread-2} Interpreter.java[getProperty]:222) - key:
cassandra.reconnection.policy, value: DEFAULT
DEBUG [2018-08-30 16:58:09,065] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) - DEBUG [2018-08-30
16:58:09,064] ({pool-2-thread-2} Interpreter.java[getProperty]:222) - key:
cassandra.speculative.execution.policy, value: DEFAULT
DEBUG [2018-08-30 16:58:09,068] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) - DEBUG [2018-08-30
16:58:09,068] ({pool-2-thread-2} Interpreter.java[getProperty]:222) - key:
cassandra.max.schema.agreement.wait.second, value: 10
DEBUG [2018-08-30 16:58:09,171] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) - DEBUG [2018-08-30
16:58:09,171] ({pool-2-thread-2} Interpreter.java[getProperty]:222) - key:
cassandra.pooling.max.connection.per.host.local, value: 8
DEBUG [2018-08-30 16:58:09,175] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) - DEBUG [2018-08-30
16:58:09,175] ({pool-2-thread-2} Interpreter.java[getProperty]:222) - key:
cassandra.pooling.max.connection.per.host.remote, value: 2
DEBUG [2018-08-30 16:58:09,177] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) - DEBUG [2018-08-30
16:58:09,177] ({pool-2-thread-2} Interpreter.java[getProperty]:222) - key:
cassandra.pooling.core.connection.per.host.local, value: 2
DEBUG [2018-08-30 16:58:09,182] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) - DEBUG [2018-08-30
16:58:09,179] ({pool-2-thread-2} Interpreter.java[getProperty]:222) - key:
cassandra.pooling.core.connection.per.host.remote, value: 1
DEBUG [2018-08-30 16:58:09,184] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) - DEBUG [2018-08-30
16:58:09,180] ({pool-2-thread-2} Interpreter.java[getProperty]:222) - key:
cassandra.pooling.new.connection.threshold.local, value: 100
DEBUG [2018-08-30 16:58:09,195] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) - DEBUG [2018-08-30
16:58:09,182] ({pool-2-thread-2} Interpreter.java[getProperty]:222) - key:
cassandra.pooling.new.connection.threshold.remote, value: 100
DEBUG [2018-08-30 16:58:09,197] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) - DEBUG [2018-08-30
16:58:09,183] ({pool-2-thread-2} Interpreter.java[getProperty]:222) - key:
cassandra.pooling.max.request.per.connection.local, value: 1024
DEBUG [2018-08-30 16:58:09,207] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) - DEBUG [2018-08-30
16:58:09,186] ({pool-2-thread-2} Interpreter.java[getProperty]:222) - key:
cassandra.pooling.max.request.per.connection.remote, value: 256
DEBUG [2018-08-30 16:58:09,211] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) - DEBUG [2018-08-30
16:58:09,188] ({pool-2-thread-2} Interpreter.java[getProperty]:222) - key:
cassandra.pooling.heartbeat.interval.seconds, value: 30
DEBUG [2018-08-30 16:58:09,218] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) - DEBUG [2018-08-30
16:58:09,190] ({pool-2-thread-2} Interpreter.java[getProperty]:222) - key:
cassandra.pooling.idle.timeout.seconds, value: 120
DEBUG [2018-08-30 16:58:09,218] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) - DEBUG [2018-08-30
16:58:09,194] ({pool-2-thread-2} Interpreter.java[getProperty]:222) - key:
cassandra.pooling.pool.timeout.millisecs, value: 5000
DEBUG [2018-08-30 16:58:09,224] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) - DEBUG [2018-08-30
16:58:09,199] ({pool-2-thread-2} Interpreter.java[getProperty]:222) - key:
cassandra.query.default.consistency, value: ONE
DEBUG [2018-08-30 16:58:09,225] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) - DEBUG [2018-08-30
16:58:09,201] ({pool-2-thread-2} Interpreter.java[getProperty]:222) - key:
cassandra.query.default.serial.consistency, value: SERIAL
DEBUG [2018-08-30 16:58:09,232] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) - DEBUG [2018-08-30
16:58:09,205] ({pool-2-thread-2} Interpreter.java[getProperty]:222) - key:
cassandra.query.default.fetchSize, value: 5000
DEBUG [2018-08-30 16:58:09,232] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) - DEBUG [2018-08-30
16:58:09,208] ({pool-2-thread-2} Interpreter.java[getProperty]:222) - key:
cassandra.query.default.idempotence, value: null
DEBUG [2018-08-30 16:58:09,233] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) - DEBUG [2018-08-30
16:58:09,212] ({pool-2-thread-2} Interpreter.java[getProperty]:222) - key:
cassandra.socket.connection.timeout.millisecs, value: 5000
DEBUG [2018-08-30 16:58:09,243] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) - DEBUG [2018-08-30
16:58:09,214] ({pool-2-thread-2} Interpreter.java[getProperty]:222) - key:
cassandra.socket.read.timeout.millisecs, value: 12000
DEBUG [2018-08-30 16:58:09,244] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) - DEBUG [2018-08-30
16:58:09,216] ({pool-2-thread-2} Interpreter.java[getProperty]:222) - key:
cassandra.socket.tcp.no_delay, value: true
DEBUG [2018-08-30 16:58:09,245] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) - DEBUG [2018-08-30
16:58:09,218] ({pool-2-thread-2} Interpreter.java[getProperty]:222) - key:
cassandra.socket.keep.alive, value: null
DEBUG [2018-08-30 16:58:09,245] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) - DEBUG [2018-08-30
16:58:09,220] ({pool-2-thread-2} Interpreter.java[getProperty]:222) - key:
cassandra.socket.received.buffer.size.bytes, value: null
DEBUG [2018-08-30 16:58:09,246] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) - DEBUG [2018-08-30
16:58:09,225] ({pool-2-thread-2} Interpreter.java[getProperty]:222) - key:
cassandra.socket.send.buffer.size.bytes, value: null
DEBUG [2018-08-30 16:58:09,246] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) - DEBUG [2018-08-30
16:58:09,227] ({pool-2-thread-2} Interpreter.java[getProperty]:222) - key:
cassandra.socket.reuse.address, value: null
DEBUG [2018-08-30 16:58:09,247] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) - DEBUG [2018-08-30
16:58:09,229] ({pool-2-thread-2} Interpreter.java[getProperty]:222) - key:
cassandra.socket.soLinger, value: null
DEBUG [2018-08-30 16:58:09,247] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) - DEBUG [2018-08-30
16:58:09,232] ({pool-2-thread-2} Interpreter.java[getProperty]:222) - key:
cassandra.ssl.enabled, value: false
DEBUG [2018-08-30 16:58:09,470] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) -  WARN [2018-08-30
16:58:09,470] ({pool-2-thread-2} NettyUtil.java[<clinit>]:73) - Found
Netty's native epoll transport, but not running on linux-based operating
system. Using NIO instead.
DEBUG [2018-08-30 16:58:10,016] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) -  WARN [2018-08-30
16:58:10,016] ({pool-2-thread-2} Cluster.java[removeHost]:2110) - You
listed localhost/0:0:0:0:0:0:0:1:9042 in your contact points, but it wasn't
found in the control host's system.peers at startup
DEBUG [2018-08-30 16:58:10,138] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) -  INFO [2018-08-30
16:58:10,137] ({pool-2-thread-2} DCAwareRoundRobinPolicy.java[init]:95) -
Using data-center name 'datacenter1' for DCAwareRoundRobinPolicy (if this
is incorrect, please provide the correct datacenter name with
DCAwareRoundRobinPolicy constructor)
DEBUG [2018-08-30 16:58:10,140] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) -  INFO [2018-08-30
16:58:10,139] ({pool-2-thread-2} Cluster.java[init]:1485) - New Cassandra
host localhost/127.0.0.1:9042 added
DEBUG [2018-08-30 16:58:10,521] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) - ERROR [2018-08-30
16:58:10,519] ({pool-2-thread-2} Job.java[run]:190) - Job failed
DEBUG [2018-08-30 16:58:10,522] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) -
java.lang.ExceptionInInitializerError
DEBUG [2018-08-30 16:58:10,523] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) -  at
org.apache.zeppelin.cassandra.EnhancedSession.<init>(EnhancedSession.scala:40)
DEBUG [2018-08-30 16:58:10,524] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) -  at
org.apache.zeppelin.cassandra.InterpreterLogic.<init>(InterpreterLogic.scala:98)
DEBUG [2018-08-30 16:58:10,531] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) -  at
org.apache.zeppelin.cassandra.CassandraInterpreter.open(CassandraInterpreter.java:231)
DEBUG [2018-08-30 16:58:10,531] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) -  at
org.apache.zeppelin.interpreter.LazyOpenInterpreter.open(LazyOpenInterpreter.java:69)
DEBUG [2018-08-30 16:58:10,534] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) -  at
org.apache.zeppelin.interpreter.remote.RemoteInterpreterServer$InterpretJob.jobRun(RemoteInterpreterServer.java:617)
DEBUG [2018-08-30 16:58:10,534] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) -  at
org.apache.zeppelin.scheduler.Job.run(Job.java:188)
DEBUG [2018-08-30 16:58:10,544] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) -  at
org.apache.zeppelin.scheduler.ParallelScheduler$JobRunner.run(ParallelScheduler.java:162)
DEBUG [2018-08-30 16:58:10,547] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) -  at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
DEBUG [2018-08-30 16:58:10,547] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) -  at
java.util.concurrent.FutureTask.run(FutureTask.java:266)
 WARN [2018-08-30 16:58:10,544] ({pool-2-thread-3}
NotebookServer.java[afterStatusChange]:2302) - Job
20180829-125346_1868698958 is finished, status: ERROR, exception: null,
result: %text java.io.IOException: Invalid argument
        at java.io.WinNTFileSystem.canonicalize0(Native Method)
        at java.io.WinNTFileSystem.canonicalize(WinNTFileSystem.java:428)
        at java.io.File.getCanonicalPath(File.java:618)
        at
org.fusesource.scalate.util.ClassPathBuilder$$anonfun$getClassPathFrom$3.apply(ClassPathBuilder.scala:147)
        at
org.fusesource.scalate.util.ClassPathBuilder$$anonfun$getClassPathFrom$3.apply(ClassPathBuilder.scala:142)
        at
scala.collection.TraversableLike$WithFilter$$anonfun$map$2.apply(TraversableLike.scala:683)
        at scala.collection.immutable.List.foreach(List.scala:381)
        at
scala.collection.TraversableLike$WithFilter.map(TraversableLike.scala:682)
        at
org.fusesource.scalate.util.ClassPathBuilder$.getClassPathFrom(ClassPathBuilder.scala:142)
        at
org.fusesource.scalate.util.ClassPathBuilder.addPathFrom(ClassPathBuilder.scala:68)
        at
org.fusesource.scalate.util.ClassPathBuilder.addPathFromContextClassLoader(ClassPathBuilder.scala:73)
        at
org.fusesource.scalate.support.ScalaCompiler.generateSettings(ScalaCompiler.scala:121)
        at
org.fusesource.scalate.support.ScalaCompiler.<init>(ScalaCompiler.scala:59)
        at
org.fusesource.scalate.support.ScalaCompiler$.create(ScalaCompiler.scala:42)
        at
org.fusesource.scalate.TemplateEngine.createCompiler(TemplateEngine.scala:231)
        at
org.fusesource.scalate.TemplateEngine.compiler$lzycompute(TemplateEngine.scala:221)
        at
org.fusesource.scalate.TemplateEngine.compiler(TemplateEngine.scala:221)
        at
org.fusesource.scalate.TemplateEngine.compileAndLoad(TemplateEngine.scala:757)
        at
org.fusesource.scalate.TemplateEngine.compileAndLoadEntry(TemplateEngine.scala:699)
        at
org.fusesource.scalate.TemplateEngine.liftedTree1$1(TemplateEngine.scala:419)
        at
org.fusesource.scalate.TemplateEngine.load(TemplateEngine.scala:413)
        at
org.fusesource.scalate.TemplateEngine.load(TemplateEngine.scala:471)
        at
org.fusesource.scalate.TemplateEngine.layout(TemplateEngine.scala:573)
        at
org.apache.zeppelin.cassandra.DisplaySystem$NoResultDisplay$.<init>(DisplaySystem.scala:369)
        at
org.apache.zeppelin.cassandra.DisplaySystem$NoResultDisplay$.<clinit>(DisplaySystem.scala)
        at
org.apache.zeppelin.cassandra.EnhancedSession.<init>(EnhancedSession.scala:40)
        at
org.apache.zeppelin.cassandra.InterpreterLogic.<init>(InterpreterLogic.scala:98)
        at
org.apache.zeppelin.cassandra.CassandraInterpreter.open(CassandraInterpreter.java:231)
        at
org.apache.zeppelin.interpreter.LazyOpenInterpreter.open(LazyOpenInterpreter.java:69)
        at
org.apache.zeppelin.interpreter.remote.RemoteInterpreterServer$InterpretJob.jobRun(RemoteInterpreterServer.java:617)
        at org.apache.zeppelin.scheduler.Job.run(Job.java:188)
        at
org.apache.zeppelin.scheduler.ParallelScheduler$JobRunner.run(ParallelScheduler.java:162)
        at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
        at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
        at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)

DEBUG [2018-08-30 16:58:10,556] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) -  at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
DEBUG [2018-08-30 16:58:10,560] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) -  at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
DEBUG [2018-08-30 16:58:10,567] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) -  at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
DEBUG [2018-08-30 16:58:10,568] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) -  at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
DEBUG [2018-08-30 16:58:10,569] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) -  at
java.lang.Thread.run(Thread.java:748)
DEBUG [2018-08-30 16:58:10,588] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) - Caused by:
org.fusesource.scalate.TemplateException: Invalid argument
DEBUG [2018-08-30 16:58:10,590] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) -  at
org.fusesource.scalate.TemplateEngine.compileAndLoad(TemplateEngine.scala:732)
DEBUG [2018-08-30 16:58:10,591] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) -  at
org.fusesource.scalate.TemplateEngine.compileAndLoadEntry(TemplateEngine.scala:699)
DEBUG [2018-08-30 16:58:10,592] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) -  at
org.fusesource.scalate.TemplateEngine.liftedTree1$1(TemplateEngine.scala:419)
DEBUG [2018-08-30 16:58:10,592] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) -  at
org.fusesource.scalate.TemplateEngine.load(TemplateEngine.scala:413)
DEBUG [2018-08-30 16:58:10,593] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) -  at
org.fusesource.scalate.TemplateEngine.load(TemplateEngine.scala:471)
DEBUG [2018-08-30 16:58:10,594] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) -  at
org.fusesource.scalate.TemplateEngine.layout(TemplateEngine.scala:573)
DEBUG [2018-08-30 16:58:10,594] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) -  at
org.apache.zeppelin.cassandra.DisplaySystem$NoResultDisplay$.<init>(DisplaySystem.scala:369)
DEBUG [2018-08-30 16:58:10,595] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) -  at
org.apache.zeppelin.cassandra.DisplaySystem$NoResultDisplay$.<clinit>(DisplaySystem.scala)
 INFO [2018-08-30 16:58:10,608] ({pool-2-thread-3}
VFSNotebookRepo.java[save]:196) - Saving note:2DP6981SZ
DEBUG [2018-08-30 16:58:10,608] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) -  ... 14 more
DEBUG [2018-08-30 16:58:10,612] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) - Caused by:
java.io.IOException: Invalid argument
DEBUG [2018-08-30 16:58:10,619] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) -  at
java.io.WinNTFileSystem.canonicalize0(Native Method)
DEBUG [2018-08-30 16:58:10,623] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) -  at
java.io.WinNTFileSystem.canonicalize(WinNTFileSystem.java:428)
DEBUG [2018-08-30 16:58:10,624] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) -  at
java.io.File.getCanonicalPath(File.java:618)
DEBUG [2018-08-30 16:58:10,631] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) -  at
org.fusesource.scalate.util.ClassPathBuilder$$anonfun$getClassPathFrom$3.apply(ClassPathBuilder.scala:147)
DEBUG [2018-08-30 16:58:10,632] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) -  at
org.fusesource.scalate.util.ClassPathBuilder$$anonfun$getClassPathFrom$3.apply(ClassPathBuilder.scala:142)
DEBUG [2018-08-30 16:58:10,636] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) -  at
scala.collection.TraversableLike$WithFilter$$anonfun$map$2.apply(TraversableLike.scala:683)
DEBUG [2018-08-30 16:58:10,643] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) -  at
scala.collection.immutable.List.foreach(List.scala:381)
DEBUG [2018-08-30 16:58:10,644] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) -  at
scala.collection.TraversableLike$WithFilter.map(TraversableLike.scala:682)
DEBUG [2018-08-30 16:58:10,647] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) -  at
org.fusesource.scalate.util.ClassPathBuilder$.getClassPathFrom(ClassPathBuilder.scala:142)
 INFO [2018-08-30 16:58:10,633] ({pool-2-thread-3}
SchedulerFactory.java[jobFinished]:115) - Job 20180829-125346_1868698958
finished by scheduler
org.apache.zeppelin.interpreter.remote.RemoteInterpreter-cassandra:shared_process-shared_session
DEBUG [2018-08-30 16:58:10,648] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) -  at
org.fusesource.scalate.util.ClassPathBuilder.addPathFrom(ClassPathBuilder.scala:68)
DEBUG [2018-08-30 16:58:10,660] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) -  at
org.fusesource.scalate.util.ClassPathBuilder.addPathFromContextClassLoader(ClassPathBuilder.scala:73)
DEBUG [2018-08-30 16:58:10,668] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) -  at
org.fusesource.scalate.support.ScalaCompiler.generateSettings(ScalaCompiler.scala:121)
DEBUG [2018-08-30 16:58:10,668] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) - 16:58:10,668 DEBUG
org.apache.zeppelin.interpreter.remote.RemoteInterpreterServer:1089 -
Request getAll from ZeppelinServer
DEBUG [2018-08-30 16:58:10,668] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) -  at
org.fusesource.scalate.support.ScalaCompiler.<init>(ScalaCompiler.scala:59)
DEBUG [2018-08-30 16:58:10,674] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) -  at
org.fusesource.scalate.support.ScalaCompiler$.create(ScalaCompiler.scala:42)
DEBUG [2018-08-30 16:58:10,681] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) -  at
org.fusesource.scalate.TemplateEngine.createCompiler(TemplateEngine.scala:231)
DEBUG [2018-08-30 16:58:10,682] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) -  at
org.fusesource.scalate.TemplateEngine.compiler$lzycompute(TemplateEngine.scala:221)
DEBUG [2018-08-30 16:58:10,685] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) -  at
org.fusesource.scalate.TemplateEngine.compiler(TemplateEngine.scala:221)
DEBUG [2018-08-30 16:58:10,694] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) -  at
org.fusesource.scalate.TemplateEngine.compileAndLoad(TemplateEngine.scala:757)
DEBUG [2018-08-30 16:58:10,696] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) -  ... 21 more
DEBUG [2018-08-30 16:58:10,705] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) -  INFO [2018-08-30
16:58:10,532] ({pool-2-thread-2} SchedulerFactory.java[jobFinished]:115) -
Job 20180829-125346_1868698958 finished by scheduler
org.apache.zeppelin.cassandra.CassandraInterpreter659863226
DEBUG [2018-08-30 16:58:10,709] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) - DEBUG [2018-08-30
16:58:10,664] ({pool-1-thread-1}
RemoteInterpreterServer.java[resourcePoolGetAll]:1089) - Request getAll
from ZeppelinServer


=SECOND TIME USING CASSANDRA
NOTE======================================================================================================================================================

 INFO [2018-08-30 17:02:12,817] ({qtp1307096070-13}
VFSNotebookRepo.java[save]:196) - Saving note:2DP6981SZ
DEBUG [2018-08-30 17:02:12,841] ({qtp1307096070-13}
Interpreter.java[getProperty]:229) - key:
zeppelin.interpreter.max.poolsize, value: 10
 INFO [2018-08-30 17:02:12,844] ({pool-2-thread-4}
SchedulerFactory.java[jobStarted]:109) - Job 20180829-125346_1868698958
started by scheduler
org.apache.zeppelin.interpreter.remote.RemoteInterpreter-cassandra:shared_process-shared_session
 INFO [2018-08-30 17:02:12,845] ({pool-2-thread-4}
Paragraph.java[jobRun]:380) - Run paragraph [paragraph_id:
20180829-125346_1868698958, interpreter: cassandra, note_id: 2DP6981SZ,
user: anonymous]
DEBUG [2018-08-30 17:02:12,846] ({pool-2-thread-4}
RemoteInterpreter.java[interpret]:207) - st:
HELP;
DEBUG [2018-08-30 17:02:12,848] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) - DEBUG [2018-08-30
17:02:12,848] ({pool-1-thread-1}
RemoteInterpreterServer.java[interpret]:426) - st:
DEBUG [2018-08-30 17:02:12,849] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) - HELP;
DEBUG [2018-08-30 17:02:12,850] ({Thread-47}
RemoteInterpreterEventPoller.java[run]:114) - Receive message from
RemoteInterpreter Process: RemoteInterpreterEvent(type:OUTPUT_UPDATE_ALL,
data:{"messages":[],"noteId":"2DP6981SZ","paragraphId":"20180829-125346_1868698958"})
DEBUG [2018-08-30 17:02:12,850] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) - DEBUG [2018-08-30
17:02:12,848] ({pool-1-thread-1}
RemoteInterpreterEventClient.java[sendEvent]:413) - Send Event:
RemoteInterpreterEvent(type:OUTPUT_UPDATE_ALL,
data:{"messages":[],"noteId":"2DP6981SZ","paragraphId":"20180829-125346_1868698958"})
DEBUG [2018-08-30 17:02:12,858] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) - DEBUG [2018-08-30
17:02:12,850] ({pool-1-thread-2}
RemoteInterpreterEventClient.java[pollEvent]:366) - Send event
OUTPUT_UPDATE_ALL
DEBUG [2018-08-30 17:02:12,865] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) - DEBUG [2018-08-30
17:02:12,850] ({pool-1-thread-1} Interpreter.java[getProperty]:222) - key:
cassandra.interpreter.parallelism, value: 10
DEBUG [2018-08-30 17:02:12,866] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) -  INFO [2018-08-30
17:02:12,851] ({pool-2-thread-2} SchedulerFactory.java[jobStarted]:109) -
Job 20180829-125346_1868698958 started by scheduler
org.apache.zeppelin.cassandra.CassandraInterpreter659863226
DEBUG [2018-08-30 17:02:12,871] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) - DEBUG [2018-08-30
17:02:12,857] ({pool-2-thread-2} Interpreter.java[getProperty]:222) - key:
cassandra.hosts, value: localhost
DEBUG [2018-08-30 17:02:12,872] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) - DEBUG [2018-08-30
17:02:12,866] ({pool-2-thread-2} Interpreter.java[getProperty]:222) - key:
cassandra.native.port, value: 9042
DEBUG [2018-08-30 17:02:12,879] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) -  INFO [2018-08-30
17:02:12,871] ({pool-2-thread-2} CassandraInterpreter.java[open]:177) -
Bootstrapping Cassandra Java Driver to connect to localhost,on port 9042
DEBUG [2018-08-30 17:02:12,884] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) - DEBUG [2018-08-30
17:02:12,875] ({pool-2-thread-2} Interpreter.java[getProperty]:222) - key:
cassandra.compression.protocol, value: NONE
DEBUG [2018-08-30 17:02:12,889] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) - DEBUG [2018-08-30
17:02:12,882] ({pool-2-thread-2} Interpreter.java[getProperty]:222) - key:
cassandra.protocol.version, value: 4
DEBUG [2018-08-30 17:02:12,890] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) - DEBUG [2018-08-30
17:02:12,886] ({pool-2-thread-2} Interpreter.java[getProperty]:222) - key:
cassandra.cluster, value: Test Cluster
DEBUG [2018-08-30 17:02:12,890] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) - DEBUG [2018-08-30
17:02:12,889] ({pool-2-thread-2} Interpreter.java[getProperty]:222) - key:
cassandra.credentials.username, value: none
DEBUG [2018-08-30 17:02:12,893] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) - DEBUG [2018-08-30
17:02:12,892] ({pool-2-thread-2} Interpreter.java[getProperty]:222) - key:
cassandra.credentials.password, value: none
DEBUG [2018-08-30 17:02:12,896] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) - DEBUG [2018-08-30
17:02:12,895] ({pool-2-thread-2} Interpreter.java[getProperty]:222) - key:
cassandra.load.balancing.policy, value: DEFAULT
DEBUG [2018-08-30 17:02:12,902] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) - DEBUG [2018-08-30
17:02:12,899] ({pool-2-thread-2} Interpreter.java[getProperty]:222) - key:
cassandra.retry.policy, value: DEFAULT
DEBUG [2018-08-30 17:02:12,904] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) - DEBUG [2018-08-30
17:02:12,904] ({pool-2-thread-2} Interpreter.java[getProperty]:222) - key:
cassandra.reconnection.policy, value: DEFAULT
DEBUG [2018-08-30 17:02:12,908] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) - DEBUG [2018-08-30
17:02:12,908] ({pool-2-thread-2} Interpreter.java[getProperty]:222) - key:
cassandra.speculative.execution.policy, value: DEFAULT
DEBUG [2018-08-30 17:02:12,911] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) - DEBUG [2018-08-30
17:02:12,910] ({pool-2-thread-2} Interpreter.java[getProperty]:222) - key:
cassandra.max.schema.agreement.wait.second, value: 10
DEBUG [2018-08-30 17:02:12,915] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) - DEBUG [2018-08-30
17:02:12,913] ({pool-2-thread-2} Interpreter.java[getProperty]:222) - key:
cassandra.pooling.max.connection.per.host.local, value: 8
DEBUG [2018-08-30 17:02:12,915] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) - DEBUG [2018-08-30
17:02:12,915] ({pool-2-thread-2} Interpreter.java[getProperty]:222) - key:
cassandra.pooling.max.connection.per.host.remote, value: 2
DEBUG [2018-08-30 17:02:12,918] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) - DEBUG [2018-08-30
17:02:12,917] ({pool-2-thread-2} Interpreter.java[getProperty]:222) - key:
cassandra.pooling.core.connection.per.host.local, value: 2
DEBUG [2018-08-30 17:02:12,927] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) - DEBUG [2018-08-30
17:02:12,920] ({pool-2-thread-2} Interpreter.java[getProperty]:222) - key:
cassandra.pooling.core.connection.per.host.remote, value: 1
DEBUG [2018-08-30 17:02:12,928] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) - DEBUG [2018-08-30
17:02:12,922] ({pool-2-thread-2} Interpreter.java[getProperty]:222) - key:
cassandra.pooling.new.connection.threshold.local, value: 100
DEBUG [2018-08-30 17:02:12,929] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) - DEBUG [2018-08-30
17:02:12,925] ({pool-2-thread-2} Interpreter.java[getProperty]:222) - key:
cassandra.pooling.new.connection.threshold.remote, value: 100
DEBUG [2018-08-30 17:02:12,930] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) - DEBUG [2018-08-30
17:02:12,927] ({pool-2-thread-2} Interpreter.java[getProperty]:222) - key:
cassandra.pooling.max.request.per.connection.local, value: 1024
DEBUG [2018-08-30 17:02:12,936] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) - DEBUG [2018-08-30
17:02:12,931] ({pool-2-thread-2} Interpreter.java[getProperty]:222) - key:
cassandra.pooling.max.request.per.connection.remote, value: 256
DEBUG [2018-08-30 17:02:12,940] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) - DEBUG [2018-08-30
17:02:12,934] ({pool-2-thread-2} Interpreter.java[getProperty]:222) - key:
cassandra.pooling.heartbeat.interval.seconds, value: 30
DEBUG [2018-08-30 17:02:12,941] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) - DEBUG [2018-08-30
17:02:12,939] ({pool-2-thread-2} Interpreter.java[getProperty]:222) - key:
cassandra.pooling.idle.timeout.seconds, value: 120
DEBUG [2018-08-30 17:02:12,943] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) - DEBUG [2018-08-30
17:02:12,943] ({pool-2-thread-2} Interpreter.java[getProperty]:222) - key:
cassandra.pooling.pool.timeout.millisecs, value: 5000
DEBUG [2018-08-30 17:02:12,947] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) - DEBUG [2018-08-30
17:02:12,946] ({pool-2-thread-2} Interpreter.java[getProperty]:222) - key:
cassandra.query.default.consistency, value: ONE
DEBUG [2018-08-30 17:02:12,958] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) - DEBUG [2018-08-30
17:02:12,948] ({pool-1-thread-3} Interpreter.java[getProperty]:222) - key:
cassandra.interpreter.parallelism, value: 10
DEBUG [2018-08-30 17:02:12,958] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) - DEBUG [2018-08-30
17:02:12,952] ({pool-2-thread-2} Interpreter.java[getProperty]:222) - key:
cassandra.query.default.serial.consistency, value: SERIAL
DEBUG [2018-08-30 17:02:12,959] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) - DEBUG [2018-08-30
17:02:12,954] ({pool-2-thread-2} Interpreter.java[getProperty]:222) - key:
cassandra.query.default.fetchSize, value: 5000
DEBUG [2018-08-30 17:02:12,959] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) - DEBUG [2018-08-30
17:02:12,955] ({pool-2-thread-2} Interpreter.java[getProperty]:222) - key:
cassandra.query.default.idempotence, value: null
DEBUG [2018-08-30 17:02:12,960] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) - DEBUG [2018-08-30
17:02:12,957] ({pool-2-thread-2} Interpreter.java[getProperty]:222) - key:
cassandra.socket.connection.timeout.millisecs, value: 5000
DEBUG [2018-08-30 17:02:12,960] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) - DEBUG [2018-08-30
17:02:12,959] ({pool-2-thread-2} Interpreter.java[getProperty]:222) - key:
cassandra.socket.read.timeout.millisecs, value: 12000
DEBUG [2018-08-30 17:02:12,962] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) - DEBUG [2018-08-30
17:02:12,961] ({pool-2-thread-2} Interpreter.java[getProperty]:222) - key:
cassandra.socket.tcp.no_delay, value: true
DEBUG [2018-08-30 17:02:12,964] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) - DEBUG [2018-08-30
17:02:12,963] ({pool-2-thread-2} Interpreter.java[getProperty]:222) - key:
cassandra.socket.keep.alive, value: null
DEBUG [2018-08-30 17:02:12,966] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) - DEBUG [2018-08-30
17:02:12,965] ({pool-2-thread-2} Interpreter.java[getProperty]:222) - key:
cassandra.socket.received.buffer.size.bytes, value: null
DEBUG [2018-08-30 17:02:12,975] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) - DEBUG [2018-08-30
17:02:12,970] ({pool-2-thread-2} Interpreter.java[getProperty]:222) - key:
cassandra.socket.send.buffer.size.bytes, value: null
DEBUG [2018-08-30 17:02:12,980] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) - DEBUG [2018-08-30
17:02:12,972] ({pool-2-thread-2} Interpreter.java[getProperty]:222) - key:
cassandra.socket.reuse.address, value: null
DEBUG [2018-08-30 17:02:12,980] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) - DEBUG [2018-08-30
17:02:12,974] ({pool-2-thread-2} Interpreter.java[getProperty]:222) - key:
cassandra.socket.soLinger, value: null
DEBUG [2018-08-30 17:02:12,981] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) - DEBUG [2018-08-30
17:02:12,976] ({pool-2-thread-2} Interpreter.java[getProperty]:222) - key:
cassandra.ssl.enabled, value: false
DEBUG [2018-08-30 17:02:13,023] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) -  WARN [2018-08-30
17:02:13,023] ({pool-2-thread-2} Cluster.java[removeHost]:2110) - You
listed localhost/0:0:0:0:0:0:0:1:9042 in your contact points, but it wasn't
found in the control host's system.peers at startup
DEBUG [2018-08-30 17:02:13,121] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) -  INFO [2018-08-30
17:02:13,121] ({pool-2-thread-2} DCAwareRoundRobinPolicy.java[init]:95) -
Using data-center name 'datacenter1' for DCAwareRoundRobinPolicy (if this
is incorrect, please provide the correct datacenter name with
DCAwareRoundRobinPolicy constructor)
DEBUG [2018-08-30 17:02:13,122] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) -  INFO [2018-08-30
17:02:13,121] ({pool-2-thread-2} Cluster.java[init]:1485) - New Cassandra
host localhost/127.0.0.1:9042 added
DEBUG [2018-08-30 17:02:13,155] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) - ERROR [2018-08-30
17:02:13,154] ({pool-2-thread-2} Job.java[run]:190) - Job failed
DEBUG [2018-08-30 17:02:13,155] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) -
java.lang.NoClassDefFoundError: Could not initialize class
org.apache.zeppelin.cassandra.DisplaySystem$NoResultDisplay$
DEBUG [2018-08-30 17:02:13,157] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) -  at
org.apache.zeppelin.cassandra.EnhancedSession.<init>(EnhancedSession.scala:40)
 WARN [2018-08-30 17:02:13,158] ({pool-2-thread-4}
NotebookServer.java[afterStatusChange]:2302) - Job
20180829-125346_1868698958 is finished, status: ERROR, exception: null,
result: %text java.lang.NoClassDefFoundError: Could not initialize class
org.apache.zeppelin.cassandra.DisplaySystem$NoResultDisplay$
        at
org.apache.zeppelin.cassandra.EnhancedSession.<init>(EnhancedSession.scala:40)
        at
org.apache.zeppelin.cassandra.InterpreterLogic.<init>(InterpreterLogic.scala:98)
        at
org.apache.zeppelin.cassandra.CassandraInterpreter.open(CassandraInterpreter.java:231)
        at
org.apache.zeppelin.interpreter.LazyOpenInterpreter.open(LazyOpenInterpreter.java:69)
        at
org.apache.zeppelin.interpreter.remote.RemoteInterpreterServer$InterpretJob.jobRun(RemoteInterpreterServer.java:617)
        at org.apache.zeppelin.scheduler.Job.run(Job.java:188)
        at
org.apache.zeppelin.scheduler.ParallelScheduler$JobRunner.run(ParallelScheduler.java:162)
        at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
        at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
        at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)

DEBUG [2018-08-30 17:02:13,165] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) -  at
org.apache.zeppelin.cassandra.InterpreterLogic.<init>(InterpreterLogic.scala:98)
DEBUG [2018-08-30 17:02:13,166] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) -  at
org.apache.zeppelin.cassandra.CassandraInterpreter.open(CassandraInterpreter.java:231)
DEBUG [2018-08-30 17:02:13,185] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) -  at
org.apache.zeppelin.interpreter.LazyOpenInterpreter.open(LazyOpenInterpreter.java:69)
DEBUG [2018-08-30 17:02:13,186] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) -  at
org.apache.zeppelin.interpreter.remote.RemoteInterpreterServer$InterpretJob.jobRun(RemoteInterpreterServer.java:617)
DEBUG [2018-08-30 17:02:13,187] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) -  at
org.apache.zeppelin.scheduler.Job.run(Job.java:188)
DEBUG [2018-08-30 17:02:13,188] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) -  at
org.apache.zeppelin.scheduler.ParallelScheduler$JobRunner.run(ParallelScheduler.java:162)
DEBUG [2018-08-30 17:02:13,189] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) -  at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
DEBUG [2018-08-30 17:02:13,190] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) -  at
java.util.concurrent.FutureTask.run(FutureTask.java:266)
DEBUG [2018-08-30 17:02:13,190] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) -  at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
DEBUG [2018-08-30 17:02:13,191] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) -  at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
DEBUG [2018-08-30 17:02:13,193] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) -  at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
DEBUG [2018-08-30 17:02:13,193] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) -  at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
DEBUG [2018-08-30 17:02:13,193] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) -  at
java.lang.Thread.run(Thread.java:748)
DEBUG [2018-08-30 17:02:13,194] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) -  INFO [2018-08-30
17:02:13,156] ({pool-2-thread-2} SchedulerFactory.java[jobFinished]:115) -
Job 20180829-125346_1868698958 finished by scheduler
org.apache.zeppelin.cassandra.CassandraInterpreter659863226
 INFO [2018-08-30 17:02:13,208] ({pool-2-thread-4}
VFSNotebookRepo.java[save]:196) - Saving note:2DP6981SZ
 INFO [2018-08-30 17:02:13,227] ({pool-2-thread-4}
SchedulerFactory.java[jobFinished]:115) - Job 20180829-125346_1868698958
finished by scheduler
org.apache.zeppelin.interpreter.remote.RemoteInterpreter-cassandra:shared_process-shared_session
DEBUG [2018-08-30 17:02:13,243] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) - DEBUG [2018-08-30
17:02:13,243] ({pool-1-thread-1}
RemoteInterpreterServer.java[resourcePoolGetAll]:1089) - Request getAll
from ZeppelinServer
DEBUG [2018-08-30 17:02:13,243] ({Exec Stream Pumper}
RemoteInterpreterManagedProcess.java[processLine]:298) - 17:02:13,243 DEBUG
org.apache.zeppelin.interpreter.remote.RemoteInterpreterServer:1089 -
Request getAll from ZeppelinServer