Re: Spark hang on load phoenix table

2016-11-16 Thread Josh Mahonin
Hi, Are there any logs in the Spark driver and executors which would help provide some context? In diagnosing, increasing the log level to DEBUG might be useful as well. Also, the snippet you posted is a 'lazy' operation. In theory it should return quickly, and only evaluate when some sort of

Spark hang on load phoenix table

2016-11-15 Thread 马骉
Hi all Have you met the problem that submit the job to the Spark, then it just hang on? There showed no stage message on the 8080 web UI. It seems this is something wrong in val df = sqlContext.load( "org.apache.phoenix.spark", Map("table" -> "\"test_table\"", "zkUrl" ->