[ https://issues.apache.org/jira/browse/SPARK-9776?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14944335#comment-14944335 ]
Alexander Pivovarov commented on SPARK-9776: -------------------------------------------- To reproduce the issue 1. start emr-4.1.0 cluster (it comes with spark-1.5.0 and yarn) 2. ssh to master box 3. open spark-shell 4. run new org.apache.spark.sql.hive.HiveContext(sc) > Another instance of Derby may have already booted the database > --------------------------------------------------------------- > > Key: SPARK-9776 > URL: https://issues.apache.org/jira/browse/SPARK-9776 > Project: Spark > Issue Type: Bug > Components: SQL > Affects Versions: 1.5.0 > Environment: Mac Yosemite, spark-1.5.0 > Reporter: Sudhakar Thota > Attachments: SPARK-9776-FL1.rtf > > > val hiveContext = new org.apache.spark.sql.hive.HiveContext(sc) results in > error. Though the same works for spark-1.4.1. > Caused by: ERROR XSDB6: Another instance of Derby may have already booted the > database -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org