RImpala: Query Failed When Larger Data
问题 check1<-rimpala.query("select * from sum2") Error in .jcall("RJavaTools", "Ljava/lang/Object;", "invokeMethod", cl, : java.sql.SQLException: Method not supported dim(sum2) is 49501 rows and 18 columns. check1<-rimpala.query("select *from sum3") dim(sum3) is 102 rows and 6 columns. It worked with smaller sample size. sorry that I cant reproduce example to this. Is anyone encounter the same problem with larger data size? Any idea to solve this? Thanks. 回答1: As noted elsewhere on StackOverflow,