GitHub user SaintBacchus opened a pull request:

    https://github.com/apache/spark/pull/5293

    [SPARK-6582][Streaming]Support SSL in Spark Streaming Flume

    `AvroSink` had support the `ssl`, so it's better to support `ssl` in the 
Spark Streaming External Flume.
    The implementation was referenced from `AvroSource`
    Here is the configurations which can enable the `ssl` in streaming:
    - spark.streaming.flume.ssl = <default: false>
    - spark.streaming.flume.keystore = <path of keyStore file>
    - spark.streaming.flume.keystore-password = <password of keyStore>
    - spark.streaming.flume.keystore-type = <default: JKS>
    
    The annoyance is that we have to put the `keyStore` file in every node of 
the cluster

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

    $ git pull https://github.com/SaintBacchus/spark FlumeAuthentication

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

    https://github.com/apache/spark/pull/5293.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 #5293
    
----
commit 5c1968cde6e2d3a4a682502bc25a757f1f4488f8
Author: huangzhaowei <carlmartin...@gmail.com>
Date:   2015-03-28T09:11:08Z

    Support SSL in Spark Streaming Flume

commit e7b25691358006c4bd481edbffdefbd894cfd491
Author: huangzhaowei <carlmartin...@gmail.com>
Date:   2015-03-31T10:45:38Z

    Merge branch 'master' into FlumeAuthentication

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to