[ 
https://issues.apache.org/jira/browse/GIRAPH-200?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13473804#comment-13473804
 ] 

Eugene Koontz commented on GIRAPH-200:
--------------------------------------

+1, tried with:

{code}

$HADOOP_RUNTIME/bin/hadoop jar 
./target/giraph-0.2-SNAPSHOT-for-hadoop-3.0.0-SNAPSHOT-jar-with-dependencies.jar
 \
         org.apache.giraph.benchmark.PageRankBenchmark -Dgiraph.useNetty=true \
         -Dgiraph.logLevel=debug \
         -Dgiraph.authenticate=true -e 100 -s 100 -v -V 100 -w 6
{code}

worked with expected log output showing that SASL authentication is functioning 
as expected.
                
> remove hadoop RPC and keep just netty
> -------------------------------------
>
>                 Key: GIRAPH-200
>                 URL: https://issues.apache.org/jira/browse/GIRAPH-200
>             Project: Giraph
>          Issue Type: Improvement
>    Affects Versions: 0.2.0
>            Reporter: Claudio Martella
>            Assignee: Alessandro Presta
>             Fix For: 0.2.0
>
>         Attachments: GIRAPH-200.patch, GIRAPH-200.patch, GIRAPH-200.patch, 
> GIRAPH-200.patch, GIRAPH-200.patch
>
>
> Given the netty communication behaves faster than rpc, we should just keep 
> netty-based and drop the older one.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to