Matthew Mc Colgan created ZEPPELIN-2171: -------------------------------------------
Summary: Connection refused Key: ZEPPELIN-2171 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2171 Project: Zeppelin Issue Type: Bug Components: Interpreters Affects Versions: 0.7.0 Reporter: Matthew Mc Colgan My apologies, in advance, if this seems trivial. I'm a student trying to run zeppelin for a project. First time posting so not sure if done correctly. I'm trying to run Zeppelin on my local machine on windows 10. Master is set to local[*], I've altered the zeppelin-env.sh file and the zeppelin-site.xml files to export my JAVA_HOME, SPARK_HOME and also changed the port to 8090. The error i receive is: java.net.ConnectException: Connection refused: connect at java.net.DualStackPlainSocketImpl.connect0(Native Method) at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:79) at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350) at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206) at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188) at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:172) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.net.Socket.connect(Socket.java:589) at org.apache.thrift.transport.TSocket.open(TSocket.java:182) at org.apache.zeppelin.interpreter.remote.ClientFactory.create(ClientFactory.java:51) at org.apache.zeppelin.interpreter.remote.ClientFactory.create(ClientFactory.java:37) at org.apache.commons.pool2.BasePooledObjectFactory.makeObject(BasePooledObjectFactory.java:60) at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:861) at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:435) at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:363) at org.apache.zeppelin.interpreter.remote.RemoteInterpreterProcess.getClient(RemoteInterpreterProcess.java:90) at org.apache.zeppelin.interpreter.remote.RemoteInterpreter.init(RemoteInterpreter.java:209) at org.apache.zeppelin.interpreter.remote.RemoteInterpreter.getFormType(RemoteInterpreter.java:375) at org.apache.zeppelin.interpreter.LazyOpenInterpreter.getFormType(LazyOpenInterpreter.java:105) at org.apache.zeppelin.notebook.Paragraph.jobRun(Paragraph.java:365) at org.apache.zeppelin.scheduler.Job.run(Job.java:175) at org.apache.zeppelin.scheduler.RemoteScheduler$JobRunner.run(RemoteScheduler.java:329) 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:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) The logs do not save into the log file but get printed in the command prompt. The logs are: Microsoft Windows [Version 10.0.14393] (c) 2016 Microsoft Corporation. All rights reserved. C:\WINDOWS\system32>cd C:\zeppelin-0.7.0-bin-all\bin C:\zeppelin-0.7.0-bin-all\bin>zeppelin.cmd 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-0.7.0-bin-all/lib/interpreter/slf4j-log4j12-1.7.10.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: Found binding in [jar:file:/C:/zeppelin-0.7.0-bin-all/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] INFO [2017-02-24 13:35:49,259] ({main} ZeppelinConfiguration.java[create]:101) - Load configuration from file:/C:/zeppelin-0.7.0-bin-all/conf/zeppelin-site.xml INFO [2017-02-24 13:35:49,349] ({main} ZeppelinConfiguration.java[create]:109) - Server Host: 0.0.0.0 INFO [2017-02-24 13:35:49,349] ({main} ZeppelinConfiguration.java[create]:111) - Server Port: 8090 INFO [2017-02-24 13:35:49,349] ({main} ZeppelinConfiguration.java[create]:115) - Context Path: / INFO [2017-02-24 13:35:49,354] ({main} ZeppelinConfiguration.java[create]:116) - Zeppelin Version: 0.7.0 INFO [2017-02-24 13:35:49,386] ({main} Log.java[initialized]:186) - Logging initialized @440ms INFO [2017-02-24 13:35:49,470] ({main} ZeppelinServer.java[setupWebAppContext]:332) - ZeppelinServer Webapp path: C:\zeppelin-0.7.0-bin-all\webapps INFO [2017-02-24 13:35:49,727] ({main} ZeppelinServer.java[main]:176) - Starting zeppelin server INFO [2017-02-24 13:35:49,731] ({main} Server.java[doStart]:327) - jetty-9.2.15.v20160210 INFO [2017-02-24 13:36:21,656] ({main} StandardDescriptorProcessor.java[visitServlet]:297) - NO JSP Support for /, did not find org.eclipse.jetty.jsp.JettyJspServlet INFO [2017-02-24 13:36:22,024] ({main} NPMInstaller.java[npmIsAlreadyInstalled]:96) - NPM 3.10.8 is already installed. INFO [2017-02-24 13:36:22,081] ({main} NodeInstaller.java[nodeIsAlreadyInstalled]:109) - Node v6.9.1 is already installed. WARN [2017-02-24 13:36:22,086] ({main} Helium.java[loadConf]:101) - C:\zeppelin-0.7.0-bin-all\conf/helium.json does not exists ERROR [2017-02-24 13:36:26,759] ({main} ZeppelinServer.java[<init>]:131) - Running 'npm install --registry=http://registry.npmjs.org/' in C:\zeppelin-0.7.0-bin-all\local-repo\vis zeppelin-vis-bundle@ C:\zeppelin-0.7.0-bin-all\local-repo\vis `-- (empty) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.0.0 (node_modules\chokidar\node_modules\fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.1.1: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"}) npm WARN zeppelin-vis-bundle@ No description npm WARN zeppelin-vis-bundle@ No repository field. npm WARN zeppelin-vis-bundle@ No license field. npm ERR! code 1 java.io.IOException: Running 'npm install --registry=http://registry.npmjs.org/' in C:\zeppelin-0.7.0-bin-all\local-repo\vis zeppelin-vis-bundle@ C:\zeppelin-0.7.0-bin-all\local-repo\vis `-- (empty) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.0.0 (node_modules\chokidar\node_modules\fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.1.1: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"}) npm WARN zeppelin-vis-bundle@ No description npm WARN zeppelin-vis-bundle@ No repository field. npm WARN zeppelin-vis-bundle@ No license field. npm ERR! code 1 at org.apache.zeppelin.helium.HeliumVisualizationFactory.bundle(HeliumVisualizationFactory.java:220) at org.apache.zeppelin.helium.HeliumVisualizationFactory.bundle(HeliumVisualizationFactory.java:98) at org.apache.zeppelin.server.ZeppelinServer.<init>(ZeppelinServer.java:129) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:423) at org.apache.cxf.jaxrs.servlet.CXFNonSpringJaxrsServlet.createSingletonInstance(CXFNonSpringJaxrsServlet.java:382) at org.apache.cxf.jaxrs.servlet.CXFNonSpringJaxrsServlet.createApplicationInstance(CXFNonSpringJaxrsServlet.java:454) at org.apache.cxf.jaxrs.servlet.CXFNonSpringJaxrsServlet.createServerFromApplication(CXFNonSpringJaxrsServlet.java:432) at org.apache.cxf.jaxrs.servlet.CXFNonSpringJaxrsServlet.init(CXFNonSpringJaxrsServlet.java:93) at org.eclipse.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:616) at org.eclipse.jetty.servlet.ServletHolder.initialize(ServletHolder.java:396) at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:871) at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:298) at org.eclipse.jetty.webapp.WebAppContext.startWebapp(WebAppContext.java:1349) at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1342) at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:741) at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:505) at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:132) at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:114) at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:61) at org.eclipse.jetty.server.handler.ContextHandlerCollection.doStart(ContextHandlerCollection.java:163) at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:132) at org.eclipse.jetty.server.Server.start(Server.java:387) at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:114) at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:61) at org.eclipse.jetty.server.Server.doStart(Server.java:354) at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) at org.apache.zeppelin.server.ZeppelinServer.main(ZeppelinServer.java:178) DEBUG [2017-02-24 13:36:26,914] ({main} InterpreterFactory.java[registerInterpreterFromResource]:317) - Reading interpreter-setting.json from resources in C:\zeppelin-0.7.0-bin-all\interpreter\alluxio DEBUG [2017-02-24 13:36:26,937] ({main} InterpreterFactory.java[registerInterpreterFromResource]:317) - Reading interpreter-setting.json from resources in C:\zeppelin-0.7.0-bin-all\interpreter\angular DEBUG [2017-02-24 13:36:26,977] ({main} InterpreterFactory.java[registerInterpreterFromResource]:317) - Reading interpreter-setting.json from resources in C:\zeppelin-0.7.0-bin-all\interpreter\bqsql DEBUG [2017-02-24 13:36:27,022] ({main} InterpreterFactory.java[registerInterpreterFromResource]:317) - Reading interpreter-setting.json from resources in C:\zeppelin-0.7.0-bin-all\interpreter\cassandra DEBUG [2017-02-24 13:36:27,103] ({main} InterpreterFactory.java[registerInterpreterFromResource]:317) - Reading interpreter-setting.json from resources in C:\zeppelin-0.7.0-bin-all\interpreter\elasticsearch DEBUG [2017-02-24 13:36:27,140] ({main} InterpreterFactory.java[registerInterpreterFromResource]:317) - Reading interpreter-setting.json from resources in C:\zeppelin-0.7.0-bin-all\interpreter\file DEBUG [2017-02-24 13:36:27,296] ({main} InterpreterFactory.java[registerInterpreterFromResource]:317) - Reading interpreter-setting.json from resources in C:\zeppelin-0.7.0-bin-all\interpreter\flink DEBUG [2017-02-24 13:36:27,471] ({main} InterpreterFactory.java[registerInterpreterFromResource]:317) - Reading interpreter-setting.json from resources in C:\zeppelin-0.7.0-bin-all\interpreter\hbase DEBUG [2017-02-24 13:36:27,531] ({main} InterpreterFactory.java[registerInterpreterFromResource]:317) - Reading interpreter-setting.json from resources in C:\zeppelin-0.7.0-bin-all\interpreter\ignite DEBUG [2017-02-24 13:36:27,552] ({main} InterpreterFactory.java[registerInterpreterFromResource]:317) - Reading interpreter-setting.json from resources in C:\zeppelin-0.7.0-bin-all\interpreter\jdbc DEBUG [2017-02-24 13:36:27,561] ({main} InterpreterFactory.java[registerInterpreterFromResource]:317) - Reading interpreter-setting.json from resources in C:\zeppelin-0.7.0-bin-all\interpreter\kylin DEBUG [2017-02-24 13:36:27,710] ({main} InterpreterFactory.java[registerInterpreterFromResource]:317) - Reading interpreter-setting.json from resources in C:\zeppelin-0.7.0-bin-all\interpreter\lens DEBUG [2017-02-24 13:36:27,760] ({main} InterpreterFactory.java[registerInterpreterFromResource]:317) - Reading interpreter-setting.json from resources in C:\zeppelin-0.7.0-bin-all\interpreter\livy DEBUG [2017-02-24 13:36:27,769] ({main} InterpreterFactory.java[registerInterpreterFromResource]:317) - Reading interpreter-setting.json from resources in C:\zeppelin-0.7.0-bin-all\interpreter\md DEBUG [2017-02-24 13:36:27,948] ({main} InterpreterFactory.java[registerInterpreterFromResource]:317) - Reading interpreter-setting.json from resources in C:\zeppelin-0.7.0-bin-all\interpreter\pig WARN [2017-02-24 13:36:27,971] ({main} Interpreter.java[register]:419) - Static initialization is deprecated for interpreter sql, You should change it to use interpreter-setting.json in your jar or interpreter/{interpreter}/interpreter-setting.json INFO [2017-02-24 13:36:27,972] ({main} InterpreterFactory.java[init]:213) - Interpreter psql.sql found. class=org.apache.zeppelin.postgresql.PostgreSqlInterpreter DEBUG [2017-02-24 13:36:27,986] ({main} InterpreterFactory.java[registerInterpreterFromResource]:317) - Reading interpreter-setting.json from resources in C:\zeppelin-0.7.0-bin-all\interpreter\python DEBUG [2017-02-24 13:36:28,084] ({main} InterpreterFactory.java[registerInterpreterFromResource]:317) - Reading interpreter-setting.json from resources in C:\zeppelin-0.7.0-bin-all\interpreter\sh DEBUG [2017-02-24 13:36:28,495] ({main} InterpreterFactory.java[registerInterpreterFromResource]:317) - Reading interpreter-setting.json from resources in C:\zeppelin-0.7.0-bin-all\interpreter\spark DEBUG [2017-02-24 13:36:28,498] ({main} InterpreterFactory.java[init]:229) - Registered: psql.sql -> org.apache.zeppelin.postgresql.PostgreSqlInterpreter. Properties: {postgresql.password={envName=null, propertyName=null, defaultValue=, description=The PostgreSQL user password}, postgresql.max.result={envName=null, propertyName=null, defaultValue=1000, description=Max number of SQL result to display.}, postgresql.user={envName=null, propertyName=null, defaultValue=gpadmin, description=The PostgreSQL user name}, postgresql.url={envName=null, propertyName=null, defaultValue=jdbc:postgresql://localhost:5432/, description=The URL for PostgreSQL.}, postgresql.driver.name={envName=null, propertyName=null, defaultValue=org.postgresql.Driver, description= JDBC Driver Name}} INFO [2017-02-24 13:36:28,509] ({main} InterpreterFactory.java[init]:245) - InterpreterSettingRef name ignite INFO [2017-02-24 13:36:28,512] ({main} InterpreterFactory.java[init]:245) - InterpreterSettingRef name python INFO [2017-02-24 13:36:28,514] ({main} InterpreterFactory.java[init]:245) - InterpreterSettingRef name jdbc INFO [2017-02-24 13:36:28,515] ({main} InterpreterFactory.java[init]:245) - InterpreterSettingRef name psql INFO [2017-02-24 13:36:28,515] ({main} InterpreterFactory.java[init]:245) - InterpreterSettingRef name lens INFO [2017-02-24 13:36:28,516] ({main} InterpreterFactory.java[init]:245) - InterpreterSettingRef name pig INFO [2017-02-24 13:36:28,517] ({main} InterpreterFactory.java[init]:245) - InterpreterSettingRef name flink INFO [2017-02-24 13:36:28,517] ({main} InterpreterFactory.java[init]:245) - InterpreterSettingRef name angular INFO [2017-02-24 13:36:28,518] ({main} InterpreterFactory.java[init]:245) - InterpreterSettingRef name livy INFO [2017-02-24 13:36:28,519] ({main} InterpreterFactory.java[init]:245) - InterpreterSettingRef name file INFO [2017-02-24 13:36:28,519] ({main} InterpreterFactory.java[init]:245) - InterpreterSettingRef name elasticsearch INFO [2017-02-24 13:36:28,520] ({main} InterpreterFactory.java[init]:245) - InterpreterSettingRef name cassandra INFO [2017-02-24 13:36:28,520] ({main} InterpreterFactory.java[init]:245) - InterpreterSettingRef name sh INFO [2017-02-24 13:36:28,523] ({main} InterpreterFactory.java[init]:245) - InterpreterSettingRef name spark INFO [2017-02-24 13:36:28,523] ({main} InterpreterFactory.java[init]:245) - InterpreterSettingRef name md INFO [2017-02-24 13:36:28,525] ({main} InterpreterFactory.java[init]:245) - InterpreterSettingRef name alluxio INFO [2017-02-24 13:36:28,525] ({main} InterpreterFactory.java[init]:245) - InterpreterSettingRef name bigquery INFO [2017-02-24 13:36:28,526] ({main} InterpreterFactory.java[init]:245) - InterpreterSettingRef name hbase INFO [2017-02-24 13:36:28,526] ({main} InterpreterFactory.java[init]:245) - InterpreterSettingRef name kylin INFO [2017-02-24 13:36:28,549] ({main} InterpreterFactory.java[init]:274) - InterpreterSetting group alluxio : id=2CB5B2CBE, name=alluxio INFO [2017-02-24 13:36:28,564] ({main} InterpreterFactory.java[init]:274) - InterpreterSetting group angular : id=2C9PYVH7V, name=angular INFO [2017-02-24 13:36:28,564] ({main} InterpreterFactory.java[init]:274) - InterpreterSetting group spark : id=2CBNAPRHZ, name=spark INFO [2017-02-24 13:36:28,566] ({main} InterpreterFactory.java[init]:274) - InterpreterSetting group kylin : id=2CBNQQPRX, name=kylin INFO [2017-02-24 13:36:28,567] ({main} InterpreterFactory.java[init]:274) - InterpreterSetting group ignite : id=2CA697YG3, name=ignite INFO [2017-02-24 13:36:28,569] ({main} InterpreterFactory.java[init]:274) - InterpreterSetting group flink : id=2CCF6HCSS, name=flink INFO [2017-02-24 13:36:28,575] ({main} InterpreterFactory.java[init]:274) - InterpreterSetting group cassandra : id=2C8UXRNYH, name=cassandra INFO [2017-02-24 13:36:28,575] ({main} InterpreterFactory.java[init]:274) - InterpreterSetting group sh : id=2C9R1Y9QZ, name=sh INFO [2017-02-24 13:36:28,577] ({main} InterpreterFactory.java[init]:274) - InterpreterSetting group md : id=2C8R84GG4, name=md INFO [2017-02-24 13:36:28,577] ({main} InterpreterFactory.java[init]:274) - InterpreterSetting group file : id=2C9233R8W, name=file INFO [2017-02-24 13:36:28,578] ({main} InterpreterFactory.java[init]:274) - InterpreterSetting group lens : id=2C9CZYXXG, name=lens INFO [2017-02-24 13:36:28,578] ({main} InterpreterFactory.java[init]:274) - InterpreterSetting group elasticsearch : id=2CBVQ6CRQ, name=elasticsearch INFO [2017-02-24 13:36:28,579] ({main} InterpreterFactory.java[init]:274) - InterpreterSetting group psql : id=2CACM93K3, name=psql INFO [2017-02-24 13:36:28,579] ({main} InterpreterFactory.java[init]:274) - InterpreterSetting group python : id=2C9Z7JGMJ, name=python INFO [2017-02-24 13:36:28,582] ({main} InterpreterFactory.java[init]:274) - InterpreterSetting group jdbc : id=2CB43KZ35, name=jdbc INFO [2017-02-24 13:36:28,583] ({main} InterpreterFactory.java[init]:274) - InterpreterSetting group pig : id=2CBAT12KV, name=pig INFO [2017-02-24 13:36:28,585] ({main} InterpreterFactory.java[init]:274) - InterpreterSetting group bigquery : id=2CBWVPQ8K, name=bigquery INFO [2017-02-24 13:36:28,586] ({main} InterpreterFactory.java[init]:274) - InterpreterSetting group livy : id=2CBW7F3Y5, name=livy INFO [2017-02-24 13:36:28,587] ({main} InterpreterFactory.java[init]:274) - InterpreterSetting group hbase : id=2C9U8Z27X, name=hbase INFO [2017-02-24 13:36:28,587] ({main} InterpreterFactory.java[<init>]:167) - shiroEnabled: false INFO [2017-02-24 13:36:28,651] ({main} VfsLog.java[info]:138) - Using "C:\Users\Matthew\AppData\Local\Temp\vfs_cache" as temporary files store. INFO [2017-02-24 13:36:28,708] ({main} GitNotebookRepo.java[<init>]:63) - Opening a git repo at '/zeppelin-0.7.0-bin-all/notebook' INFO [2017-02-24 13:36:29,063] ({main} NotebookAuthorization.java[loadFromFile]:96) - C:\zeppelin-0.7.0-bin-all\conf\notebook-authorization.json INFO [2017-02-24 13:36:29,064] ({main} Credentials.java[loadFromFile]:95) - C:\zeppelin-0.7.0-bin-all\conf\credentials.json INFO [2017-02-24 13:36:29,142] ({main} StdSchedulerFactory.java[instantiate]:1184) - Using default implementation for ThreadExecutor INFO [2017-02-24 13:36:29,148] ({main} SimpleThreadPool.java[initialize]:268) - Job execution threads will use class loader of thread: main INFO [2017-02-24 13:36:29,164] ({main} SchedulerSignalerImpl.java[<init>]:61) - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl INFO [2017-02-24 13:36:29,167] ({main} QuartzScheduler.java[<init>]:240) - Quartz Scheduler v.2.2.1 created. INFO [2017-02-24 13:36:29,170] ({main} RAMJobStore.java[initialize]:155) - RAMJobStore initialized. INFO [2017-02-24 13:36:29,172] ({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 [2017-02-24 13:36:29,172] ({main} StdSchedulerFactory.java[instantiate]:1339) - Quartz scheduler 'DefaultQuartzScheduler' initialized from default resource file in Quartz package: 'quartz.properties' INFO [2017-02-24 13:36:29,172] ({main} StdSchedulerFactory.java[instantiate]:1343) - Quartz scheduler version: 2.2.1 INFO [2017-02-24 13:36:29,173] ({main} QuartzScheduler.java[start]:575) - Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started. INFO [2017-02-24 13:36:29,351] ({main} FolderView.java[createFolder]:107) - Create folder Zeppelin Tutorial INFO [2017-02-24 13:36:29,354] ({main} FolderView.java[createFolder]:107) - Create folder / INFO [2017-02-24 13:36:29,354] ({main} Folder.java[setParent]:168) - Set parent of / to / INFO [2017-02-24 13:36:29,355] ({main} Folder.java[setParent]:168) - Set parent of Zeppelin Tutorial to / INFO [2017-02-24 13:36:29,356] ({main} Folder.java[addNote]:184) - Add note 2A94M5J1Z to folder Zeppelin Tutorial INFO [2017-02-24 13:36:29,380] ({main} Folder.java[addNote]:184) - Add note 2BWJFTXKJ to folder Zeppelin Tutorial INFO [2017-02-24 13:36:29,395] ({main} Folder.java[addNote]:184) - Add note 2BYEZ5EVK to folder Zeppelin Tutorial INFO [2017-02-24 13:36:29,411] ({main} Folder.java[addNote]:184) - Add note 2C2AUG798 to folder Zeppelin Tutorial INFO [2017-02-24 13:36:29,426] ({main} Folder.java[addNote]:184) - Add note 2C35YU814 to folder Zeppelin Tutorial INFO [2017-02-24 13:36:29,434] ({main} Folder.java[addNote]:184) - Add note 2C57UKYWR to folder Zeppelin Tutorial INFO [2017-02-24 13:36:29,435] ({main} Notebook.java[<init>]:125) - Notebook indexing started... INFO [2017-02-24 13:36:29,653] ({main} LuceneSearch.java[addIndexDocs]:305) - Indexing 6 notebooks took 217ms INFO [2017-02-24 13:36:29,653] ({main} Notebook.java[<init>]:127) - Notebook indexing finished: 6 indexed in 0s INFO [2017-02-24 13:36:29,830] ({main} ServerImpl.java[initDestination]:94) - Setting the server's publish address to be / Feb 24, 2017 1:36:29 PM com.sun.jersey.api.core.PackagesResourceConfig init INFO: Scanning for root resource and provider classes in the packages: org.apache.zeppelin.rest Feb 24, 2017 1:36:29 PM com.sun.jersey.api.core.ScanningResourceConfig logClasses INFO: Root resource classes found: class org.apache.zeppelin.rest.CredentialRestApi class org.apache.zeppelin.rest.HeliumRestApi class org.apache.zeppelin.rest.NotebookRepoRestApi class org.apache.zeppelin.rest.LoginRestApi class org.apache.zeppelin.rest.NotebookRestApi class org.apache.zeppelin.rest.ConfigurationsRestApi class org.apache.zeppelin.rest.InterpreterRestApi class org.apache.zeppelin.rest.SecurityRestApi class org.apache.zeppelin.rest.ZeppelinRestApi Feb 24, 2017 1:36:29 PM com.sun.jersey.api.core.ScanningResourceConfig init INFO: No provider classes found. Feb 24, 2017 1:36:30 PM com.sun.jersey.server.impl.application.WebApplicationImpl _initiate INFO: Initiating Jersey application, version 'Jersey: 1.13 06/29/2012 05:14 PM' Feb 24, 2017 1:36:30 PM com.sun.jersey.spi.inject.Errors processErrorMessages WARNING: The following warnings have been detected with resource and/or provider classes: 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: A sub-resource method, public javax.ws.rs.core.Response org.apache.zeppelin.rest.NotebookRestApi.createNote(java.lang.String) throws java.io.IOException, with URI template, "/", is treated as a resource method WARNING: A sub-resource method, public javax.ws.rs.core.Response org.apache.zeppelin.rest.NotebookRestApi.getNoteList() throws java.io.IOException, with URI template, "/", is treated as a resource method INFO [2017-02-24 13:36:30,650] ({main} ContextHandler.java[doStart]:744) - Started o.e.j.w.WebAppContext@48a242ce{/,file:/C:/zeppelin-0.7.0-bin-all/webapps/webapp/,AVAILABLE}{C:\zeppelin-0.7.0-bin-all\zeppelin-web-0.7.0.war} INFO [2017-02-24 13:36:30,813] ({main} AbstractConnector.java[doStart]:266) - Started ServerConnector@1e253c9d{HTTP/1.1}{0.0.0.0:8090} INFO [2017-02-24 13:36:30,814] ({main} Server.java[doStart]:379) - Started @41876ms INFO [2017-02-24 13:36:30,815] ({main} ZeppelinServer.java[main]:183) - Done, zeppelin server started WARN [2017-02-24 13:42:33,358] ({qtp610984013-20} SecurityRestApi.java[ticket]:87) - {"status":"OK","message":"","body":{"principal":"anonymous","ticket":"anonymous","roles":"[]"}} INFO [2017-02-24 13:42:33,497] ({qtp610984013-15} NotebookServer.java[onOpen]:155) - New connection from 0:0:0:0:0:0:0:1 : 54560 INFO [2017-02-24 13:42:41,411] ({qtp610984013-20} NotebookServer.java[sendNote]:704) - New operation from 0:0:0:0:0:0:0:1 : 54560 : anonymous : GET_NOTE : 2A94M5J1Z DEBUG [2017-02-24 13:42:41,421] ({qtp610984013-20} InterpreterSetting.java[getInterpreterProcessKey]:143) - getInterpreterProcessKey: shared_process for InterpreterSetting Id: 2CBNAPRHZ, Name: spark DEBUG [2017-02-24 13:42:41,432] ({qtp610984013-20} InterpreterSetting.java[getInterpreterGroup]:203) - create interpreter group with groupId:2CBNAPRHZ:shared_process DEBUG [2017-02-24 13:42:41,434] ({qtp610984013-20} InterpreterSetting.java[getInterpreterProcessKey]:143) - getInterpreterProcessKey: shared_process for InterpreterSetting Id: 2C8R84GG4, Name: md DEBUG [2017-02-24 13:42:41,436] ({qtp610984013-20} InterpreterSetting.java[getInterpreterGroup]:203) - create interpreter group with groupId:2C8R84GG4:shared_process DEBUG [2017-02-24 13:42:41,437] ({qtp610984013-20} InterpreterSetting.java[getInterpreterProcessKey]:143) - getInterpreterProcessKey: shared_process for InterpreterSetting Id: 2C9PYVH7V, Name: angular DEBUG [2017-02-24 13:42:41,437] ({qtp610984013-20} InterpreterSetting.java[getInterpreterGroup]:203) - create interpreter group with groupId:2C9PYVH7V:shared_process DEBUG [2017-02-24 13:42:41,439] ({qtp610984013-20} InterpreterSetting.java[getInterpreterProcessKey]:143) - getInterpreterProcessKey: shared_process for InterpreterSetting Id: 2C9R1Y9QZ, Name: sh DEBUG [2017-02-24 13:42:41,439] ({qtp610984013-20} InterpreterSetting.java[getInterpreterGroup]:203) - create interpreter group with groupId:2C9R1Y9QZ:shared_process DEBUG [2017-02-24 13:42:41,440] ({qtp610984013-20} InterpreterSetting.java[getInterpreterProcessKey]:143) - getInterpreterProcessKey: shared_process for InterpreterSetting Id: 2CBW7F3Y5, Name: livy DEBUG [2017-02-24 13:42:41,440] ({qtp610984013-20} InterpreterSetting.java[getInterpreterGroup]:203) - create interpreter group with groupId:2CBW7F3Y5:shared_process DEBUG [2017-02-24 13:42:41,441] ({qtp610984013-20} InterpreterSetting.java[getInterpreterProcessKey]:143) - getInterpreterProcessKey: shared_process for InterpreterSetting Id: 2CB5B2CBE, Name: alluxio DEBUG [2017-02-24 13:42:41,446] ({qtp610984013-20} InterpreterSetting.java[getInterpreterGroup]:203) - create interpreter group with groupId:2CB5B2CBE:shared_process DEBUG [2017-02-24 13:42:41,447] ({qtp610984013-20} InterpreterSetting.java[getInterpreterProcessKey]:143) - getInterpreterProcessKey: shared_process for InterpreterSetting Id: 2C9233R8W, Name: file DEBUG [2017-02-24 13:42:41,448] ({qtp610984013-20} InterpreterSetting.java[getInterpreterGroup]:203) - create interpreter group with groupId:2C9233R8W:shared_process DEBUG [2017-02-24 13:42:41,448] ({qtp610984013-20} InterpreterSetting.java[getInterpreterProcessKey]:143) - getInterpreterProcessKey: shared_process for InterpreterSetting Id: 2CACM93K3, Name: psql DEBUG [2017-02-24 13:42:41,450] ({qtp610984013-20} InterpreterSetting.java[getInterpreterGroup]:203) - create interpreter group with groupId:2CACM93K3:shared_process DEBUG [2017-02-24 13:42:41,450] ({qtp610984013-20} InterpreterSetting.java[getInterpreterProcessKey]:143) - getInterpreterProcessKey: shared_process for InterpreterSetting Id: 2CCF6HCSS, Name: flink DEBUG [2017-02-24 13:42:41,450] ({qtp610984013-20} InterpreterSetting.java[getInterpreterGroup]:203) - create interpreter group with groupId:2CCF6HCSS:shared_process DEBUG [2017-02-24 13:42:41,451] ({qtp610984013-20} InterpreterSetting.java[getInterpreterProcessKey]:143) - getInterpreterProcessKey: shared_process for InterpreterSetting Id: 2C9Z7JGMJ, Name: python DEBUG [2017-02-24 13:42:41,451] ({qtp610984013-20} InterpreterSetting.java[getInterpreterGroup]:203) - create interpreter group with groupId:2C9Z7JGMJ:shared_process DEBUG [2017-02-24 13:42:41,452] ({qtp610984013-20} InterpreterSetting.java[getInterpreterProcessKey]:143) - getInterpreterProcessKey: shared_process for InterpreterSetting Id: 2CA697YG3, Name: ignite DEBUG [2017-02-24 13:42:41,452] ({qtp610984013-20} InterpreterSetting.java[getInterpreterGroup]:203) - create interpreter group with groupId:2CA697YG3:shared_process DEBUG [2017-02-24 13:42:41,453] ({qtp610984013-20} InterpreterSetting.java[getInterpreterProcessKey]:143) - getInterpreterProcessKey: shared_process for InterpreterSetting Id: 2C9CZYXXG, Name: lens DEBUG [2017-02-24 13:42:41,454] ({qtp610984013-20} InterpreterSetting.java[getInterpreterGroup]:203) - create interpreter group with groupId:2C9CZYXXG:shared_process DEBUG [2017-02-24 13:42:41,454] ({qtp610984013-20} InterpreterSetting.java[getInterpreterProcessKey]:143) - getInterpreterProcessKey: shared_process for InterpreterSetting Id: 2C8UXRNYH, Name: cassandra DEBUG [2017-02-24 13:42:41,459] ({qtp610984013-20} InterpreterSetting.java[getInterpreterGroup]:203) - create interpreter group with groupId:2C8UXRNYH:shared_process DEBUG [2017-02-24 13:42:41,459] ({qtp610984013-20} InterpreterSetting.java[getInterpreterProcessKey]:143) - getInterpreterProcessKey: shared_process for InterpreterSetting Id: 2CBNQQPRX, Name: kylin DEBUG [2017-02-24 13:42:41,462] ({qtp610984013-20} InterpreterSetting.java[getInterpreterGroup]:203) - create interpreter group with groupId:2CBNQQPRX:shared_process DEBUG [2017-02-24 13:42:41,462] ({qtp610984013-20} InterpreterSetting.java[getInterpreterProcessKey]:143) - getInterpreterProcessKey: shared_process for InterpreterSetting Id: 2CBVQ6CRQ, Name: elasticsearch DEBUG [2017-02-24 13:42:41,463] ({qtp610984013-20} InterpreterSetting.java[getInterpreterGroup]:203) - create interpreter group with groupId:2CBVQ6CRQ:shared_process DEBUG [2017-02-24 13:42:41,463] ({qtp610984013-20} InterpreterSetting.java[getInterpreterProcessKey]:143) - getInterpreterProcessKey: shared_process for InterpreterSetting Id: 2CB43KZ35, Name: jdbc DEBUG [2017-02-24 13:42:41,464] ({qtp610984013-20} InterpreterSetting.java[getInterpreterGroup]:203) - create interpreter group with groupId:2CB43KZ35:shared_process DEBUG [2017-02-24 13:42:41,464] ({qtp610984013-20} InterpreterSetting.java[getInterpreterProcessKey]:143) - getInterpreterProcessKey: shared_process for InterpreterSetting Id: 2C9U8Z27X, Name: hbase DEBUG [2017-02-24 13:42:41,465] ({qtp610984013-20} InterpreterSetting.java[getInterpreterGroup]:203) - create interpreter group with groupId:2C9U8Z27X:shared_process DEBUG [2017-02-24 13:42:41,465] ({qtp610984013-20} InterpreterSetting.java[getInterpreterProcessKey]:143) - getInterpreterProcessKey: shared_process for InterpreterSetting Id: 2CBWVPQ8K, Name: bigquery DEBUG [2017-02-24 13:42:41,466] ({qtp610984013-20} InterpreterSetting.java[getInterpreterGroup]:203) - create interpreter group with groupId:2CBWVPQ8K:shared_process DEBUG [2017-02-24 13:42:41,467] ({qtp610984013-20} InterpreterSetting.java[getInterpreterProcessKey]:143) - getInterpreterProcessKey: shared_process for InterpreterSetting Id: 2CBAT12KV, Name: pig DEBUG [2017-02-24 13:42:41,471] ({qtp610984013-20} InterpreterSetting.java[getInterpreterGroup]:203) - create interpreter group with groupId:2CBAT12KV:shared_process WARN [2017-02-24 13:42:41,571] ({qtp610984013-20} GitNotebookRepo.java[revisionHistory]:157) - No Head found for 2A94M5J1Z, No HEAD exists and no explicit starting revision was specified DEBUG [2017-02-24 13:42:41,755] ({qtp610984013-20} InterpreterSetting.java[getInterpreterProcessKey]:143) - getInterpreterProcessKey: shared_process for InterpreterSetting Id: 2CBNAPRHZ, Name: spark DEBUG [2017-02-24 13:42:41,758] ({qtp610984013-17} InterpreterSetting.java[getInterpreterProcessKey]:143) - getInterpreterProcessKey: shared_process for InterpreterSetting Id: 2CBNAPRHZ, Name: spark DEBUG [2017-02-24 13:42:41,762] ({qtp610984013-18} InterpreterSetting.java[getInterpreterProcessKey]:143) - getInterpreterProcessKey: shared_process for InterpreterSetting Id: 2C8R84GG4, Name: md DEBUG [2017-02-24 13:42:41,769] ({qtp610984013-18} InterpreterFactory.java[getInterpreterSessionKey]:1244) - Interpreter session key: shared_session, for note: 2A94M5J1Z, user: anonymous, InterpreterSetting Name: md DEBUG [2017-02-24 13:42:41,775] ({qtp610984013-18} InterpreterSetting.java[getInterpreterProcessKey]:143) - getInterpreterProcessKey: shared_process for InterpreterSetting Id: 2C8R84GG4, Name: md DEBUG [2017-02-24 13:42:41,760] ({qtp610984013-15} InterpreterSetting.java[getInterpreterProcessKey]:143) - getInterpreterProcessKey: shared_process for InterpreterSetting Id: 2C8R84GG4, Name: md INFO [2017-02-24 13:42:41,777] ({qtp610984013-18} InterpreterFactory.java[createInterpretersForNote]:780) - Create interpreter instance md for note 2A94M5J1Z DEBUG [2017-02-24 13:42:41,764] ({qtp610984013-20} InterpreterFactory.java[getInterpreterSessionKey]:1244) - Interpreter session key: shared_session, for note: 2A94M5J1Z, user: anonymous, InterpreterSetting Name: spark DEBUG [2017-02-24 13:42:41,786] ({qtp610984013-20} InterpreterSetting.java[getInterpreterProcessKey]:143) - getInterpreterProcessKey: shared_process for InterpreterSetting Id: 2CBNAPRHZ, Name: spark DEBUG [2017-02-24 13:42:41,783] ({qtp610984013-16} InterpreterSetting.java[getInterpreterProcessKey]:143) - getInterpreterProcessKey: shared_process for InterpreterSetting Id: 2CBNAPRHZ, Name: spark INFO [2017-02-24 13:42:41,787] ({qtp610984013-20} InterpreterFactory.java[createInterpretersForNote]:780) - Create interpreter instance spark for note 2A94M5J1Z DEBUG [2017-02-24 13:42:41,790] ({qtp610984013-20} Interpreter.java[<init>]:133) - Properties: {spark.executor.memory=, args=, zeppelin.spark.printREPLOutput=true, spark.cores.max=, zeppelin.dep.additionalRemoteRepository=spark-packages,http://dl.bintray.com/spark-packages/maven,false;, zeppelin.spark.importImplicit=true, zeppelin.spark.sql.stacktrace=false, zeppelin.spark.concurrentSQL=false, zeppelin.spark.useHiveContext=true, zeppelin.pyspark.python=python, zeppelin.dep.localrepo=local-repo, zeppelin.R.knitr=true, zeppelin.spark.maxResult=1000, master=local[*], spark.app.name=Zeppelin, zeppelin.R.image.width=100%, zeppelin.R.render.options=out.format = 'html', comment = NA, echo = FALSE, results = 'asis', message = F, warning = F, zeppelin.R.cmd=R} DEBUG [2017-02-24 13:42:41,790] ({qtp610984013-18} Interpreter.java[<init>]:133) - Properties: {zeppelin.interpreter.localRepo=C:\zeppelin-0.7.0-bin-all/local-repo/2C8R84GG4, markdown.parser.type=pegdown} DEBUG [2017-02-24 13:42:41,792] ({qtp610984013-20} Interpreter.java[<init>]:133) - Properties: {} DEBUG [2017-02-24 13:42:41,792] ({qtp610984013-18} Interpreter.java[<init>]:133) - Properties: {} INFO [2017-02-24 13:42:41,794] ({qtp610984013-20} InterpreterFactory.java[createInterpretersForNote]:813) - Interpreter org.apache.zeppelin.spark.SparkInterpreter 643672328 created INFO [2017-02-24 13:42:41,797] ({qtp610984013-18} InterpreterFactory.java[createInterpretersForNote]:813) - Interpreter org.apache.zeppelin.markdown.Markdown 784474129 created DEBUG [2017-02-24 13:42:41,800] ({qtp610984013-20} Interpreter.java[<init>]:133) - Properties: {spark.executor.memory=, args=, zeppelin.spark.printREPLOutput=true, spark.cores.max=, zeppelin.dep.additionalRemoteRepository=spark-packages,http://dl.bintray.com/spark-packages/maven,false;, zeppelin.spark.importImplicit=true, zeppelin.spark.sql.stacktrace=false, zeppelin.spark.concurrentSQL=false, zeppelin.spark.useHiveContext=true, zeppelin.pyspark.python=python, zeppelin.dep.localrepo=local-repo, zeppelin.R.knitr=true, zeppelin.spark.maxResult=1000, master=local[*], spark.app.name=Zeppelin, zeppelin.R.image.width=100%, zeppelin.R.render.options=out.format = 'html', comment = NA, echo = FALSE, results = 'asis', message = F, warning = F, zeppelin.R.cmd=R} DEBUG [2017-02-24 13:42:41,800] ({qtp610984013-15} InterpreterFactory.java[getInterpreterSessionKey]:1244) - Interpreter session key: shared_session, for note: 2A94M5J1Z, user: anonymous, InterpreterSetting Name: md DEBUG [2017-02-24 13:42:41,802] ({qtp610984013-20} Interpreter.java[<init>]:133) - Properties: {} INFO [2017-02-24 13:42:41,805] ({qtp610984013-20} InterpreterFactory.java[createInterpretersForNote]:813) - Interpreter org.apache.zeppelin.spark.SparkSqlInterpreter 1379630600 created DEBUG [2017-02-24 13:42:41,808] ({qtp610984013-20} Interpreter.java[<init>]:133) - Properties: {spark.executor.memory=, args=, zeppelin.spark.printREPLOutput=true, spark.cores.max=, zeppelin.dep.additionalRemoteRepository=spark-packages,http://dl.bintray.com/spark-packages/maven,false;, zeppelin.spark.importImplicit=true, zeppelin.spark.sql.stacktrace=false, zeppelin.spark.concurrentSQL=false, zeppelin.spark.useHiveContext=true, zeppelin.pyspark.python=python, zeppelin.dep.localrepo=local-repo, zeppelin.R.knitr=true, zeppelin.spark.maxResult=1000, master=local[*], spark.app.name=Zeppelin, zeppelin.R.image.width=100%, zeppelin.R.render.options=out.format = 'html', comment = NA, echo = FALSE, results = 'asis', message = F, warning = F, zeppelin.R.cmd=R} DEBUG [2017-02-24 13:42:41,812] ({qtp610984013-20} Interpreter.java[<init>]:133) - Properties: {} INFO [2017-02-24 13:42:41,816] ({qtp610984013-20} InterpreterFactory.java[createInterpretersForNote]:813) - Interpreter org.apache.zeppelin.spark.DepInterpreter 1536533457 created DEBUG [2017-02-24 13:42:41,819] ({qtp610984013-20} Interpreter.java[<init>]:133) - Properties: {spark.executor.memory=, args=, zeppelin.spark.printREPLOutput=true, spark.cores.max=, zeppelin.dep.additionalRemoteRepository=spark-packages,http://dl.bintray.com/spark-packages/maven,false;, zeppelin.spark.importImplicit=true, zeppelin.spark.sql.stacktrace=false, zeppelin.spark.concurrentSQL=false, zeppelin.spark.useHiveContext=true, zeppelin.pyspark.python=python, zeppelin.dep.localrepo=local-repo, zeppelin.R.knitr=true, zeppelin.spark.maxResult=1000, master=local[*], spark.app.name=Zeppelin, zeppelin.R.image.width=100%, zeppelin.R.render.options=out.format = 'html', comment = NA, echo = FALSE, results = 'asis', message = F, warning = F, zeppelin.R.cmd=R} DEBUG [2017-02-24 13:42:41,822] ({qtp610984013-20} Interpreter.java[<init>]:133) - Properties: {} INFO [2017-02-24 13:42:41,823] ({qtp610984013-20} InterpreterFactory.java[createInterpretersForNote]:813) - Interpreter org.apache.zeppelin.spark.PySparkInterpreter 1502836165 created DEBUG [2017-02-24 13:42:41,826] ({qtp610984013-20} Interpreter.java[<init>]:133) - Properties: {spark.executor.memory=, args=, zeppelin.spark.printREPLOutput=true, spark.cores.max=, zeppelin.dep.additionalRemoteRepository=spark-packages,http://dl.bintray.com/spark-packages/maven,false;, zeppelin.spark.importImplicit=true, zeppelin.spark.sql.stacktrace=false, zeppelin.spark.concurrentSQL=false, zeppelin.spark.useHiveContext=true, zeppelin.pyspark.python=python, zeppelin.dep.localrepo=local-repo, zeppelin.R.knitr=true, zeppelin.spark.maxResult=1000, master=local[*], spark.app.name=Zeppelin, zeppelin.R.image.width=100%, zeppelin.R.render.options=out.format = 'html', comment = NA, echo = FALSE, results = 'asis', message = F, warning = F, zeppelin.R.cmd=R} DEBUG [2017-02-24 13:42:41,827] ({qtp610984013-20} Interpreter.java[<init>]:133) - Properties: {} INFO [2017-02-24 13:42:41,828] ({qtp610984013-20} InterpreterFactory.java[createInterpretersForNote]:813) - Interpreter org.apache.zeppelin.spark.SparkRInterpreter 307073558 created DEBUG [2017-02-24 13:42:41,829] ({qtp610984013-16} InterpreterFactory.java[getInterpreterSessionKey]:1244) - Interpreter session key: shared_session, for note: 2A94M5J1Z, user: anonymous, InterpreterSetting Name: spark DEBUG [2017-02-24 13:42:41,833] ({qtp610984013-17} InterpreterFactory.java[getInterpreterSessionKey]:1244) - Interpreter session key: shared_session, for note: 2A94M5J1Z, user: anonymous, InterpreterSetting Name: spark DEBUG [2017-02-24 13:42:41,964] ({qtp610984013-60} InterpreterSetting.java[getInterpreterProcessKey]:143) - getInterpreterProcessKey: shared_process for InterpreterSetting Id: 2CBNAPRHZ, Name: spark DEBUG [2017-02-24 13:42:41,964] ({qtp610984013-60} InterpreterFactory.java[getInterpreterSessionKey]:1244) - Interpreter session key: shared_session, for note: 2A94M5J1Z, user: anonymous, InterpreterSetting Name: spark DEBUG [2017-02-24 13:42:42,845] ({qtp610984013-18} InterpreterSetting.java[getInterpreterProcessKey]:143) - getInterpreterProcessKey: shared_process for InterpreterSetting Id: 2CBNAPRHZ, Name: spark DEBUG [2017-02-24 13:42:42,846] ({qtp610984013-18} InterpreterFactory.java[getInterpreterSessionKey]:1244) - Interpreter session key: shared_session, for note: 2A94M5J1Z, user: anonymous, InterpreterSetting Name: spark DEBUG [2017-02-24 13:42:42,850] ({qtp610984013-18} InterpreterSetting.java[getInterpreterProcessKey]:143) - getInterpreterProcessKey: shared_process for InterpreterSetting Id: 2CBNAPRHZ, Name: spark DEBUG [2017-02-24 13:42:42,851] ({qtp610984013-18} InterpreterFactory.java[getInterpreterSessionKey]:1244) - Interpreter session key: shared_session, for note: 2A94M5J1Z, user: anonymous, InterpreterSetting Name: spark DEBUG [2017-02-24 13:42:42,854] ({qtp610984013-18} InterpreterSetting.java[getInterpreterProcessKey]:143) - getInterpreterProcessKey: shared_process for InterpreterSetting Id: 2CBNAPRHZ, Name: spark DEBUG [2017-02-24 13:42:42,854] ({qtp610984013-18} InterpreterFactory.java[getInterpreterSessionKey]:1244) - Interpreter session key: shared_session, for note: 2A94M5J1Z, user: anonymous, InterpreterSetting Name: spark DEBUG [2017-02-24 13:42:42,856] ({qtp610984013-18} InterpreterSetting.java[getInterpreterProcessKey]:143) - getInterpreterProcessKey: shared_process for InterpreterSetting Id: 2CBNAPRHZ, Name: spark DEBUG [2017-02-24 13:42:42,861] ({qtp610984013-18} InterpreterFactory.java[getInterpreterSessionKey]:1244) - Interpreter session key: shared_session, for note: 2A94M5J1Z, user: anonymous, InterpreterSetting Name: spark DEBUG [2017-02-24 13:42:42,863] ({qtp610984013-18} InterpreterSetting.java[getInterpreterProcessKey]:143) - getInterpreterProcessKey: shared_process for InterpreterSetting Id: 2CBNAPRHZ, Name: spark DEBUG [2017-02-24 13:42:42,863] ({qtp610984013-18} InterpreterFactory.java[getInterpreterSessionKey]:1244) - Interpreter session key: shared_session, for note: 2A94M5J1Z, user: anonymous, InterpreterSetting Name: spark WARN [2017-02-24 13:42:52,936] ({qtp610984013-20} InterpreterFactory.java[getEditorSetting]:1457) - Couldn't get interpreter editor setting WARN [2017-02-24 13:42:53,076] ({qtp610984013-16} InterpreterFactory.java[getEditorSetting]:1457) - Couldn't get interpreter editor setting WARN [2017-02-24 13:42:53,226] ({qtp610984013-17} InterpreterFactory.java[getEditorSetting]:1457) - Couldn't get interpreter editor setting WARN [2017-02-24 13:42:53,387] ({qtp610984013-60} InterpreterFactory.java[getEditorSetting]:1457) - Couldn't get interpreter editor setting DEBUG [2017-02-24 13:42:53,479] ({qtp610984013-18} InterpreterSetting.java[getInterpreterProcessKey]:143) - getInterpreterProcessKey: shared_process for InterpreterSetting Id: 2CBNAPRHZ, Name: spark DEBUG [2017-02-24 13:42:53,479] ({qtp610984013-18} InterpreterFactory.java[getInterpreterSessionKey]:1244) - Interpreter session key: shared_session, for note: 2A94M5J1Z, user: anonymous, InterpreterSetting Name: spark DEBUG [2017-02-24 13:43:05,668] ({qtp610984013-16} InterpreterSetting.java[getInterpreterProcessKey]:143) - getInterpreterProcessKey: shared_process for InterpreterSetting Id: 2CBNAPRHZ, Name: spark DEBUG [2017-02-24 13:43:05,669] ({qtp610984013-16} InterpreterFactory.java[getInterpreterSessionKey]:1244) - Interpreter session key: shared_session, for note: 2A94M5J1Z, user: anonymous, InterpreterSetting Name: spark DEBUG [2017-02-24 13:43:05,674] ({qtp610984013-16} InterpreterSetting.java[getInterpreterProcessKey]:143) - getInterpreterProcessKey: shared_process for InterpreterSetting Id: 2CBNAPRHZ, Name: spark DEBUG [2017-02-24 13:43:05,674] ({qtp610984013-16} InterpreterSetting.java[getInterpreterProcessKey]:143) - getInterpreterProcessKey: shared_process for InterpreterSetting Id: 2C8R84GG4, Name: md DEBUG [2017-02-24 13:43:05,675] ({qtp610984013-16} InterpreterSetting.java[getInterpreterProcessKey]:143) - getInterpreterProcessKey: shared_process for InterpreterSetting Id: 2C9PYVH7V, Name: angular DEBUG [2017-02-24 13:43:05,675] ({qtp610984013-16} InterpreterSetting.java[getInterpreterProcessKey]:143) - getInterpreterProcessKey: shared_process for InterpreterSetting Id: 2C9R1Y9QZ, Name: sh DEBUG [2017-02-24 13:43:05,676] ({qtp610984013-16} InterpreterSetting.java[getInterpreterProcessKey]:143) - getInterpreterProcessKey: shared_process for InterpreterSetting Id: 2CBW7F3Y5, Name: livy DEBUG [2017-02-24 13:43:05,677] ({qtp610984013-16} InterpreterSetting.java[getInterpreterProcessKey]:143) - getInterpreterProcessKey: shared_process for InterpreterSetting Id: 2CB5B2CBE, Name: alluxio DEBUG [2017-02-24 13:43:05,677] ({qtp610984013-16} InterpreterSetting.java[getInterpreterProcessKey]:143) - getInterpreterProcessKey: shared_process for InterpreterSetting Id: 2C9233R8W, Name: file DEBUG [2017-02-24 13:43:05,678] ({qtp610984013-16} InterpreterSetting.java[getInterpreterProcessKey]:143) - getInterpreterProcessKey: shared_process for InterpreterSetting Id: 2CACM93K3, Name: psql DEBUG [2017-02-24 13:43:05,678] ({qtp610984013-16} InterpreterSetting.java[getInterpreterProcessKey]:143) - getInterpreterProcessKey: shared_process for InterpreterSetting Id: 2CCF6HCSS, Name: flink DEBUG [2017-02-24 13:43:05,682] ({qtp610984013-16} InterpreterSetting.java[getInterpreterProcessKey]:143) - getInterpreterProcessKey: shared_process for InterpreterSetting Id: 2C9Z7JGMJ, Name: python DEBUG [2017-02-24 13:43:05,682] ({qtp610984013-16} InterpreterSetting.java[getInterpreterProcessKey]:143) - getInterpreterProcessKey: shared_process for InterpreterSetting Id: 2CA697YG3, Name: ignite DEBUG [2017-02-24 13:43:05,684] ({qtp610984013-16} InterpreterSetting.java[getInterpreterProcessKey]:143) - getInterpreterProcessKey: shared_process for InterpreterSetting Id: 2C9CZYXXG, Name: lens DEBUG [2017-02-24 13:43:05,684] ({qtp610984013-16} InterpreterSetting.java[getInterpreterProcessKey]:143) - getInterpreterProcessKey: shared_process for InterpreterSetting Id: 2C8UXRNYH, Name: cassandra DEBUG [2017-02-24 13:43:05,685] ({qtp610984013-16} InterpreterSetting.java[getInterpreterProcessKey]:143) - getInterpreterProcessKey: shared_process for InterpreterSetting Id: 2CBNQQPRX, Name: kylin DEBUG [2017-02-24 13:43:05,686] ({qtp610984013-16} InterpreterSetting.java[getInterpreterProcessKey]:143) - getInterpreterProcessKey: shared_process for InterpreterSetting Id: 2CBVQ6CRQ, Name: elasticsearch DEBUG [2017-02-24 13:43:05,686] ({qtp610984013-16} InterpreterSetting.java[getInterpreterProcessKey]:143) - getInterpreterProcessKey: shared_process for InterpreterSetting Id: 2CB43KZ35, Name: jdbc DEBUG [2017-02-24 13:43:05,687] ({qtp610984013-16} InterpreterSetting.java[getInterpreterProcessKey]:143) - getInterpreterProcessKey: shared_process for InterpreterSetting Id: 2C9U8Z27X, Name: hbase DEBUG [2017-02-24 13:43:05,687] ({qtp610984013-16} InterpreterSetting.java[getInterpreterProcessKey]:143) - getInterpreterProcessKey: shared_process for InterpreterSetting Id: 2CBWVPQ8K, Name: bigquery DEBUG [2017-02-24 13:43:05,688] ({qtp610984013-16} InterpreterSetting.java[getInterpreterProcessKey]:143) - getInterpreterProcessKey: shared_process for InterpreterSetting Id: 2CBAT12KV, Name: pig DEBUG [2017-02-24 13:43:05,777] ({qtp610984013-16} InterpreterSetting.java[getInterpreterProcessKey]:143) - getInterpreterProcessKey: shared_process for InterpreterSetting Id: 2CBNAPRHZ, Name: spark DEBUG [2017-02-24 13:43:05,779] ({qtp610984013-16} InterpreterFactory.java[getInterpreterSessionKey]:1244) - Interpreter session key: shared_session, for note: 2A94M5J1Z, user: anonymous, InterpreterSetting Name: spark DEBUG [2017-02-24 13:43:05,780] ({qtp610984013-16} InterpreterSetting.java[getInterpreterProcessKey]:143) - getInterpreterProcessKey: shared_process for InterpreterSetting Id: 2CBNAPRHZ, Name: spark DEBUG [2017-02-24 13:43:05,782] ({qtp610984013-16} InterpreterFactory.java[getInterpreterSessionKey]:1244) - Interpreter session key: shared_session, for note: 2A94M5J1Z, user: anonymous, InterpreterSetting Name: spark INFO [2017-02-24 13:43:05,799] ({pool-2-thread-2} SchedulerFactory.java[jobStarted]:131) - Job paragraph_1423836981412_-1007008116 started by scheduler org.apache.zeppelin.interpreter.remote.RemoteInterpretershared_session720182701 DEBUG [2017-02-24 13:43:05,803] ({pool-2-thread-2} InterpreterSetting.java[getInterpreterProcessKey]:143) - getInterpreterProcessKey: shared_process for InterpreterSetting Id: 2CBNAPRHZ, Name: spark DEBUG [2017-02-24 13:43:05,805] ({pool-2-thread-2} InterpreterFactory.java[getInterpreterSessionKey]:1244) - Interpreter session key: shared_session, for note: 2A94M5J1Z, user: anonymous, InterpreterSetting Name: spark INFO [2017-02-24 13:43:05,806] ({pool-2-thread-2} Paragraph.java[jobRun]:344) - run paragraph 20150213-231621_168813393 using spark org.apache.zeppelin.interpreter.LazyOpenInterpreter@265da908 INFO [2017-02-24 13:43:05,824] ({pool-2-thread-2} RemoteInterpreterManagedProcess.java[start]:120) - Run interpreter process [C:\zeppelin-0.7.0-bin-all\bin\interpreter.cmd, -d, C:\zeppelin-0.7.0-bin-all\interpreter\spark, -p, 54566, -l, C:\zeppelin-0.7.0-bin-all/local-repo/2CBNAPRHZ] DEBUG [2017-02-24 13:43:05,958] ({Exec Stream Pumper} RemoteInterpreterManagedProcess.java[processLine]:189) - The filename, directory name, or volume label syntax is incorrect. INFO [2017-02-24 13:43:05,972] ({Exec Default Executor} RemoteInterpreterManagedProcess.java[onProcessFailed]:171) - Interpreter process failed {} org.apache.commons.exec.ExecuteException: Process exited with an error: 1 (Exit value: 1) at org.apache.commons.exec.DefaultExecutor.executeInternal(DefaultExecutor.java:404) at org.apache.commons.exec.DefaultExecutor.access$200(DefaultExecutor.java:48) at org.apache.commons.exec.DefaultExecutor$1.run(DefaultExecutor.java:200) at java.lang.Thread.run(Thread.java:745) DEBUG [2017-02-24 13:43:06,830] ({pool-2-thread-2} RemoteInterpreterUtils.java[checkIfRemoteEndpointAccessible]:60) - Remote endpoint 'localhost:54566' is not accessible (might be initializing): connect timed out DEBUG [2017-02-24 13:43:08,332] ({pool-2-thread-2} RemoteInterpreterUtils.java[checkIfRemoteEndpointAccessible]:60) - Remote endpoint 'localhost:54566' is not accessible (might be initializing): connect timed out DEBUG [2017-02-24 13:43:09,833] ({pool-2-thread-2} RemoteInterpreterUtils.java[checkIfRemoteEndpointAccessible]:60) - Remote endpoint 'localhost:54566' is not accessible (might be initializing): connect timed out DEBUG [2017-02-24 13:43:11,334] ({pool-2-thread-2} RemoteInterpreterUtils.java[checkIfRemoteEndpointAccessible]:60) - Remote endpoint 'localhost:54566' is not accessible (might be initializing): connect timed out DEBUG [2017-02-24 13:43:12,836] ({pool-2-thread-2} RemoteInterpreterUtils.java[checkIfRemoteEndpointAccessible]:60) - Remote endpoint 'localhost:54566' is not accessible (might be initializing): connect timed out DEBUG [2017-02-24 13:43:14,338] ({pool-2-thread-2} RemoteInterpreterUtils.java[checkIfRemoteEndpointAccessible]:60) - Remote endpoint 'localhost:54566' is not accessible (might be initializing): connect timed out DEBUG [2017-02-24 13:43:15,840] ({pool-2-thread-2} RemoteInterpreterUtils.java[checkIfRemoteEndpointAccessible]:60) - Remote endpoint 'localhost:54566' is not accessible (might be initializing): connect timed out DEBUG [2017-02-24 13:43:17,342] ({pool-2-thread-2} RemoteInterpreterUtils.java[checkIfRemoteEndpointAccessible]:60) - Remote endpoint 'localhost:54566' is not accessible (might be initializing): connect timed out DEBUG [2017-02-24 13:43:18,844] ({pool-2-thread-2} RemoteInterpreterUtils.java[checkIfRemoteEndpointAccessible]:60) - Remote endpoint 'localhost:54566' is not accessible (might be initializing): connect timed out DEBUG [2017-02-24 13:43:20,345] ({pool-2-thread-2} RemoteInterpreterUtils.java[checkIfRemoteEndpointAccessible]:60) - Remote endpoint 'localhost:54566' is not accessible (might be initializing): connect timed out DEBUG [2017-02-24 13:43:21,847] ({pool-2-thread-2} RemoteInterpreterUtils.java[checkIfRemoteEndpointAccessible]:60) - Remote endpoint 'localhost:54566' is not accessible (might be initializing): connect timed out DEBUG [2017-02-24 13:43:23,349] ({pool-2-thread-2} RemoteInterpreterUtils.java[checkIfRemoteEndpointAccessible]:60) - Remote endpoint 'localhost:54566' is not accessible (might be initializing): connect timed out DEBUG [2017-02-24 13:43:24,851] ({pool-2-thread-2} RemoteInterpreterUtils.java[checkIfRemoteEndpointAccessible]:60) - Remote endpoint 'localhost:54566' is not accessible (might be initializing): connect timed out DEBUG [2017-02-24 13:43:26,353] ({pool-2-thread-2} RemoteInterpreterUtils.java[checkIfRemoteEndpointAccessible]:60) - Remote endpoint 'localhost:54566' is not accessible (might be initializing): connect timed out DEBUG [2017-02-24 13:43:27,854] ({pool-2-thread-2} RemoteInterpreterUtils.java[checkIfRemoteEndpointAccessible]:60) - Remote endpoint 'localhost:54566' is not accessible (might be initializing): connect timed out DEBUG [2017-02-24 13:43:29,354] ({pool-2-thread-2} RemoteInterpreterUtils.java[checkIfRemoteEndpointAccessible]:60) - Remote endpoint 'localhost:54566' is not accessible (might be initializing): connect timed out DEBUG [2017-02-24 13:43:30,856] ({pool-2-thread-2} RemoteInterpreterUtils.java[checkIfRemoteEndpointAccessible]:60) - Remote endpoint 'localhost:54566' is not accessible (might be initializing): connect timed out DEBUG [2017-02-24 13:43:32,359] ({pool-2-thread-2} RemoteInterpreterUtils.java[checkIfRemoteEndpointAccessible]:60) - Remote endpoint 'localhost:54566' is not accessible (might be initializing): connect timed out DEBUG [2017-02-24 13:43:33,860] ({pool-2-thread-2} RemoteInterpreterUtils.java[checkIfRemoteEndpointAccessible]:60) - Remote endpoint 'localhost:54566' is not accessible (might be initializing): connect timed out DEBUG [2017-02-24 13:43:35,362] ({pool-2-thread-2} RemoteInterpreterUtils.java[checkIfRemoteEndpointAccessible]:60) - Remote endpoint 'localhost:54566' is not accessible (might be initializing): connect timed out ERROR [2017-02-24 13:43:37,103] ({Thread-38} RemoteScheduler.java[getStatus]:256) - Can't get status information org.apache.zeppelin.interpreter.InterpreterException: org.apache.thrift.transport.TTransportException: java.net.ConnectException: Connection refused: connect at org.apache.zeppelin.interpreter.remote.ClientFactory.create(ClientFactory.java:53) at org.apache.zeppelin.interpreter.remote.ClientFactory.create(ClientFactory.java:37) at org.apache.commons.pool2.BasePooledObjectFactory.makeObject(BasePooledObjectFactory.java:60) at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:861) at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:435) at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:363) at org.apache.zeppelin.interpreter.remote.RemoteInterpreterProcess.getClient(RemoteInterpreterProcess.java:90) at org.apache.zeppelin.scheduler.RemoteScheduler$JobStatusPoller.getStatus(RemoteScheduler.java:254) at org.apache.zeppelin.scheduler.RemoteScheduler$JobStatusPoller.run(RemoteScheduler.java:212) Caused by: org.apache.thrift.transport.TTransportException: java.net.ConnectException: Connection refused: connect at org.apache.thrift.transport.TSocket.open(TSocket.java:187) at org.apache.zeppelin.interpreter.remote.ClientFactory.create(ClientFactory.java:51) ... 8 more Caused by: java.net.ConnectException: Connection refused: connect at java.net.DualStackPlainSocketImpl.connect0(Native Method) at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:79) at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350) at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206) at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188) at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:172) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.net.Socket.connect(Socket.java:589) at org.apache.thrift.transport.TSocket.open(TSocket.java:182) ... 9 more ERROR [2017-02-24 13:43:37,103] ({pool-2-thread-2} Job.java[run]:188) - Job failed org.apache.zeppelin.interpreter.InterpreterException: org.apache.zeppelin.interpreter.InterpreterException: org.apache.thrift.transport.TTransportException: java.net.ConnectException: Connection refused: connect at org.apache.zeppelin.interpreter.remote.RemoteInterpreter.init(RemoteInterpreter.java:211) at org.apache.zeppelin.interpreter.remote.RemoteInterpreter.getFormType(RemoteInterpreter.java:375) at org.apache.zeppelin.interpreter.LazyOpenInterpreter.getFormType(LazyOpenInterpreter.java:105) at org.apache.zeppelin.notebook.Paragraph.jobRun(Paragraph.java:365) at org.apache.zeppelin.scheduler.Job.run(Job.java:175) at org.apache.zeppelin.scheduler.RemoteScheduler$JobRunner.run(RemoteScheduler.java:329) 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:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) Caused by: org.apache.zeppelin.interpreter.InterpreterException: org.apache.thrift.transport.TTransportException: java.net.ConnectException: Connection refused: connect at org.apache.zeppelin.interpreter.remote.ClientFactory.create(ClientFactory.java:53) at org.apache.zeppelin.interpreter.remote.ClientFactory.create(ClientFactory.java:37) at org.apache.commons.pool2.BasePooledObjectFactory.makeObject(BasePooledObjectFactory.java:60) at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:861) at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:435) at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:363) at org.apache.zeppelin.interpreter.remote.RemoteInterpreterProcess.getClient(RemoteInterpreterProcess.java:90) at org.apache.zeppelin.interpreter.remote.RemoteInterpreter.init(RemoteInterpreter.java:209) ... 12 more Caused by: org.apache.thrift.transport.TTransportException: java.net.ConnectException: Connection refused: connect at org.apache.thrift.transport.TSocket.open(TSocket.java:187) at org.apache.zeppelin.interpreter.remote.ClientFactory.create(ClientFactory.java:51) ... 19 more Caused by: java.net.ConnectException: Connection refused: connect at java.net.DualStackPlainSocketImpl.connect0(Native Method) at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:79) at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350) at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206) at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188) at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:172) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.net.Socket.connect(Socket.java:589) at org.apache.thrift.transport.TSocket.open(TSocket.java:182) ... 20 more ERROR [2017-02-24 13:43:38,125] ({pool-2-thread-2} RemoteScheduler.java[getStatus]:256) - Can't get status information org.apache.zeppelin.interpreter.InterpreterException: org.apache.thrift.transport.TTransportException: java.net.ConnectException: Connection refused: connect at org.apache.zeppelin.interpreter.remote.ClientFactory.create(ClientFactory.java:53) at org.apache.zeppelin.interpreter.remote.ClientFactory.create(ClientFactory.java:37) at org.apache.commons.pool2.BasePooledObjectFactory.makeObject(BasePooledObjectFactory.java:60) at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:861) at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:435) at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:363) at org.apache.zeppelin.interpreter.remote.RemoteInterpreterProcess.getClient(RemoteInterpreterProcess.java:90) at org.apache.zeppelin.scheduler.RemoteScheduler$JobStatusPoller.getStatus(RemoteScheduler.java:254) at org.apache.zeppelin.scheduler.RemoteScheduler$JobRunner.run(RemoteScheduler.java:342) 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:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) Caused by: org.apache.thrift.transport.TTransportException: java.net.ConnectException: Connection refused: connect at org.apache.thrift.transport.TSocket.open(TSocket.java:187) at org.apache.zeppelin.interpreter.remote.ClientFactory.create(ClientFactory.java:51) ... 15 more Caused by: java.net.ConnectException: Connection refused: connect at java.net.DualStackPlainSocketImpl.connect0(Native Method) at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:79) at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350) at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206) at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188) at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:172) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.net.Socket.connect(Socket.java:589) at org.apache.thrift.transport.TSocket.open(TSocket.java:182) ... 16 more ERROR [2017-02-24 13:43:38,128] ({pool-2-thread-2} NotebookServer.java[afterStatusChange]:2018) - Error org.apache.zeppelin.interpreter.InterpreterException: org.apache.zeppelin.interpreter.InterpreterException: org.apache.thrift.transport.TTransportException: java.net.ConnectException: Connection refused: connect at org.apache.zeppelin.interpreter.remote.RemoteInterpreter.init(RemoteInterpreter.java:211) at org.apache.zeppelin.interpreter.remote.RemoteInterpreter.getFormType(RemoteInterpreter.java:375) at org.apache.zeppelin.interpreter.LazyOpenInterpreter.getFormType(LazyOpenInterpreter.java:105) at org.apache.zeppelin.notebook.Paragraph.jobRun(Paragraph.java:365) at org.apache.zeppelin.scheduler.Job.run(Job.java:175) at org.apache.zeppelin.scheduler.RemoteScheduler$JobRunner.run(RemoteScheduler.java:329) 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:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) Caused by: org.apache.zeppelin.interpreter.InterpreterException: org.apache.thrift.transport.TTransportException: java.net.ConnectException: Connection refused: connect at org.apache.zeppelin.interpreter.remote.ClientFactory.create(ClientFactory.java:53) at org.apache.zeppelin.interpreter.remote.ClientFactory.create(ClientFactory.java:37) at org.apache.commons.pool2.BasePooledObjectFactory.makeObject(BasePooledObjectFactory.java:60) at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:861) at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:435) at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:363) at org.apache.zeppelin.interpreter.remote.RemoteInterpreterProcess.getClient(RemoteInterpreterProcess.java:90) at org.apache.zeppelin.interpreter.remote.RemoteInterpreter.init(RemoteInterpreter.java:209) ... 12 more Caused by: org.apache.thrift.transport.TTransportException: java.net.ConnectException: Connection refused: connect at org.apache.thrift.transport.TSocket.open(TSocket.java:187) at org.apache.zeppelin.interpreter.remote.ClientFactory.create(ClientFactory.java:51) ... 19 more Caused by: java.net.ConnectException: Connection refused: connect at java.net.DualStackPlainSocketImpl.connect0(Native Method) at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:79) at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350) at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206) at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188) at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:172) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.net.Socket.connect(Socket.java:589) at org.apache.thrift.transport.TSocket.open(TSocket.java:182) ... 20 more WARN [2017-02-24 13:43:38,137] ({pool-2-thread-2} NotebookServer.java[afterStatusChange]:2026) - Job 20150213-231621_168813393 is finished, status: ERROR, exception: org.apache.zeppelin.interpreter.InterpreterException: org.apache.zeppelin.interpreter.InterpreterException: org.apache.thrift.transport.TTransportException: java.net.ConnectException: Connection refused: connect, result: org.apache.zeppelin.interpreter.InterpreterException: org.apache.thrift.transport.TTransportException: java.net.ConnectException: Connection refused: connect DEBUG [2017-02-24 13:43:38,139] ({pool-2-thread-2} InterpreterSetting.java[getInterpreterProcessKey]:143) - getInterpreterProcessKey: shared_process for InterpreterSetting Id: 2CBNAPRHZ, Name: spark DEBUG [2017-02-24 13:43:38,140] ({pool-2-thread-2} InterpreterSetting.java[getInterpreterProcessKey]:143) - getInterpreterProcessKey: shared_process for InterpreterSetting Id: 2C8R84GG4, Name: md DEBUG [2017-02-24 13:43:38,142] ({pool-2-thread-2} InterpreterSetting.java[getInterpreterProcessKey]:143) - getInterpreterProcessKey: shared_process for InterpreterSetting Id: 2C9PYVH7V, Name: angular DEBUG [2017-02-24 13:43:38,144] ({pool-2-thread-2} InterpreterSetting.java[getInterpreterProcessKey]:143) - getInterpreterProcessKey: shared_process for InterpreterSetting Id: 2C9R1Y9QZ, Name: sh DEBUG [2017-02-24 13:43:38,157] ({pool-2-thread-2} InterpreterSetting.java[getInterpreterProcessKey]:143) - getInterpreterProcessKey: shared_process for InterpreterSetting Id: 2CBW7F3Y5, Name: livy DEBUG [2017-02-24 13:43:38,158] ({pool-2-thread-2} InterpreterSetting.java[getInterpreterProcessKey]:143) - getInterpreterProcessKey: shared_process for InterpreterSetting Id: 2CB5B2CBE, Name: alluxio DEBUG [2017-02-24 13:43:38,159] ({pool-2-thread-2} InterpreterSetting.java[getInterpreterProcessKey]:143) - getInterpreterProcessKey: shared_process for InterpreterSetting Id: 2C9233R8W, Name: file DEBUG [2017-02-24 13:43:38,161] ({pool-2-thread-2} InterpreterSetting.java[getInterpreterProcessKey]:143) - getInterpreterProcessKey: shared_process for InterpreterSetting Id: 2CACM93K3, Name: psql DEBUG [2017-02-24 13:43:38,162] ({pool-2-thread-2} InterpreterSetting.java[getInterpreterProcessKey]:143) - getInterpreterProcessKey: shared_process for InterpreterSetting Id: 2CCF6HCSS, Name: flink DEBUG [2017-02-24 13:43:38,163] ({pool-2-thread-2} InterpreterSetting.java[getInterpreterProcessKey]:143) - getInterpreterProcessKey: shared_process for InterpreterSetting Id: 2C9Z7JGMJ, Name: python DEBUG [2017-02-24 13:43:38,164] ({pool-2-thread-2} InterpreterSetting.java[getInterpreterProcessKey]:143) - getInterpreterProcessKey: shared_process for InterpreterSetting Id: 2CA697YG3, Name: ignite DEBUG [2017-02-24 13:43:38,172] ({pool-2-thread-2} InterpreterSetting.java[getInterpreterProcessKey]:143) - getInterpreterProcessKey: shared_process for InterpreterSetting Id: 2C9CZYXXG, Name: lens DEBUG [2017-02-24 13:43:38,174] ({pool-2-thread-2} InterpreterSetting.java[getInterpreterProcessKey]:143) - getInterpreterProcessKey: shared_process for InterpreterSetting Id: 2C8UXRNYH, Name: cassandra DEBUG [2017-02-24 13:43:38,175] ({pool-2-thread-2} InterpreterSetting.java[getInterpreterProcessKey]:143) - getInterpreterProcessKey: shared_process for InterpreterSetting Id: 2CBNQQPRX, Name: kylin DEBUG [2017-02-24 13:43:38,176] ({pool-2-thread-2} InterpreterSetting.java[getInterpreterProcessKey]:143) - getInterpreterProcessKey: shared_process for InterpreterSetting Id: 2CBVQ6CRQ, Name: elasticsearch DEBUG [2017-02-24 13:43:38,177] ({pool-2-thread-2} InterpreterSetting.java[getInterpreterProcessKey]:143) - getInterpreterProcessKey: shared_process for InterpreterSetting Id: 2CB43KZ35, Name: jdbc DEBUG [2017-02-24 13:43:38,178] ({pool-2-thread-2} InterpreterSetting.java[getInterpreterProcessKey]:143) - getInterpreterProcessKey: shared_process for InterpreterSetting Id: 2C9U8Z27X, Name: hbase DEBUG [2017-02-24 13:43:38,180] ({pool-2-thread-2} InterpreterSetting.java[getInterpreterProcessKey]:143) - getInterpreterProcessKey: shared_process for InterpreterSetting Id: 2CBWVPQ8K, Name: bigquery DEBUG [2017-02-24 13:43:38,181] ({pool-2-thread-2} InterpreterSetting.java[getInterpreterProcessKey]:143) - getInterpreterProcessKey: shared_process for InterpreterSetting Id: 2CBAT12KV, Name: pig INFO [2017-02-24 13:43:38,321] ({pool-2-thread-2} SchedulerFactory.java[jobFinished]:137) - Job paragraph_1423836981412_-1007008116 finished by scheduler org.apache.zeppelin.interpreter.remote.RemoteInterpretershared_session720182701 -- This message was sent by Atlassian JIRA (v6.3.15#6346)