[jira] [Commented] (BAHIR-181) username and password should be available for pyspark when using mqtt streaming

2018-11-08 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on BAHIR-181:
---

Commit e79a960fa289ee6caefce43c37355a73d44b5220 in bahir's branch 
refs/heads/master from zhankeyu
[ https://git-wip-us.apache.org/repos/asf?p=bahir.git;h=e79a960 ]

[BAHIR-181] Add username and password in MQTTUtils for pyspark

Closes #69


> username and password should be available for pyspark when using mqtt 
> streaming
> ---
>
> Key: BAHIR-181
> URL: https://issues.apache.org/jira/browse/BAHIR-181
> Project: Bahir
>  Issue Type: Improvement
>  Components: Spark Streaming Connectors
>Affects Versions: Spark-2.3.0
> Environment: spark 2.3.1, python3.6
>Reporter: Carrey Zhan
>Priority: Minor
>
> When using spark-streaming-mqtt with pyspark to access rabbitmq, I  found 
> there are no username and password provied for python api;
> These two params are important and necessary for rabbitmq especially when 
> using rabbitmq virtual hosts, so I added a group of functions here;



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (BAHIR-181) username and password should be available for pyspark when using mqtt streaming

2018-11-08 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot commented on BAHIR-181:
--

Github user ZisZ commented on the issue:

https://github.com/apache/bahir/pull/69
  
> Please let me know your jira username so I can assign BAHIR-181 to 
yourself.

CarreyZhan


> username and password should be available for pyspark when using mqtt 
> streaming
> ---
>
> Key: BAHIR-181
> URL: https://issues.apache.org/jira/browse/BAHIR-181
> Project: Bahir
>  Issue Type: Improvement
>  Components: Spark Streaming Connectors
>Affects Versions: Spark-2.3.0
> Environment: spark 2.3.1, python3.6
>Reporter: Carrey Zhan
>Priority: Minor
>
> When using spark-streaming-mqtt with pyspark to access rabbitmq, I  found 
> there are no username and password provied for python api;
> These two params are important and necessary for rabbitmq especially when 
> using rabbitmq virtual hosts, so I added a group of functions here;



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (BAHIR-181) username and password should be available for pyspark when using mqtt streaming

2018-11-08 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot commented on BAHIR-181:
--

Github user lresende commented on the issue:

https://github.com/apache/bahir/pull/69
  
Please let me know your jira username so I can assign BAHIR-181 to 
yourself. 


> username and password should be available for pyspark when using mqtt 
> streaming
> ---
>
> Key: BAHIR-181
> URL: https://issues.apache.org/jira/browse/BAHIR-181
> Project: Bahir
>  Issue Type: Improvement
>  Components: Spark Streaming Connectors
>Affects Versions: Spark-2.3.0
> Environment: spark 2.3.1, python3.6
>Reporter: Carrey Zhan
>Priority: Minor
>
> When using spark-streaming-mqtt with pyspark to access rabbitmq, I  found 
> there are no username and password provied for python api;
> These two params are important and necessary for rabbitmq especially when 
> using rabbitmq virtual hosts, so I added a group of functions here;



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (BAHIR-181) username and password should be available for pyspark when using mqtt streaming

2018-11-08 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot commented on BAHIR-181:
--

Github user asfgit closed the pull request at:

https://github.com/apache/bahir/pull/69


> username and password should be available for pyspark when using mqtt 
> streaming
> ---
>
> Key: BAHIR-181
> URL: https://issues.apache.org/jira/browse/BAHIR-181
> Project: Bahir
>  Issue Type: Improvement
>  Components: Spark Streaming Connectors
>Affects Versions: Spark-2.3.0
> Environment: spark 2.3.1, python3.6
>Reporter: Carrey Zhan
>Priority: Minor
>
> When using spark-streaming-mqtt with pyspark to access rabbitmq, I  found 
> there are no username and password provied for python api;
> These two params are important and necessary for rabbitmq especially when 
> using rabbitmq virtual hosts, so I added a group of functions here;



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (BAHIR-181) username and password should be available for pyspark when using mqtt streaming

2018-11-01 Thread Carrey Zhan (JIRA)


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

Carrey Zhan commented on BAHIR-181:
---

git pull request:

[https://github.com/apache/bahir/pull/69|https://github.com/apache/bahir/pull/69]

> username and password should be available for pyspark when using mqtt 
> streaming
> ---
>
> Key: BAHIR-181
> URL: https://issues.apache.org/jira/browse/BAHIR-181
> Project: Bahir
>  Issue Type: Improvement
>  Components: Spark Streaming Connectors
>Affects Versions: Spark-2.3
> Environment: spark 2.3.1, python3.6
>Reporter: Carrey Zhan
>Priority: Minor
>
> When using spark-streaming-mqtt with pyspark to access rabbitmq, I  found 
> there are no username and password provied for python api;
> These two params are important and necessary for rabbitmq especially when 
> using rabbitmq virtual hosts, so I added a group of functions here;



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (BAHIR-181) username and password should be available for pyspark when using mqtt streaming

2018-11-01 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot commented on BAHIR-181:
--

GitHub user ZisZ opened a pull request:

https://github.com/apache/bahir/pull/69

[BAHIR-181] username and password should be available for pyspark when 
using mqtt streaming

When using spark-streaming-mqtt with pyspark to access rabbitmq, I  found 
there are no username and password provied for python api;

These two params are important and necessary for rabbitmq especially when 
using rabbitmq virtual hosts, so I added a group of functions here;

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/ZisZ/bahir master

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/bahir/pull/69.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #69


commit bea2aec58b7903c11907ba1d9687c48f90bb8519
Author: zhankeyu 
Date:   2018-11-01T09:26:19Z

add user and password in MQTTUtils for pyspark

commit 818acf8d1cd8ddd31a721126b49529b83dd3bfda
Author: zhankeyu 
Date:   2018-11-01T09:37:11Z

adjust code style




> username and password should be available for pyspark when using mqtt 
> streaming
> ---
>
> Key: BAHIR-181
> URL: https://issues.apache.org/jira/browse/BAHIR-181
> Project: Bahir
>  Issue Type: Improvement
>  Components: Spark Streaming Connectors
>Affects Versions: Spark-2.3
> Environment: spark 2.3.1, python3.6
>Reporter: Carrey Zhan
>Priority: Minor
>
> When using spark-streaming-mqtt with pyspark to access rabbitmq, I  found 
> there are no username and password provied for python api;
> These two params are important and necessary for rabbitmq especially when 
> using rabbitmq virtual hosts, so I added a group of functions here;



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)