hiveContext.hql("select id,tollgateid,passtime from test_table where passtime between '2014-08-26 15:00:00'and'2014-08-26 15:00:00').insertInto("table5", false);
如上,上面括號中的sql陳述句在hive命令視窗下是可以執行出結果的,但是放在java里面,寫成如上的形式執行,就沒有結果了呢?是不是因為有語法錯誤啊?跪求大神幫忙解決
轉載請註明出處,本文鏈接:https://www.uj5u.com/qita/104299.html
標籤:Spark