lichenglin created PHOENIX-3365:
-----------------------------------
Summary: Surport spark 2.x.y
Key: PHOENIX-3365
URL: https://issues.apache.org/jira/browse/PHOENIX-3365
Project: Phoenix
Issue Type: New Feature
Affects Versions: 4.8.0
Reporter: lichenglin
Spark change a lot in 2.x.y.
support like this
{code}
CREATE TEMPORARY VIEW phoenixTable
USING org.apache.phoenix.spark
OPTIONS (
. table, "TABLE1"
zkUrl, "localhost:2181"
)
SELECT * FROM phoenixTable
{code}
The sql above should be worked
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)