[ 
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/7/16 5:46 AM:
--------------------------------------------------------------

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 we also structure the repo like this [see example Bahir repo 
2|https://github.com/ckadner/bahir_with_folders_core_examples_test] ...
{noformat}
- streaming-akka:
  - core
    - src
  - examples
    - src
  - test
    - src
{noformat}
... or with a single source folder [see example Bahir repo 
3|https://github.com/ckadner/bahir_with_single_src_folder] ...
{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. Thanks.


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
  - 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.

> 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
>            Assignee: Christian Kadner
>
> 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)

Reply via email to