spark 將dataframe 數據寫入hive分區表

DataFrame 將數據寫入hive中時,默認的是hive默認數據庫,insertInto沒有指定數據庫的參數,數據寫入hive表或者hive表分區中:sql 一、將DataFrame數據寫入到hive表中數據庫 從DataFrame類中能夠看到與hive表有關的寫入API有一下幾個:apache registerTempTable(tableName:String):Unit,session
相關文章
相關標籤/搜索