You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@pulsar.apache.org by Apache Pulsar Slack <ap...@gmail.com> on 2018/08/02 09:11:02 UTC

Slack digest for #general - 2018-08-02

2018-08-01 16:03:02 UTC - Charles Hutchinson: I am unable to grant permissions to namespaces.  Pulsar v2.0.1
----
2018-08-01 16:04:20 UTC - Charles Hutchinson: I am not seeing anything get logged to logs/pulsar-zookeeper...log
----
2018-08-01 16:05:08 UTC - Charles Hutchinson: Nor anything to logs/pulsar-configuration-store...log
----
2018-08-01 16:07:37 UTC - Charles Hutchinson: 
----
2018-08-01 16:14:47 UTC - Igor Zubchenok: Pulsar v2.1 has been just released!!! I'm so much happy guys!!!
<https://github.com/apache/incubator-pulsar/releases/tag/v2.1.0-incubating>
clap : Adam Williams, Ali Ahmed, jia zhai, Karthik Ramasamy, Yuvaraj Loganathan
----
2018-08-01 16:21:01 UTC - Sijie Guo: @Igor Zubchenok you are fast! although I am still in the middle of the process, binaries and maven artifacts are pushed but there are some other stuffs to push - python client, docker images and website … will send an email once I am done :slightly_smiling_face:
star-struck : Igor Zubchenok, Ali Ahmed, jia zhai, Yuvaraj Loganathan
clap : Igor Zubchenok, Ali Ahmed, jia zhai, Yuvaraj Loganathan
tada : Igor Zubchenok, Ali Ahmed, Byron, jia zhai, Yuvaraj Loganathan
----
2018-08-01 16:26:32 UTC - Sijie Guo: @Charles Hutchinson can you check pulsar-broker.log?
----
2018-08-01 16:32:22 UTC - Charles Hutchinson: pulsar-broker...log
----
2018-08-01 16:51:49 UTC - Sijie Guo: checking
----
2018-08-01 16:53:13 UTC - Sijie Guo: oh I see. it seems to talking in v1 protocol.

can you try changing ‘typhoon/ashburn/jobs’ to ‘typhoon/jobs’?
----
2018-08-01 16:55:56 UTC - Charles Hutchinson: ```bin/pulsar-admin --admin-url <https://oneorigin-asbn-typhwrproxy-01.ashburn.va.ndcasbn.comcast.net:8443> namespaces list typhoon
typhoon/ashburn/jobs
typhoon/global/jobs
typhoon/hillsboro/jobs
typhoon/northlake/jobs
typhoon/typhoon/deadletter
typhoon/typhoon/events
[root@oneorigin-asbn-typhwrproxy-01 pulsar]# bin/pulsar-admin --admin-url <https://oneorigin-asbn-typhwrproxy-01.ashburn.va.ndcasbn.comcast.net:8443> namespaces grant-permission --actions produce,consume --role admin typhoon/jobs
HTTP 500 Request failed.

Reason: Some error occourred on the server```
----
2018-08-01 17:02:14 UTC - Sijie Guo: interesting.
----
2018-08-01 17:02:19 UTC - Sijie Guo: any logs in pulsar-broker?
----
2018-08-01 17:05:33 UTC - Charles Hutchinson: Sorry it will not slack will not let me paste a snippet in the thread.
----
2018-08-01 17:28:01 UTC - Charles Hutchinson: 
----
2018-08-01 17:29:54 UTC - Sijie Guo: @Charles Hutchinson I see the problem now. do you enable Authorization?
----
2018-08-01 17:31:15 UTC - Sijie Guo: <https://github.com/apache/incubator-pulsar/blob/master/conf/broker.conf#L241>
----
2018-08-01 17:31:43 UTC - Sijie Guo: you need to set `authorizationEnabled` to `true` in order to use authorization related features
----
2018-08-01 18:25:23 UTC - Charles Hutchinson: That did it.  There was a typo in my conf files for that option.
----
2018-08-01 18:25:31 UTC - Charles Hutchinson: Thank you once again.
----
2018-08-01 18:25:51 UTC - Sijie Guo: glad to see that resolves your problem
----
2018-08-01 19:42:57 UTC - Alejandro Abdelnur: @Alejandro Abdelnur has joined the channel
----
2018-08-01 23:08:17 UTC - Dhruvil Shah: @Dhruvil Shah has joined the channel
----
2018-08-02 04:52:40 UTC - Surya Prakash Munigoti: Hi, I am new to Apache Pulsar. I would like to sink data from Apache Pulsar to Azure Blob / Azure data lake store. Any documentation related to different approaches to consume data from Pulsar topics or directly sink to Blob / ADLS?
----
2018-08-02 05:30:10 UTC - Ali Ahmed: @Surya Prakash Munigoti It depends what kind of architecture you prefer
----
2018-08-02 05:31:01 UTC - Ali Ahmed: You can pulsar connectors with are build on pulsar functions , that’s a resource managed by the cluster in a worker pool
----
2018-08-02 05:31:20 UTC - Ali Ahmed: or you can write your own reader with either a python or java api
----
2018-08-02 05:45:15 UTC - Surya Prakash Munigoti: @Ali Ahmed. Thanks Ahmed for providing inputs. Can we use Azure libraries in Pulsar functions and sink to Blob / ADLS?
----
2018-08-02 05:46:43 UTC - Ali Ahmed: yes
----
2018-08-02 07:43:05 UTC - Xavier Baques: @Xavier Baques has joined the channel
----