You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by mm...@apache.org on 2018/12/09 05:53:48 UTC

[pulsar] branch master updated: Update pulsar.properties (#3147)

This is an automated email from the ASF dual-hosted git repository.

mmerli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new d2ffa79  Update pulsar.properties (#3147)
d2ffa79 is described below

commit d2ffa798f6485f60dc45850fd8e3d2049a97f094
Author: Matteo Merli <mm...@apache.org>
AuthorDate: Sat Dec 8 21:53:44 2018 -0800

    Update pulsar.properties (#3147)
    
    Use IPv4 ZK address to avoid initial connection to IPv6
---
 conf/presto/catalog/pulsar.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf/presto/catalog/pulsar.properties b/conf/presto/catalog/pulsar.properties
index 0693077..77b22dc 100644
--- a/conf/presto/catalog/pulsar.properties
+++ b/conf/presto/catalog/pulsar.properties
@@ -22,7 +22,7 @@ connector.name=pulsar
 # the url of Pulsar broker service
 pulsar.broker-service-url=http://localhost:8080
 # URI of Zookeeper cluster
-pulsar.zookeeper-uri=localhost:2181
+pulsar.zookeeper-uri=127.0.0.1:2181
 # minimum number of entries to read at a single time
 pulsar.max-entry-read-batch-size=100
 # default number of splits to use per query