[GitHub] storm pull request #1795: STORM-2215: validate blobs are present before subm...

2016-12-02 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/storm/pull/1795 --- 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

[GitHub] storm pull request #1795: STORM-2215: validate blobs are present before subm...

2016-11-23 Thread HeartSaVioR
Github user HeartSaVioR commented on a diff in the pull request: https://github.com/apache/storm/pull/1795#discussion_r89416093 --- Diff: storm-core/src/jvm/org/apache/storm/StormSubmitter.java --- @@ -587,4 +592,10 @@ private static double

[GitHub] storm pull request #1795: STORM-2215: validate blobs are present before subm...

2016-11-23 Thread HeartSaVioR
Github user HeartSaVioR commented on a diff in the pull request: https://github.com/apache/storm/pull/1795#discussion_r89416315 --- Diff: storm-core/src/jvm/org/apache/storm/utils/Utils.java --- @@ -1338,6 +1339,26 @@ public static void handleUncaughtException(Throwable t) {

[GitHub] storm pull request #1795: STORM-2215: validate blobs are present before subm...

2016-11-22 Thread revans2
GitHub user revans2 opened a pull request: https://github.com/apache/storm/pull/1795 STORM-2215: validate blobs are present before submitting You can merge this pull request into a Git repository by running: $ git pull https://github.com/revans2/incubator-storm STORM-2215