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.
我渴望使用 Microsoft R 服务器来处理 hadoop 计算上下文中的真实大数据。它适用于处理不大的数据。但是当数据很大时它会失败并出现以下错误:
这是尝试将大数据从 HDFS 导入单个数据帧时的已知错误。目前,您可以通过将数据从 HDFS 复制到本地文件系统,然后直接将其导入数据帧来解决此问题。
谢谢,
基里尔