spark"
Date: 02/12/2016 05:50 AM
Subject: Re: Spark 2.x Pyspark Spark SQL createDataframe Error
Hello Vinayak,
As I understand it, Spark creates a Derby metastore database in the
current location, in the metastore_db subdirectory, whenever you first use
an SQL context. This datab
Hello Vinayak,
As I understand it, Spark creates a Derby metastore database in the current
location, in the metastore_db subdirectory, whenever you first use an SQL
context. This database cannot be shared by multiple instances.
This should be controlled by the javax.jdo.option.ConnectionURL prope
This is the error received:
16/12/01 22:35:36 ERROR Schema: Failed initialising database.
Unable to open a test connection to the given database. JDBC url =
jdbc:derby:;databaseName=metastore_db;create=true, username = APP.
Terminating connection pool (set lazyInit to true if you expect to star