正如我正在学习有关 hadoop 的教程(http://hortonworks.com/hadoop-tutorial/hello-world-an-introduction-to-hadoop-hcatalog-hive-and-pig/)我无法使用下载的数据创建表文件,因为我收到此错误消息:
HCatClient 创建表时出错:{"statement":"使用默认值;创建表 nyse_stocks( exchange
string, stock_symbol
string, date
string, stock_price_open
float, stock_price_high
float, stock_price_low
float, stock_price_close
float, stock_volume
bigint, stock_price_adj_close
float) 行格式分隔字段,以 '\t' 结尾;", "error":"unable to create table: nyse_stocks","exec":{"stdout":"","stderr":"SLF4J: Class path contains multiple SLF4J bindings.\nSLF4J: Found binding in [jar:file: /usr/hdp/2.2.0.0-913/hadoop/lib/slf4j-log4j12-1.7.5.jar!/org/slf4j/impl/StaticLoggerBinder.class]\nSLF4J: 在 [jar:file:/usr/ 中找到绑定hdp/2.2.0.0-913/hive/lib/hive-jdbc-0.14.0.2.2.0.0-913-standalone.jar!/org/slf4j/impl/StaticLoggerBinder.class]\nSLF4J:见http://www .slf4j.org/codes.html#multiple_bindings以获得解释。\nSLF4J:实际绑定的类型为 [org.slf4j.impl.Log4jLoggerFactory]\n 命令因超时(60000 毫秒)而终止。请参阅 Templeton.exec.timeout 属性","exitcode":143}}(错误 500)
有人可以用简单的语言帮助我并忍受我是初学者,
提前致谢!