This is an automated email from the ASF dual-hosted git repository.
evansye pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bigtop.git
The following commit(s) were added to refs/heads/master by this push:
new 658c470 BIGTOP-3152: No need to Force the use of Netty over Hadoop
RPC in Giraph (#459)
658c470 is described below
commit 658c470cced59565ee07b5cb92894926a05ee231
Author: Yuqi <[email protected]>
AuthorDate: Thu Jan 31 16:05:12 2019 +0800
BIGTOP-3152: No need to Force the use of Netty over Hadoop RPC in Giraph
(#459)
For workaround for GIRAPH-198 originally, giraph activated netty rpc by
setting giraph.useNetty from command line.
In GIRAPH-200 later, giraph removed hadoop RPC and keep just netty by
default.
So we can remove the Netty configuration accordingly.
Change-Id: I2032c7b9dc89e5c19dccc7a3c4f21b47a6d9b2cc
Signed-off-by: Yuqi Gu <[email protected]>
---
bigtop-deploy/puppet/modules/giraph/templates/giraph-site.xml | 6 ------
1 file changed, 6 deletions(-)
diff --git a/bigtop-deploy/puppet/modules/giraph/templates/giraph-site.xml
b/bigtop-deploy/puppet/modules/giraph/templates/giraph-site.xml
index 5d5228f..7e8b641 100755
--- a/bigtop-deploy/puppet/modules/giraph/templates/giraph-site.xml
+++ b/bigtop-deploy/puppet/modules/giraph/templates/giraph-site.xml
@@ -22,12 +22,6 @@ under the License.
<configuration>
<property>
- <name>giraph.useNetty</name>
- <value>true</value>
- <description>Force the use of Netty over Hadoop RPC to avoid issues with
different versions of Hadoop</description>
- </property>
-
- <property>
<name>giraph.zkList</name>
<value><%= @zookeeper_quorum %></value>
<description>Prefer external Zookeeper over the embedded one</description>