[jira] [Created] (FLINK-4673) TypeFactory for Either type

2016-09-23 Thread Greg Hogan (JIRA)
Greg Hogan created FLINK-4673: - Summary: TypeFactory for Either type Key: FLINK-4673 URL: https://issues.apache.org/jira/browse/FLINK-4673 Project: Flink Issue Type: Improvement Compone

[jira] [Created] (FLINK-4672) TaskManager accidentally decorates Kill messages

2016-09-23 Thread Stephan Ewen (JIRA)
Stephan Ewen created FLINK-4672: --- Summary: TaskManager accidentally decorates Kill messages Key: FLINK-4672 URL: https://issues.apache.org/jira/browse/FLINK-4672 Project: Flink Issue Type: Bug

[jira] [Created] (FLINK-4671) Table API can not be built

2016-09-23 Thread Timo Walther (JIRA)
Timo Walther created FLINK-4671: --- Summary: Table API can not be built Key: FLINK-4671 URL: https://issues.apache.org/jira/browse/FLINK-4671 Project: Flink Issue Type: Bug Components:

No support for request PutMappingRequest

2016-09-23 Thread Ozan DENİZ
Hi everyone, We are trying to use elasticsearch (2.x) connector for Flink application. However, we encounter a problem when we try to add mapping to elasticsearch index. The error message is below when we run the Flink application. No support for request [org.elasticsearch.action.admin.in

[jira] [Created] (FLINK-4670) Add watch mechanism on current RPC framework

2016-09-23 Thread zhangjing (JIRA)
zhangjing created FLINK-4670: Summary: Add watch mechanism on current RPC framework Key: FLINK-4670 URL: https://issues.apache.org/jira/browse/FLINK-4670 Project: Flink Issue Type: Sub-task

Re: Assign issue

2016-09-23 Thread Fabian Hueske
Hi Evgeny, Welcome to the Flink community. I gave you Contributor permissions in JIRA and assigned the issue to you. In the future you can assign issues to yourself as well. Best, Fabian 2016-09-23 12:10 GMT+02:00 Evgeny Kincharov : > Hi folks. > > I want to do something for flink. As the first

Assign issue

2016-09-23 Thread Evgeny Kincharov
Hi folks. I want to do something for flink. As the first step I have started doing https://issues.apache.org/jira/browse/FLINK-4315, could you assign it for me in JIRA. Thanks. BR, Evgeny Kincharov

Re: Flink scala data sink code from CSV to postgres.

2016-09-23 Thread Fabian Hueske
Hi Jagan, could you please stop spamming the mailing list? This is at least the third mail with the identical request in a very short time. You already got an answer including a Java code snippet. Translating this into Scala code should be possible. The mailing list is for helping people such tha

Re: Flink Accumulators vs Metrics

2016-09-23 Thread Chesnay Schepler
Hello, you are correct that metrics are not aggregated on the Task- or JobManager. Their primary purpose is to expose fine-grained information to an external metric system, which could then do aggregations if desired. There are plans to aggregate metrics in the WebInterface though, like the

Flink scala data sink code from CSV to postgres.

2016-09-23 Thread Jagan
Hi Guys, We have a requirement like loading data from CSV file to postgress database In Flink scala. We need very basic script how to read data from file and write it to postgress database. Could you please some one help me on that guys -- Regards. Jagan.

[jira] [Created] (FLINK-4669) scala api createLocalEnvironment() function add default Configuration parameter

2016-09-23 Thread shijinkui (JIRA)
shijinkui created FLINK-4669: Summary: scala api createLocalEnvironment() function add default Configuration parameter Key: FLINK-4669 URL: https://issues.apache.org/jira/browse/FLINK-4669 Project: Flink

Re: [DISCUSS] Merge batch and stream connector modules

2016-09-23 Thread Aljoscha Krettek
I don't think it's that easy. The streaming connectors have flink-streaming as dependency while the batch connectors have the batch dependencies. Combining them would mean that users always have all dependencies, right? On Thu, 22 Sep 2016 at 15:41 Stephan Ewen wrote: > +1 for Fabian's suggesti

Re: Flink Scala - data load from CSV to postgress database.

2016-09-23 Thread Jagan
Hi Flavio, Thanks this script is very useful, however we need Flink scala script to load data from csv to postgress. if we have following java equivalent code in scala that will be really helpful...thanks. myResult.output( // build and configure OutputFormat JDBCOutputFormat.buildJDBCOut

Re: Flink Scala - data load from CSV to postgress database.

2016-09-23 Thread Flavio Pompermaier
Hi Jagan, I have a Java version of such a Job if you want (that requires table-api in order to handle null values), I hope this could help! Obviously you'll have to set all parameters properly..(e.g. jdbcOutputFormat , fieldTypes, etc...). public static void main(String[] args) throws Exception {