2014-12-02 30 views
0

在Linux(CentOS)中执行MapReduce作业时,我遇到以下错误。我在classpath中添加了所有的jar。数据库名称和表名已经存在于hive数据库中,表中有一些数据列。然后我也无法访问配置单元数据库表中的数据。 我使用hadoop的香草版本进行工作。我是否需要通过mysql驱动程序路径,用户名和密码为hive编辑hive-site.xml文件?如果是,请告诉我为蜂巢添加用户名和密码的过程。 我将所有依赖项文件放在配置单元和MapReduce编程中,并且还使用vanilla版本的Hadoop进行计算。而且我越来越vanilla版本的Hive InputOutput hadoop 2.5.1

org.apache.thrift.transport.TTransportException:无法在地址0.0.0.0/0.0.0.0:9083上创建ServerSocket。

在执行

蜂巢--service metastore

murali]# hadoop jar /home/murali/workspace/hadoop/HiveInputForMapper/target/HiveInputForMapper-0.0.1-SNAPSHOT.jar com.cosmonet.HiveInputDriver -libjars $LIBJARS 
 
Java HotSpot(TM) Server VM warning: You have loaded library /hadoop/hadoop/lib/native/libhadoop.so which might have disabled stack guard. The VM will try to fix the stack guard now. 
 
It's highly recommended that you fix the library with 'execstack -c <libfile>', or link it with '-z noexecstack'. 
 
14/12/02 18:53:08 WARN util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable 
 
14/12/02 18:53:09 INFO metastore.HiveMetaStore: 0: Opening raw store with implemenation class:org.apache.hadoop.hive.metastore.ObjectStore 
 
14/12/02 18:53:10 INFO metastore.ObjectStore: ObjectStore, initialize called 
 
14/12/02 18:53:10 INFO DataNucleus.Persistence: Property datanucleus.cache.level2 unknown - will be ignored 
 
14/12/02 18:53:10 INFO DataNucleus.Persistence: Property hive.metastore.integral.jdo.pushdown unknown - will be ignored 
 
14/12/02 18:53:13 INFO metastore.ObjectStore: Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order" 
 
14/12/02 18:53:13 INFO metastore.MetaStoreDirectSql: MySQL check failed, assuming we are not on mysql: Lexical error at line 1, column 5. Encountered: "@" (64), after : "". 
 
14/12/02 18:53:15 INFO DataNucleus.Datastore: The class "org.apache.hadoop.hive.metastore.model.MFieldSchema" is tagged as "embedded-only" so does not have its own datastore table. 
 
14/12/02 18:53:15 INFO DataNucleus.Datastore: The class "org.apache.hadoop.hive.metastore.model.MOrder" is tagged as "embedded-only" so does not have its own datastore table. 
 
14/12/02 18:53:15 INFO DataNucleus.Datastore: The class "org.apache.hadoop.hive.metastore.model.MFieldSchema" is tagged as "embedded-only" so does not have its own datastore table. 
 
14/12/02 18:53:15 INFO DataNucleus.Datastore: The class "org.apache.hadoop.hive.metastore.model.MOrder" is tagged as "embedded-only" so does not have its own datastore table. 
 
14/12/02 18:53:15 INFO DataNucleus.Query: Reading in results for query "[email protected]" since the connection used is closing 
 
14/12/02 18:53:15 INFO metastore.ObjectStore: Initialized ObjectStore 
 
14/12/02 18:53:15 INFO metastore.HiveMetaStore: Added admin role in metastore 
 
14/12/02 18:53:15 INFO metastore.HiveMetaStore: Added public role in metastore 
 
14/12/02 18:53:16 INFO metastore.HiveMetaStore: No user is added in admin role, since config is empty 
 
14/12/02 18:53:16 INFO metastore.HiveMetaStore: 0: get_databases: NonExistentDatabaseUsedForHealthCheck 
 
14/12/02 18:53:16 INFO HiveMetaStore.audit: ugi=root \t ip=unknown-ip-addr \t cmd=get_databases: NonExistentDatabaseUsedForHealthCheck \t 
 
14/12/02 18:53:16 INFO metastore.HiveMetaStore: 0: get_table : db=default tbl=cpr_transaction 
 
14/12/02 18:53:16 INFO HiveMetaStore.audit: ugi=root \t ip=unknown-ip-addr \t cmd=get_table : db=default tbl=cpr_transaction \t 
 
Exception in thread "main" java.io.IOException: NoSuchObjectException(message:default.cpr_transaction table not found) 
 
\t at org.apache.hive.hcatalog.mapreduce.HCatInputFormat.setInput(HCatInputFormat.java:97) 
 
\t at org.apache.hive.hcatalog.mapreduce.HCatInputFormat.setInput(HCatInputFormat.java:71) 
 
\t at com.cosmonet.HiveInputDriver.run(HiveInputDriver.java:26) 
 
\t at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:70) 
 
\t at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:84) 
 
\t at com.cosmonet.HiveInputDriver.main(HiveInputDriver.java:49) 
 
\t at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
 
\t at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) 
 
\t at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 
 
\t at java.lang.reflect.Method.invoke(Method.java:606) 
 
\t at org.apache.hadoop.util.RunJar.main(RunJar.java:212) 
 
Caused by: NoSuchObjectException(message:default.cpr_transaction table not found) 
 
\t at org.apache.hadoop.hive.metastore.HiveMetaStore$HMSHandler.get_table(HiveMetaStore.java:1560) 
 
\t at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
 
\t at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) 
 
\t at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 
 
\t at java.lang.reflect.Method.invoke(Method.java:606) 
 
\t at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invoke(RetryingHMSHandler.java:105) 
 
\t at com.sun.proxy.$Proxy9.get_table(Unknown Source) 
 
\t at org.apache.hadoop.hive.metastore.HiveMetaStoreClient.getTable(HiveMetaStoreClient.java:997) 
 
\t at org.apache.hive.hcatalog.common.HCatUtil.getTable(HCatUtil.java:191) 
 
\t at org.apache.hive.hcatalog.mapreduce.InitializeInput.getInputJobInfo(InitializeInput.java:105) 
 
\t at org.apache.hive.hcatalog.mapreduce.InitializeInput.setInput(InitializeInput.java:86) 
 
\t at org.apache.hive.hcatalog.mapreduce.HCatInputFormat.setInput(HCatInputFormat.java:95) 
 
\t ... 10 more

+0

我建议你编辑问题标题 – Leo 2014-12-02 13:38:23

回答

0

似乎是一个配置问题。你确定你已经正确配置了hive-site.xml吗? 这是Hive cli客户端从中获取Metastore URL并连接以执行查询的文件。 另外我看到你的配置单元cli试图连接到'默认'分贝。那是你的桌子的数据库吗?

+0

雅我使用默认的数据库只用于访问,hive-site.xml我配置,也即时连接下面这一个... – 2014-12-03 04:41:47

+0

这是链接[链接](https ://github.com/MuralikrishnaGS/hive-site-xml-file/blob/master/hive-site.xml) – 2014-12-03 04:57:42