[GitHub] flink issue #2058: Not able to create flink-streaming-connectors jar

2016-06-02 Thread mrakshay
Github user mrakshay commented on the issue:

https://github.com/apache/flink/pull/2058
  
I am trying to put streaming data to Kinesis hence I am using 
flink-streaming-kinesis connector jar which requires flink-streaming-connector 
jar Error is Could not find artifact 
org.apache.flink:flink-streaming-connectors:pom:1.1-SNAPSHOT ?? Hence I want 
flink-streaming-connector jar..I need to create the jar or I need to resolve 
that dependency...How can I do this ??


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] flink issue #2058: Not able to create flink-streaming-connectors jar

2016-06-02 Thread mrakshay
Github user mrakshay commented on the issue:

https://github.com/apache/flink/pull/2058
  
I have filed an issue on Flink ASF JIRA 
[](https://issues.apache.org/jira/issues/?filter=-1)


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] flink pull request: Not able to create flink-streaming-connectors jar

2016-06-01 Thread mrakshay
GitHub user mrakshay opened a pull request:

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

Not able to create flink-streaming-connectors jar

Hello,I am not able to create jar of **flink-streaming-connectors**  ...I 
am able to create jar of others like twitter,kafka,flume but I am not able to 
create jar of flink-streaming connectors ?? How can I create this jar ??

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

$ git pull https://github.com/apache/flink release-1.0

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

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


commit f3c6646e68750a068b3325181b8a16a4689a0fed
Author: Stephan Ewen <se...@apache.org>
Date:   2016-02-22T17:37:59Z

[hotfix] Make DataStream property methods properly Scalaesk

This also includes some minor cleanups

This closes #1689

commit df19a8bf908a21fc35830c08cc61d8d0566813eb
Author: Ufuk Celebi <u...@apache.org>
Date:   2016-02-26T11:46:07Z

[FLINK-3390] [runtime, tests] Restore savepoint path on ExecutionGraph 
restart

Temporary work around to restore initial state on failure during recovery as
required by a user. Will be superseded by FLINK-3397 with better handling of
checkpoint and savepoint restoring.

A failure during recovery resulted in restarting a job without its savepoint
state. This temporary work around makes sure that if the savepoint 
coordinator
ever restored a savepoint and there was no checkpoint after the savepoint,
the savepoint state will be restored again.

This closes #1720.

commit 8c3301501934ee0faeffec3f8c2034d292d078ef
Author: Stephan Ewen <se...@apache.org>
Date:   2016-02-26T14:12:07Z

[FLINK-3522] [storm compat] PrintSampleStream prints a proper message when 
involked without arguments

commit c0bc8bcf7e1c3ac1f50c3038456f5af888392a06
Author: Till Rohrmann <trohrm...@apache.org>
Date:   2016-02-26T10:57:21Z

[hotfix] [build] Disable exclusion rules when using build-jar maven profile.

This closes #1719

commit 2c605d275b26793d8676e35b6ccc5102bdcbf30d
Author: Till Rohrmann <trohrm...@apache.org>
Date:   2016-02-26T13:08:02Z

[FLINK-3511] [gelly] Introduce flink-gelly-examples module

The new flink-gelly-examples module contains all Java and Scala Gelly 
examples. The module
contains compile scope dependencies on flink-java, flink-scala and 
flink-clients so that
the examples can be conveniently run from within the IDE.

commit 0601a762a4ee826bc628842e9b38f205fafdb76d
Author: Stephan Ewen <se...@apache.org>
Date:   2016-02-26T14:34:06Z

[hotfix] Remove remaining unused files from the old standalone web client

commit 044479230e984b130f018930adaceb661c9aa80b
Author: Till Rohrmann <trohrm...@apache.org>
Date:   2016-02-26T14:57:45Z

[FLINK-3511] [avro] Move avro examples to test scope

commit f2de20b02bef66f437164e24e9fc0084530d4b01
Author: Stephan Ewen <se...@apache.org>
Date:   2016-02-26T17:19:27Z

[FLINK-3525] [runtime] Fix call to super.close() in 
TimestampsAndPeriodicWatermarksOperator

commit 51ab77b16a994f2f511e34bb37f9c2294a234e50
Author: Stephan Ewen <se...@apache.org>
Date:   2016-02-26T17:31:32Z

[license] Update LICENSE file for the latest version

commit 131f016e71540a5d1e264084c630b93de1aeabae
Author: Till Rohrmann <trohrm...@apache.org>
Date:   2016-02-26T15:12:59Z

[FLINK-3511] [hadoop-compatibility] Move hadoop-compatibility examples to 
test scope

commit 434cff00fd7fdc41dfb14f729888abaf12af1f7d
Author: Till Rohrmann <trohrm...@apache.org>
Date:   2016-02-26T15:15:44Z

[FLINK-3511] [jdbc] Move jdbc examples to test scope and add flink-clients 
dependency

commit 0dc824080f38d83d9a748d19d04344c3bf4d7077
Author: Till Rohrmann <trohrm...@apache.org>
Date:   2016-02-26T15:21:13Z

[FLINK-3511] [nifi, elasticsearch] Move nifi and elasticsearch examples to 
test scope

commit c0ce1b6d97bea3a938dc81454fcb17f373a58f12
Author: Till Rohrmann <trohrm...@apache.org>
Date:   2016-02-26T15:27:06Z

[FLINK-3511] [twitter] Move twitter examples to test scope

This closes #1725

commit 603f351e2925aa4263a382b83cf41f12e8c5167f
Author: Stephan Ewen <se...@apache.org>
Date:   2016-02-26T19:06:06Z

[FLINK-3526] [streaming] Fix Processing Time Window Assigner and Trigger

This closes #1727

commit ba069f35b21de5d2a30ba0cd2234f20f35532c09
Author: Aljoscha Krettek <aljoscha.kret...@gmail.com>
Date:   2016-02-26T14:19:50Z

[FLINK-3521] Make Iterable part of method signature for WindowFunction

This closes #1723

commit 75e03caccad159fb04df4c7085a49d7f76e994c5
Author: Aljoscha Krettek <aljoscha.kret...@gmail.com>
Date:   2016-02-