Re: Phoenix error : Task rejected from org.apache.phoenix.job.JobManager

2016-07-06 Thread Josh Elser
It sounds like whatever query you were running was just causing the error to happen again locally. Like you said, if you launched a new instance of sqlline.py, you would have a new JVM and thus a new ThreadPool (and backing queue). vishnu rao wrote: hi i was using the "sqlline.py" client ..

Re: NoClassDefFoundError org/apache/hadoop/hbase/HBaseConfiguration

2016-07-06 Thread Josh Mahonin
Hi Robert, I'm glad you've found a solution that works for you. An attempt to answer your questions: *1. What is the difference between "--jars" and* *"spark.driver.extraClassPath"? What does each one do?* As I understand it, the 'extraClassPath' setting makes the JARs available to Spark's