[jira] [Commented] (FLINK-3420) Remove "ReadTextFileWithValue" from StreamExecutionEnvironment

2016-02-17 Thread ASF GitHub Bot (JIRA)

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

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

Github user asfgit closed the pull request at:

https://github.com/apache/flink/pull/1648


> Remove "ReadTextFileWithValue" from StreamExecutionEnvironment
> --
>
> Key: FLINK-3420
> URL: https://issues.apache.org/jira/browse/FLINK-3420
> Project: Flink
>  Issue Type: Bug
>  Components: Streaming
>Affects Versions: 0.10.2
>Reporter: Stephan Ewen
> Fix For: 1.0.0
>
>
> These methods are too specific of very limited use in streaming (highly 
> special case of a bounded data set).
> They bloat the API, and lock the development into keeping supporting them.



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


[jira] [Commented] (FLINK-3420) Remove "ReadTextFileWithValue" from StreamExecutionEnvironment

2016-02-17 Thread ASF GitHub Bot (JIRA)

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

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

Github user StephanEwen commented on the pull request:

https://github.com/apache/flink/pull/1648#issuecomment-185114983
  
Merging this...


> Remove "ReadTextFileWithValue" from StreamExecutionEnvironment
> --
>
> Key: FLINK-3420
> URL: https://issues.apache.org/jira/browse/FLINK-3420
> Project: Flink
>  Issue Type: Bug
>  Components: Streaming
>Affects Versions: 0.10.2
>Reporter: Stephan Ewen
> Fix For: 1.0.0
>
>
> These methods are too specific of very limited use in streaming (highly 
> special case of a bounded data set).
> They bloat the API, and lock the development into keeping supporting them.



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


[jira] [Commented] (FLINK-3420) Remove "ReadTextFileWithValue" from StreamExecutionEnvironment

2016-02-16 Thread ASF GitHub Bot (JIRA)

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

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

Github user aljoscha commented on the pull request:

https://github.com/apache/flink/pull/1648#issuecomment-185083603
  
+1


> Remove "ReadTextFileWithValue" from StreamExecutionEnvironment
> --
>
> Key: FLINK-3420
> URL: https://issues.apache.org/jira/browse/FLINK-3420
> Project: Flink
>  Issue Type: Bug
>  Components: Streaming
>Affects Versions: 0.10.2
>Reporter: Stephan Ewen
> Fix For: 1.0.0
>
>
> These methods are too specific of very limited use in streaming (highly 
> special case of a bounded data set).
> They bloat the API, and lock the development into keeping supporting them.



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


[jira] [Commented] (FLINK-3420) Remove "ReadTextFileWithValue" from StreamExecutionEnvironment

2016-02-16 Thread ASF GitHub Bot (JIRA)

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

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

GitHub user StephanEwen opened a pull request:

https://github.com/apache/flink/pull/1648

[FLINK-3420] [api-breaking] Remove utility functions from 
StreamExecutionEnvironment

This removes the functions  `readTextFileWithValue(...)` and 
`readFileOfPrimitives(...)` from `StreamExecutionEnvironment`.

These methods are highly specific for very niche cases of bounded data 
stream processing.
As such, the disadvantages (bloat and lock the API, lock the development 
into support) outweigh the benefit.

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

$ git pull https://github.com/StephanEwen/incubator-flink 
remove_value_primitives

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

https://github.com/apache/flink/pull/1648.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 #1648


commit 152b1187ccfa343da9e2b299931f4d79404cb137
Author: Stephan Ewen 
Date:   2016-02-16T21:54:53Z

[FLINK-3420] [api-breaking] Remove utility functions 
'readTextFileWithValue' and 'readFileOfPrimitives' from 
StreamExecutionEnvironment

These methods are highly specific for very niche cases of bounded data 
stream processing.
As such, the disadvantages (bloat and lock the API, lock the development 
into support) outweigh the benefit.




> Remove "ReadTextFileWithValue" from StreamExecutionEnvironment
> --
>
> Key: FLINK-3420
> URL: https://issues.apache.org/jira/browse/FLINK-3420
> Project: Flink
>  Issue Type: Bug
>  Components: Streaming
>Affects Versions: 0.10.2
>Reporter: Stephan Ewen
> Fix For: 1.0.0
>
>
> These methods are too specific of very limited use in streaming (highly 
> special case of a bounded data set).
> They bloat the API, and lock the development into keeping supporting them.



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