CODAIT / spark-netezza

Netezza Connector for Apache Spark
Apache License 2.0
13 stars 7 forks source link

productdf.saveAsTable("product") doesn't work #15

Open dheerajgadhiraju opened 6 years ago

dheerajgadhiraju commented 6 years ago

java.lang.RuntimeException: Tables created with SQLContext must be TEMPORARY. Use a HiveContext instead.

sureshthalamati commented 6 years ago

This package does not support save option. Not sure on what context you are getting the above error.

dheerajgadhiraju commented 6 years ago

I am referring to this document. https://developer.ibm.com/hadoop/2016/02/19/reading-netezza-data-spark-sql-data-souce/