Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在处理非常大的数据R。我的数据已开启Hive,我正在使用rjdbc. 我正在考虑在 R 上使用参考表,因为即使仅使用 10% 的样本也无法将表加载到 R 上。我正在tbl使用dplyr.
R
Hive
rjdbc
tbl
dplyr
transaction <- tbl(conn,"transaction")
R 给了我一条错误信息:
dbplyr 包需要与数据库后端进行通信。
我正在使用远程计算机,无法在此 R 版本上安装软件包。还有其他解决问题的方法吗?