You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "wondertx (Jira)" <ji...@apache.org> on 2022/01/06 03:52:00 UTC

[jira] [Created] (HADOOP-18070) libhdfspp authentication failed

wondertx created HADOOP-18070:
---------------------------------

             Summary: libhdfspp authentication failed
                 Key: HADOOP-18070
                 URL: https://issues.apache.org/jira/browse/HADOOP-18070
             Project: Hadoop Common
          Issue Type: Bug
          Components: hdfs-client
    Affects Versions: 3.3.0
            Reporter: wondertx


I build the example lihdfspp client code in [https://github.com/apache/hadoop/blob/rel/release-3.3.0/hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/libhdfspp/examples/cc/cat/cat.cc]

 

When running, the following error happened. While I can successfully connect to the same cluster using example code from C API from [https://hadoop.apache.org/docs/stable/hadoop-project-dist/hadoop-hdfs/LibHdfs.html]

 

[WARN  ][RPC           ][Thu Jan  6 11:47:12 2022][Thread id = 139810402694976][/tmp/orc/build/libhdfspp_ep-prefix/src/libhdfspp_ep/lib/rpc/namenode_tracker.cc:50]    Nameservice declares more than two nodes.  Some won't be used.

[ERROR ][RPC           ][Thu Jan  6 11:47:12 2022][Thread id = 139810357286656][/tmp/orc/build/libhdfspp_ep-prefix/src/libhdfspp_ep/lib/rpc/rpc_engine.cc:191]    RpcEngine::AsyncRpcCommsError called; status="AuthenticationFailed" conn=0x13ab6e0 reqs=1

[WARN  ][RPC           ][Thu Jan  6 11:47:12 2022][Thread id = 139810357286656][/tmp/orc/build/libhdfspp_ep-prefix/src/libhdfspp_ep/lib/rpc/rpc_engine.cc:202]    RpcEngine::RpcCommsError called; status="AuthenticationFailed" conn=0x13ab6e0 reqs=1

[WARN  ][RPC           ][Thu Jan  6 11:47:12 2022][Thread id = 139810357286656][/tmp/orc/build/libhdfspp_ep-prefix/src/libhdfspp_ep/lib/rpc/rpc_connection_impl.h:387]    Network error during RPC read: Bad file descriptor

[ERROR ][RPC           ][Thu Jan  6 11:47:12 2022][Thread id = 139810357286656][/tmp/orc/build/libhdfspp_ep-prefix/src/libhdfspp_ep/lib/rpc/rpc_engine.cc:191]    RpcEngine::AsyncRpcCommsError called; status="Bad file descriptor" conn=0x13ab6e0 reqs=0

[WARN  ][RPC           ][Thu Jan  6 11:47:12 2022][Thread id = 139810357286656][/tmp/orc/build/libhdfspp_ep-prefix/src/libhdfspp_ep/lib/rpc/rpc_engine.cc:202]    RpcEngine::RpcCommsError called; status="Bad file descriptor" conn=0x13ab6e0 reqs=0

Could not connect to jssz-bigdata-proxy-ns1:. AuthenticationFailed



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-dev-help@hadoop.apache.org