You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bahir.apache.org by "Christian Kadner (JIRA)" <ji...@apache.org> on 2016/06/06 20:10:21 UTC

[jira] [Comment Edited] (BAHIR-1) Import deleted Apache Spark Streaming connectors

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

Christian Kadner edited comment on BAHIR-1 at 6/6/16 8:09 PM:
--------------------------------------------------------------

I created an [initial Bahir repository|https://github.com/ckadner/bahir_from_spark_8301fad] and pushed it to [https://github.com/ckadner/bahir_from_spark_8301fad.git|https://github.com/ckadner/bahir_from_spark_8301fad]. This repo still needs license files, build scripts, READMEs, etc but it does have all of the commit history as well as the respective examples (with rewritten history) from the Spark repository revision [8301fad|https://github.com/apache/spark/tree/8301fadd8d269da11e72870b7a889596e3337839] (before the deletions).

I moved the example sources into an {{examples}} folder at module root level, i.e.:
{noformat}
- streaming-akka
  - examples/src/main/...
  - src/main/...
- streaming-mqtt
  - examples
  - src
  - python
- ...
{noformat}
...but I would like input from others if it should rather be like ...
{noformat}
- streaming-akka:
  - core
    - src
  - examples
    - src
  - test
    - src
{noformat}
... or rather ...
{noformat}
- streaming-akka
  - src
    - examples
    - main
    - test
{noformat}

Please review the proposed [intitial Bahir repository|https://github.com/ckadner/bahir_from_spark_8301fad] and comment on a folder structure for the example sources.


was (Author: ckadner):
I created an [initial Bahir repository|https://github.com/ckadner/bahir_from_spark_8301fad] and pushed it to [https://github.com/ckadner/bahir_from_spark_8301fad.git|https://github.com/ckadner/bahir_from_spark_8301fad]. This repo still needs license files, build scripts, READMEs, etc but it does have all of the commit history as well as the respective examples (with rewritten history) from the Spark repository revision [8301fad|https://github.com/apache/spark/tree/8301fadd8d269da11e72870b7a889596e3337839] (before the deletions).

I moved the example sources into an {{examples}} folder at module root level, i.e.:
{noformat}
- streaming-akka
  - examples/src/main/...
  - src/main/...
- streaming-mqtt
  - examples
  - src
  - python
- ...
{noformat}
...but I would like input from others if it should rather be like ...
{noformat}
- streaming-akka:
  - core
    - src
  - examples
    -src
{noformat}
... or rather ...
{noformat}
- streaming-akka
  - src
    - examples
    - main
{noformat}

Please review the proposed [intitial Bahir repository|https://github.com/ckadner/bahir_from_spark_8301fad] and comment on a folder structure for the example sources.

> Import deleted Apache Spark Streaming connectors
> ------------------------------------------------
>
>                 Key: BAHIR-1
>                 URL: https://issues.apache.org/jira/browse/BAHIR-1
>             Project: Bahir
>          Issue Type: Task
>            Reporter: Luciano Resende
>
> The following streaming connectors were deleted from Spark 2.0 code stream at revision 8301fadd8 :
> Streaming connector for Akka
> Streaming connector for MQTT
> Streaming connector for Twitter
> Streaming connector for ZeroMQ



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)