uot; execution within the pom.xml file.
>
> --Chris Nauroth
>
>
>
>
> On 5/6/16, 1:03 PM, "Kun Ren" wrote:
>
> >Hi Genius,
> >
> >I added a new proto into the
> >HADOOP_DIR/hadoop-common-project/hadoop-common/src/main/proto,
> >
>
Hi Genius,
I added a new proto into the
HADOOP_DIR/hadoop-common-project/hadoop-common/src/main/proto,
however,every time when I run the following Maven commands:
mvn install -DskipTests
mvn eclipse:eclipse -DdownloadSources=true -DdownloadJavadocs=
true
It only compiles a
Hi Genius,
I don't understand the following code segment in the server.java:
value =
call.connection.user.doAs
(new PrivilegedExceptionAction() {
@Override
public Writable run() throws Exception {
block
the handler thread, I do the interception in the listen.
On Mon, May 2, 2016 at 6:59 PM, Mingliang Liu wrote:
> Will the NameNodeRpcServer.java a better place for your interception (for
> HDFS related operations)?
>
> Thanks,
>
> L
>
> > On May 2, 2016, a
Hi Genius,
I want to intercept the requests in the processRpcRequest() method in the
listener component in server.java, for example if I want to intercept the
"mkdirs" and "append" request, I just try to get the method name and
parameters before this line:
callQueue.put(call);
Currently