You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by revprez <gi...@git.apache.org> on 2016/01/14 15:32:29 UTC

[GitHub] flink pull request: Enerscore spring classloading fix

GitHub user revprez opened a pull request:

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

    Enerscore spring classloading fix

    ClassNotFoundException thrown by task runners after Maven emits a fat-jar instrumented with Spring Boot.  
    
    Here's a [gist](https://gist.github.com/revprez/2c1fb01c40e5d6790247), and here's the [report, discussion and solution](http://mail-archives.apache.org/mod_mbox/flink-user/201601.mbox/browser).  H/t to Stephan Ewen; I just did what he told me to do.

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

    $ git pull https://github.com/OCForks/flink enerscore-spring-classloading-fix

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

    https://github.com/apache/flink/pull/1505.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 #1505
    
----
commit c83ee8a3f7038fb86e8bf79a0a7c58a02e81c988
Author: fobeligi <fa...@gmail.com>
Date:   2015-06-05T21:12:43Z

    [FLINK-1844] [ml] Add MinMaxScaler implementation in the proprocessing package, test for the for the corresponding functionality and documentation.
    
    This closes #798.

commit 80cf2c544f887532d0c5946027a2adaa481a16d0
Author: Till Rohrmann <tr...@apache.org>
Date:   2015-06-09T08:23:09Z

    [ml] Makes StandardScalers state package private and reduce redundant code. Adjusts flink-ml readme.

commit 348ac86406021793d257aeb6f6576d36318acca2
Author: Aljoscha Krettek <al...@gmail.com>
Date:   2015-06-09T12:56:17Z

    [hotfix] Fix YARNSessionFIFOITCase
    
    When comparing the hostname, it was comparing capitalised vs.
    all-lowercase hostname from the yarn config.

commit e0e6f59f309170e5217bdfbf5d30db87c947f8ce
Author: Gyula Fora <gy...@apache.org>
Date:   2015-06-09T18:13:13Z

    [streaming] Optional iteration feedback partitioning added
    
    Closes #810

commit c59d291b10f743beff58a70b5bfefc2d71dff234
Author: Gabor Gevay <gg...@gmail.com>
Date:   2015-06-09T13:10:35Z

    Fixed a few trivial issues:
    
    - The description of the input format for the graph examples
      showed an example input as having a newline at the end
      of the last line, but CsvInputFormat doesn't allow that
      (it says "Row too short" for the empty line).
    - Fixed a link to local_execution.html in a javadoc.
    - ConcatenatedExtract had a typo in its name.
    - The creation of the jar for the SessionWindowing example was missing
      from the pom.
    
    Closes #809

commit 1343f26f8923b80b08f042882493d9ce82596681
Author: Gyula Fora <gy...@apache.org>
Date:   2015-06-10T13:33:58Z

    [streaming] Allow force-enabling checkpoints for iterative jobs

commit 255c5545c672af13313b5e3a8cd4ad98ad182a60
Author: Aljoscha Krettek <al...@gmail.com>
Date:   2015-06-09T14:17:48Z

    [FLINK-2191] Fix inconsistent use of closure cleaner in Scala Streaming
    
    The closure cleaner still cannot be disabled for the Timestamp extractor
    in Time and for the delta function in Delta (windowing helpers).
    
    Closes #813

commit f3a96de1e271f64eec9eec60135a41c9f6f77cd9
Author: mbalassi <mb...@apache.org>
Date:   2015-06-10T09:32:45Z

    [streaming] Fixed streaming example jars packaging and termination
    
    Closes #816

commit 87988ae3b6837e5039b55ef9b147398bfb76d070
Author: Maximilian Michels <mx...@apache.org>
Date:   2015-06-10T16:18:02Z

    [scripts] remove quickstart scripts
    
    - we already decided to host them on the website
    - not really useful and they need maintenance
    - having the snapshot quickstart in the source is against Apache rules

commit 77def9f518640ea10e0b4070541bea2b1f22ba5b
Author: Maximilian Michels <mx...@apache.org>
Date:   2015-06-11T11:27:23Z

    [FLINK-2183][runtime] fix deadlock for concurrent slot release

commit c8c2e2ca1a4755146f59d649aa44881c4d083c33
Author: Aljoscha Krettek <al...@gmail.com>
Date:   2015-06-10T08:59:42Z

    [hotfix] Bring KMeansDataGenerator and KMeans quickstart in sync

commit 80dd72d466e9762e6eb0884b50ca9f42ee6b5e2a
Author: Fabian Hueske <fh...@apache.org>
Date:   2015-06-10T09:58:08Z

    [FLINK-2196] [javaAPI] Moved misplaced SortPartitionOperator class
    
    This closes #817

commit 5993e28f37dd316fb8d53b43cc2cbee09ef1eb6a
Author: Fabian Hueske <fh...@apache.org>
Date:   2015-06-10T15:43:05Z

    [FLINK-2199] Escape UTF characters in Scala Shell welcome squirrel.
    
    This closes #821

commit 6380b95a338e1bc717ef7cebd6352da7bbd5d918
Author: mbalassi <mb...@apache.org>
Date:   2015-06-10T12:46:11Z

    [streaming] Logging update for checkpointed streaming topologies
    
    Also adding a log message when delaying the retry of the execution graph.
    
    Closes #819

commit 0edc0c800af22bd5f55bd9fbe71db995529ad2ab
Author: mbalassi <mb...@apache.org>
Date:   2015-06-10T14:09:14Z

    [build] [streaming] Streaming parents dependencies pushed to children
    
    Closes #820

commit ce3bc9c0b85ef1c7c74e0a6ca61a9521610df781
Author: mbalassi <mb...@apache.org>
Date:   2015-06-11T10:27:21Z

    [streaming] [api-breaking] Minor DataStream cleanups
    
    - Removed unused constructor parameter.
    - Updated outdated and wrong connection javadocs.
    
    Closes #825

commit f27fc819e1dcb616a59907926ad42e9b6ef4a325
Author: Ufuk Celebi <uc...@apache.org>
Date:   2015-06-10T08:42:42Z

    [FLINK-2195] Configure Configurable Hadoop InputFormats
    
    This closes #828.

commit 4d8ae1c307f006b38e104c059d230305eaeaa45f
Author: Maximilian Michels <mx...@apache.org>
Date:   2015-06-12T11:03:31Z

    [docs] remove obsolete YARN link and cleanup download links

commit ecfde6dd9ea52e67c090e7c5caabc2e7256b42dd
Author: Maximilian Michels <mx...@apache.org>
Date:   2015-06-12T11:04:21Z

    [docs][release] update stable version to 0.9.0

commit e513be72a486b4f2e13c617eb6d4d08c03503ae7
Author: Fabian Hueske <fh...@apache.org>
Date:   2015-06-11T23:45:03Z

    [FLINK-2206] Fix incorrect counts of finished, canceled, and failed jobs in webinterface
    
    This closes #826

commit af0fee512bde4a5dc5c08a3cc17da788a06cd113
Author: Fabian Hueske <fh...@apache.org>
Date:   2015-06-12T09:36:03Z

    [FLINK-2207] Fix TableAPI conversion documenation and further renamings for consistency.
    
    This closes #829

commit 40e2df5acf9385cc3c6e3a947b4bf6cd2bd375b3
Author: Theodore Vasiloudis <tv...@sics.se>
Date:   2015-06-05T09:09:11Z

    [FLINK-2072] [ml] Adds quickstart guide
    
    This closes #792.

commit f5f0709c9ba090cd1321dec761a27db556082630
Author: Till Rohrmann <tr...@apache.org>
Date:   2015-06-09T14:11:05Z

    [FLINK-2194] [type extractor] Excludes Writable type from WritableTypeInformation to be treated as an interface
    
    This closes #814.

commit b342cf7a58b449c47a6aff395442c01dfb7ec247
Author: Ufuk Celebi <uc...@apache.org>
Date:   2015-06-15T09:56:50Z

    [readme] Synchronize tagline with intro, fix typos

commit 8232809e1ddb11f5c3c4945b64687a91f5a6cea2
Author: Ufuk Celebi <uc...@apache.org>
Date:   2015-06-15T11:05:01Z

    [FLINK-2216] Exclude javadoc jar from examples

commit c4f3f48865626a67325c5c9161e70196e5f0816b
Author: Ufuk Celebi <uc...@apache.org>
Date:   2015-06-15T15:22:38Z

    [FLINK-2224] Log error cause in JobStatusChange

commit a300eec6325b376de55c8de919aac485cb1e5c9b
Author: Ufuk Celebi <uc...@apache.org>
Date:   2015-06-16T08:30:07Z

    [FLINK-2219] [webfrontend] Fix IllegalArgumentException and decrease log level
    
    - Pressing the state button in the job history view (like SCHEDULED, FINISHED)
      sends a "null" (String) as group vertex ID, which results in an
      IllegalArgumentException. Fixed by check and early return.
    
    - The JM log is flooded by INFO-level messages when no GlobalJobParameters are
      set (common case). Fixed by decreasing the log level of these message to
      DEBUG.

commit d147c71a47592719713fdf541013d73b7f92fe67
Author: Aljoscha Krettek <al...@gmail.com>
Date:   2015-06-16T08:19:46Z

    [hotfix] Some small fixups in README.md
    
    This closes #841.

commit ccaa0b07de4d633760e5ffff2d79e10ec6b2e003
Author: mbalassi <mb...@apache.org>
Date:   2015-06-15T16:53:08Z

    [FLINK-2221] [docs] Docs for not using local filesystem on the cluster as state backup
    
    This is just a clear documentation of the problem for the 0.9 release.
    
    Closes #839

commit c2b1e1286db5892bab5ebd9f1961fa3f50f49ddb
Author: mbalassi <mb...@apache.org>
Date:   2015-06-14T20:21:43Z

    [FLINK-2209] [docs] Document linking with jars not in the binary dist

----


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] flink pull request: Enerscore spring classloading fix

Posted by revprez <gi...@git.apache.org>.
Github user revprez closed the pull request at:

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


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---