0
Spark 2.0或更高版本的Inferchema版本的替代版本是什麼?我無法執行sqlContext.inferschema什麼是Spark 2.0或更高版本的Inferchema的替代版本
Spark 2.0或更高版本的Inferchema版本的替代版本是什麼?我無法執行sqlContext.inferschema什麼是Spark 2.0或更高版本的Inferchema的替代版本
from spark documentation,inferSchema在版本1.3中不推薦使用,而是使用createDataFrame()
。
謝謝普希卡,但是我得到的錯誤安裝在Windows機器下面的查詢 - orderItemsSchema = sqlContext.createDataFrame(orderItems)---------- Py4JJavaError:調用o785.applySchemaToPythonRDD時發生錯誤。 :java.lang.RuntimeException:java.lang.RuntimeException:無法實例化org.apache.hadoop.hive.ql.metadata.SessionHiveMetaStoreClient –
檢查此 - http://stackoverflow.com/questions/35449274/java-lang- RuntimeException的,不能對實例化-ORG-Apache的Hadoop的蜂巢-QL-元#35594597 – Pushkr