Hi all,

How can I using pyspark connect PQS with sqlContext?

// fat client
df = sqlContext.read \
  .format("org.apache.phoenix.spark") \
  .option("table", "TABLE1") \
  .option("zkUrl", "localhost:2181") \
  .load()

How to do this using the thin client?

Reply via email to