Uploaded image for project: 'Phoenix'
  1. Phoenix
  2. PHOENIX-3365

Support spark 2.x.y

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 4.8.0
    • None
    • None
    • None

    Description

      Spark change a lot in 2.x.y.

      support like this

      CREATE TEMPORARY VIEW phoenixTable
      USING org.apache.phoenix.spark
      OPTIONS (
      .   table, "TABLE1"
           zkUrl, "localhost:2181"
      )
      
      SELECT * FROM phoenixTable
      

      The sql above should be worked

      Attachments

        Activity

          People

            Unassigned Unassigned
            licl lichenglin
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: