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

ASF GitHub Bot commented on FLINK-1712:
---------------------------------------

Github user fhueske commented on a diff in the pull request:

    https://github.com/apache/flink/pull/1492#discussion_r49589801
  
    --- Diff: flink-examples/flink-examples-batch/pom.xml ---
    @@ -280,208 +246,155 @@ under the License.
                                        
                                        <!-- EnumTriangles Basic -->
                                        <execution>
    -                                           <id>EnumTrianglesBasic</id>
    +                                           <id>EnumerateGraphTriangles</id>
                                                <phase>package</phase>
                                                <goals>
                                                        <goal>jar</goal>
                                                </goals>
                                                <configuration>
    -                                                   
<classifier>EnumTrianglesBasic</classifier>
    +                                                   
<classifier>EnumerateGraphTriangles</classifier>
    --- End diff --
    
    Rename to `EnumTriangles` to be in sync with class name.


> Restructure Maven Projects
> --------------------------
>
>                 Key: FLINK-1712
>                 URL: https://issues.apache.org/jira/browse/FLINK-1712
>             Project: Flink
>          Issue Type: Improvement
>          Components: Build System
>    Affects Versions: 0.9
>            Reporter: Stephan Ewen
>            Assignee: Robert Metzger
>            Priority: Minor
>
> Project consolidation
> The new structure could be
> flink-core
> flink-java
> flink-scala
> flink-streaming-core
> flink-streaming-scala
> flink-runtime
> flink-runtime-web
> flink-optimizer
> flink-clients
> flink-shaded
>   -> flink-shaded-hadoop
>   -> flink-shaded-hadoop2
>   -> flink-shaded-include-yarn-tests
>   -> flink-shaded-curator
> flink-examples
>   -> (have all examples, Scala and Java, Batch and Streaming)
> flink-batch-connectors
>   -> flink-avro
>   -> flink-jdbc
>   -> flink-hadoop-compatibility
>   -> flink-hbase
>   -> flink-hcatalog
> flink-streaming-connectors
>   -> flink-connector-twitter
>   -> flink-streaming-examples
>   -> flink-connector-flume
>   -> flink-connector-kafka
>   -> flink-connector-elasticsearch
>   -> flink-connector-rabbitmq
>   -> flink-connector-filesystem
> flink-libraries
>   -> flink-gelly
>   -> flink-gelly-scala
>   -> flink-ml
>   -> flink-table
>   -> flink-python
> flink-scala-shell
> flink-test-utils
> flink-tests
> flink-fs-tests
> flink-contrib
>   -> flink-storm-compatibility
>   -> flink-storm-compatibility-examples
>   -> flink-streaming-utils
>   -> flink-tweet-inputformat
>   -> flink-operator-stats
>   -> flink-tez
> flink-quickstart
>   -> flink-quickstart-java
>   -> flink-quickstart-scala
>   -> flink-tez-quickstart
> flink-yarn
> flink-yarn-tests
> flink-dist



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

Reply via email to