我正在使用hive-0.12.0,pig-0.12.0,mysql-5.6
和hadoop-1.2.1
伪分发模式。
我PIG_CLASSPATH
根据链接配置了 etc.. 详细信息,
https://cwiki.apache.org/confluence/display/Hive/HCatalog+LoadStore
当我尝试使用HCatloader将在 hive 中创建的表加载到pig中时,它给出了 Java 堆空间错误。
详细情况如下:
hive.metastore - 尝试使用 URI thrift://127.0.0.1:3306 2014-04-11 01:12:36,432 [main] INFO hive.metastore - 在下次连接尝试前等待 1 秒。2014-04-11 01:12:37,432 [main] 信息 hive.metastore - 连接到 Metastore。2014-04-11 01:12:37,785 [main] 错误 org.apache.pig.tools.grunt.Grunt - 错误 2998:未处理的内部错误。日志文件中的 Java 堆空间详细信息:/home/aphadoop/pig_1397158893348.log
有没有人遇到同样的错误并解决了?
请告诉我。