2014-09-24 62 views
0

我正尝试使用sqerop在kerberos集群上将hive/hdfs数据导出到oracle,但无法提交该作业,而我不知道为什么。使用sqoop将配置单元数据导出到oracle

,我发现了以下错误:

2014-09-23 11:11:05 IST: FAILURE_ON_SUBMIT 
Exception: org.apache.hadoop.ipc.RemoteException(org.apache.hadoop.security.AccessControlException): Authorization (hadoop.security.authorization) is enabled but authentication (hadoop.security.authentication) is configured as simple. Please configure another method like kerberos or digest. 
Stack trace: org.apache.hadoop.ipc.RemoteException(org.apache.hadoop.security.Acc essControlException): Authorization (hadoop.security.authorization) is enabled but authentication (hadoop.security.authentication) is configured as simple. Please configure another method like kerberos or digest. 
     at org.apache.hadoop.ipc.Client.call(Client.java:1238) 
     at org.apache.hadoop.ipc.WritableRpcEngine$Invoker.invoke(WritableRpcEngine.java:225) 
     at org.apache.hadoop.mapred.$Proxy13.getStagingAreaDir(Unknown Source) 
     at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source) 
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) 
     at java.lang.reflect.Method.invoke(Method.java:597) 
     at org.apache.hadoop.io.retry.RetryInvocationHandler.invokeMethod(RetryInvocationHandler.java:164) 
     at org.apache.hadoop.io.retry.RetryInvocationHandler.invoke(RetryInvocationHandler.java:83) 
     at org.apache.hadoop.mapred.$Proxy13.getStagingAreaDir(Unknown Source) 
     at org.apache.hadoop.mapred.JobClient.getStagingAreaDir(JobClient.java:1366) 

回答

1

我认为你需要使用kinit.Also到Kerberos验证,你需要做一些配置在蜂巢-site.xml中的Kerberos.Please参考这些linkthese对于那些配置

相关问题