Re: Add automatic/default SALT

2017-12-08 Thread James Taylor
Hi Flavio, I like the idea of “adaptable configuration” where you specify a config value as a % of some cluster resource (with relatively conservative defaults). Salting is somewhat of a gray area though as it’s not config based, but driven by your DDL. One solution you could implement on top of

Re: Problem With QueryServer In SQL Line Thin Client.

2017-12-08 Thread Vaghawan Ojha
Hi Josh, I fixed it by specifying the host where the query server was running while doing python queryserver.py stop. Something like this: python queryserver.py stop localhost:8765 And again started normally, it started working. Thanks a lot. Vaghawan On Fri, Dec 8, 2017 at 7:38 AM, Vaghawan

Phoenix Spark - Table With Schema Table Not Found

2017-12-08 Thread Bernard Quizon
Hi, I'm getting: org.apache.phoenix.schema.TableNotFoundException: ERROR 1012 (42M03): Table undefined. tableName=T1.TABLE Whenever I run: val rdd: RDD[Map[String, AnyRef]] = sc.phoenixTableAsRDD( "T1.TABLE", Seq("C1", "C2"), zkUrl = Some("localhost:2181") ) Is there an issue