Member since
07-03-2017
10
Posts
1
Kudos Received
0
Solutions
08-19-2019
09:59 AM
To be sure that your user have access to warehouse location please try run something like below val warehouseLocation = new File("spark-warehouse").getAbsolutePath
val spark = SparkSession
.builder()
.appName("Spark Hive Example")
.config("spark.sql.warehouse.dir", warehouseLocation)
.enableHiveSupport()
.getOrCreate() Regards, Bart
... View more
12-01-2017
06:47 PM
@Sankaranarayanan S We committed a fix yesterday. That makes the steps above unnecessary. I would urge you to attempt a build again. With this fix, you can use the default graph (JanusGraph). mvn clean install -DskipTests -Pdist,embedded-hbase-solr Once build is done, I uncompress tar produced in distro directory and then run bin/atlas_start.py. The initial initialization takes about 5 mins to happen due to Solr initializing indexes. Subsequent starts are quicker. Hope this helps.
... View more
09-28-2017
10:13 AM
Sankaranarayanan, Cloudera Director does not support proxy exclusions. This like likey most easily configured on your proxy server. The proxy server should have a configuration to not proxy local addresses. David
... View more