Problem with RPC encryption over wire

2013-11-13 Thread rab ra
Hello, I am facing a problem in using Hadoop RPC encryption while transfer feature in hadoop 2.2.0. I have 3 node cluster Service running in node 1 (master) Resource manager Namenode DataNode SecondaryNamenode Service running in slaves ( node 2 3) NodeManager I am trying to make data

Re: Problem with RPC encryption over wire

2013-11-13 Thread Daryn Sharp
No common protection layer between server and client likely means the host for job submission does not have hadoop.rpc.protection=privacy. In order for QOP to work, all client hosts (DN others used to access the cluster) must have an identical setting. A few quick questions: I'm assuming