[
https://issues.apache.org/jira/browse/YARN-1472?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
shenhong updated YARN-1472:
---------------------------
Description:
When I run a testcase by user yuling.sh :
mvn test -Dtest=TestFileSystemAccessService#createFileSystem
it will failed with exception :
org.apache.hadoop.ipc.RemoteException: User: yuling.sh is not allowed to
impersonate u
at org.apache.hadoop.ipc.Client.call(Client.java:1412)
at org.apache.hadoop.ipc.Client.call(Client.java:1365)
at
org.apache.hadoop.ipc.ProtobufRpcEngine$Invoker.invoke(ProtobufRpcEngine.java:212)
at $Proxy17.mkdirs(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
...
was:
When I run a testcase by user yuling.sh :
mvn test -Dtest=TestFileSystemAccessService#createFileSystem
it will failed with exception :
Running org.apache.hadoop.lib.service.hadoop.TestFileSystemAccessService
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 5.236 sec <<<
FAILURE! - in org.apache.hadoop.lib.service.hadoop.TestFileSystemAccessService
createFileSystem(org.apache.hadoop.lib.service.hadoop.TestFileSystemAccessService)
Time elapsed: 5.14 sec <<< ERROR!
org.apache.hadoop.ipc.RemoteException: User: yuling.sh is not allowed to
impersonate u
at org.apache.hadoop.ipc.Client.call(Client.java:1412)
> TestCase failed at username with “.”
> ------------------------------------
>
> Key: YARN-1472
> URL: https://issues.apache.org/jira/browse/YARN-1472
> Project: Hadoop YARN
> Issue Type: Bug
> Affects Versions: 2.2.0
> Reporter: shenhong
>
> When I run a testcase by user yuling.sh :
> mvn test -Dtest=TestFileSystemAccessService#createFileSystem
> it will failed with exception :
> org.apache.hadoop.ipc.RemoteException: User: yuling.sh is not allowed to
> impersonate u
> at org.apache.hadoop.ipc.Client.call(Client.java:1412)
> at org.apache.hadoop.ipc.Client.call(Client.java:1365)
> at
> org.apache.hadoop.ipc.ProtobufRpcEngine$Invoker.invoke(ProtobufRpcEngine.java:212)
> at $Proxy17.mkdirs(Unknown Source)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:597)
> ...
--
This message was sent by Atlassian JIRA
(v6.1#6144)