[2/3] storm git commit: Merge branch 'patch-1' of https://github.com/rukaya/storm into STORM-2645-1.1.x

2017-07-21 Thread bobby
Merge branch 'patch-1' of https://github.com/rukaya/storm into STORM-2645-1.1.x STORM-2645: Update storm.py to be python3 compatible Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/0c5cd9ee Tree: http://git-wip-us.apache.org/

[3/3] storm git commit: Added STORM-2645 to Changelog

2017-07-21 Thread bobby
Added STORM-2645 to Changelog Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/1bb8a754 Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/1bb8a754 Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/1bb8a754 Branch:

[1/3] storm git commit: Update storm.py to be python3 compatible

2017-07-21 Thread bobby
Repository: storm Updated Branches: refs/heads/1.1.x-branch 9980b68d5 -> 1bb8a7540 Update storm.py to be python3 compatible Function emitBolt() emits map, which is not json serializeble in python3. It should be changed to return a list in order to be json serializeble. Project: http://git-

[2/2] storm git commit: Added STORM-2645 to Changelog

2017-07-21 Thread bobby
Added STORM-2645 to Changelog Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/865625ea Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/865625ea Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/865625ea Branch:

[1/2] storm git commit: Merge branch 'patch-1' of https://github.com/rukaya/storm into STORM-2645-1.1.x

2017-07-21 Thread bobby
Repository: storm Updated Branches: refs/heads/1.x-branch 62a251b00 -> 865625ead Merge branch 'patch-1' of https://github.com/rukaya/storm into STORM-2645-1.1.x STORM-2645: Update storm.py to be python3 compatible Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-

[2/3] storm git commit: Merge branch 'patch-2' of https://github.com/rukaya/storm into STORM-2645

2017-07-21 Thread bobby
Merge branch 'patch-2' of https://github.com/rukaya/storm into STORM-2645 STORM-2645: Update storm.py to be python3 compatible Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/a9ab18da Tree: http://git-wip-us.apache.org/repos/

[3/3] storm git commit: Added STORM-2645 to Changelog

2017-07-21 Thread bobby
Added STORM-2645 to Changelog Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/e86ac754 Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/e86ac754 Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/e86ac754 Branch:

[1/3] storm git commit: Update storm.py to be python3 compatible

2017-07-21 Thread bobby
Repository: storm Updated Branches: refs/heads/master 64168037f -> e86ac7541 Update storm.py to be python3 compatible Function `emitBolt()` emits a `map`, which is not json serializeble in python3. It should be changed to return a `list` in order to be json serializeble. Project: http://git-

[1/3] storm git commit: STORM-2650: Expand property substitution test for Flux to cover non-string properties

2017-07-21 Thread srdo
Repository: storm Updated Branches: refs/heads/master dbf7b998c -> 64168037f STORM-2650: Expand property substitution test for Flux to cover non-string properties Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/752b90c5 T

[2/3] storm git commit: Merge branch 'STORM-2650' of https://github.com/srdo/storm into STORM-2650-merge

2017-07-21 Thread srdo
Merge branch 'STORM-2650' of https://github.com/srdo/storm into STORM-2650-merge Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/1ff72288 Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/1ff72288 Diff: http://git-wip-us

[3/3] storm git commit: Changelog: STORM-2650

2017-07-21 Thread srdo
Changelog: STORM-2650 Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/64168037 Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/64168037 Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/64168037 Branch: refs/hea

[1/2] storm git commit: STORM-2650: Expand property substitution test for Flux to cover non-string properties

2017-07-21 Thread srdo
Repository: storm Updated Branches: refs/heads/1.x-branch d182584a6 -> 62a251b00 STORM-2650: Expand property substitution test for Flux to cover non-string properties Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/02c39e

[2/2] storm git commit: Changelog: STORM-2650

2017-07-21 Thread srdo
Changelog: STORM-2650 Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/62a251b0 Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/62a251b0 Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/62a251b0 Branch: refs/hea

[2/3] storm git commit: User improvements

2017-07-21 Thread bobby
http://git-wip-us.apache.org/repos/asf/storm/blob/9980b68d/storm-core/src/jvm/org/apache/storm/security/INimbusCredentialPlugin.java -- diff --git a/storm-core/src/jvm/org/apache/storm/security/INimbusCredentialPlugin.java b/stor

[1/3] storm git commit: User improvements

2017-07-21 Thread bobby
Repository: storm Updated Branches: refs/heads/1.1.x-branch d83b0b971 -> 9980b68d5 http://git-wip-us.apache.org/repos/asf/storm/blob/9980b68d/storm-core/test/jvm/org/apache/storm/scheduler/resource/strategies/eviction/TestDefaultEvictionStrategy.java

[3/3] storm git commit: User improvements

2017-07-21 Thread bobby
User improvements Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/9980b68d Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/9980b68d Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/9980b68d Branch: refs/heads/1

[1/2] storm git commit: User improvements

2017-07-21 Thread bobby
Repository: storm Updated Branches: refs/heads/1.0.x-branch f4be45359 -> 44b80fbfc http://git-wip-us.apache.org/repos/asf/storm/blob/44b80fbf/storm-core/src/jvm/org/apache/storm/security/auth/ICredentialsRenewer.java -- diff --

[2/2] storm git commit: User improvements

2017-07-21 Thread bobby
User improvements Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/44b80fbf Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/44b80fbf Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/44b80fbf Branch: refs/heads/1

[1/3] storm git commit: User improvements

2017-07-21 Thread bobby
Repository: storm Updated Branches: refs/heads/1.x-branch 0efb94ce0 -> d182584a6 http://git-wip-us.apache.org/repos/asf/storm/blob/d182584a/storm-core/test/jvm/org/apache/storm/scheduler/resource/TestResourceAwareScheduler.java ---

[3/3] storm git commit: User improvements

2017-07-21 Thread bobby
User improvements Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/d182584a Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/d182584a Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/d182584a Branch: refs/heads/1

[2/3] storm git commit: User improvements

2017-07-21 Thread bobby
http://git-wip-us.apache.org/repos/asf/storm/blob/d182584a/storm-core/src/jvm/org/apache/storm/localizer/AsyncLocalizer.java -- diff --git a/storm-core/src/jvm/org/apache/storm/localizer/AsyncLocalizer.java b/storm-core/src/jvm/or

[2/3] storm git commit: User improvements

2017-07-21 Thread bobby
http://git-wip-us.apache.org/repos/asf/storm/blob/dbf7b998/storm-core/test/clj/org/apache/storm/scheduler/multitenant_scheduler_test.clj -- diff --git a/storm-core/test/clj/org/apache/storm/scheduler/multitenant_scheduler_test.clj

[1/3] storm git commit: User improvements

2017-07-21 Thread bobby
Repository: storm Updated Branches: refs/heads/master 2aba1c42a -> dbf7b998c http://git-wip-us.apache.org/repos/asf/storm/blob/dbf7b998/storm-server/src/test/java/org/apache/storm/scheduler/resource/strategies/eviction/TestDefaultEvictionStrategy.java ---

[3/3] storm git commit: User improvements

2017-07-21 Thread bobby
User improvements Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/dbf7b998 Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/dbf7b998 Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/dbf7b998 Branch: refs/heads/m

[2/2] storm git commit: Added STORM-2621 to Changelog

2017-07-21 Thread bobby
Added STORM-2621 to Changelog Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/d83b0b97 Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/d83b0b97 Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/d83b0b97 Branch:

[1/2] storm git commit: Merge branch 'STORM-2557' of https://github.com/revans2/incubator-storm into STORM-2621

2017-07-21 Thread bobby
Repository: storm Updated Branches: refs/heads/1.1.x-branch ebbc4d778 -> d83b0b971 Merge branch 'STORM-2557' of https://github.com/revans2/incubator-storm into STORM-2621 STORM-2621: add tuple_population metric Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wi

[2/2] storm git commit: Added STORM-2621 to Changelog

2017-07-21 Thread bobby
Added STORM-2621 to Changelog Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/0efb94ce Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/0efb94ce Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/0efb94ce Branch:

[1/2] storm git commit: Merge branch 'STORM-2557' of https://github.com/revans2/incubator-storm into STORM-2621

2017-07-21 Thread bobby
Repository: storm Updated Branches: refs/heads/1.x-branch 0f31560ac -> 0efb94ce0 Merge branch 'STORM-2557' of https://github.com/revans2/incubator-storm into STORM-2621 STORM-2621: add tuple_population metric Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-

[3/3] storm git commit: Added STORM-2621 to Changelog

2017-07-21 Thread bobby
Added STORM-2621 to Changelog Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/2aba1c42 Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/2aba1c42 Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/2aba1c42 Branch:

[2/3] storm git commit: Merge branch 'STORM-2557' of https://github.com/revans2/incubator-storm into STORM-2621

2017-07-21 Thread bobby
Merge branch 'STORM-2557' of https://github.com/revans2/incubator-storm into STORM-2621 STORM-2621: add tuple_population metric Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/4ac1154e Tree: http://git-wip-us.apache.org/repo

[1/3] storm git commit: STORM-2621: add tuple_population metric

2017-07-21 Thread bobby
Repository: storm Updated Branches: refs/heads/master 3512ae97f -> 2aba1c42a STORM-2621: add tuple_population metric Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/4528a618 Tree: http://git-wip-us.apache.org/repos/asf/sto

[1/2] storm git commit: Merge branch 'master07131533' of https://github.com/liu-zhaokun/storm into STORM-2627

2017-07-21 Thread bobby
Repository: storm Updated Branches: refs/heads/1.0.x-branch 6608d5484 -> f4be45359 Merge branch 'master07131533' of https://github.com/liu-zhaokun/storm into STORM-2627 STORM-2627: Update docs for storm.zookeeper.topology.auth.scheme Project: http://git-wip-us.apache.org/repos/asf/storm/rep

[2/2] storm git commit: Added STORM-2627 into changelog

2017-07-21 Thread bobby
Added STORM-2627 into changelog Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/f4be4535 Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/f4be4535 Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/f4be4535 Branch

[1/2] storm git commit: Merge branch 'master07131533' of https://github.com/liu-zhaokun/storm into STORM-2627

2017-07-21 Thread bobby
Repository: storm Updated Branches: refs/heads/1.1.x-branch ef1222e9b -> ebbc4d778 Merge branch 'master07131533' of https://github.com/liu-zhaokun/storm into STORM-2627 STORM-2627: Update docs for storm.zookeeper.topology.auth.scheme Project: http://git-wip-us.apache.org/repos/asf/storm/rep

[2/2] storm git commit: Added STORM-2627 into changelog

2017-07-21 Thread bobby
Added STORM-2627 into changelog Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/ebbc4d77 Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/ebbc4d77 Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/ebbc4d77 Branch

[2/2] storm git commit: Added STORM-2627 into changelog

2017-07-21 Thread bobby
Added STORM-2627 into changelog Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/0f31560a Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/0f31560a Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/0f31560a Branch

[1/2] storm git commit: Merge branch 'master07131533' of https://github.com/liu-zhaokun/storm into STORM-2627

2017-07-21 Thread bobby
Repository: storm Updated Branches: refs/heads/1.x-branch 6aa64ea38 -> 0f31560ac Merge branch 'master07131533' of https://github.com/liu-zhaokun/storm into STORM-2627 STORM-2627: Update docs for storm.zookeeper.topology.auth.scheme Project: http://git-wip-us.apache.org/repos/asf/storm/repo

[3/3] storm git commit: Added STORM-2627 into changelog

2017-07-21 Thread bobby
Added STORM-2627 into changelog Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/3512ae97 Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/3512ae97 Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/3512ae97 Branch

[2/3] storm git commit: Merge branch 'master07131533' of https://github.com/liu-zhaokun/storm into STORM-2627

2017-07-21 Thread bobby
Merge branch 'master07131533' of https://github.com/liu-zhaokun/storm into STORM-2627 STORM-2627: Update docs for storm.zookeeper.topology.auth.scheme Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/72eae02f Tree: http://git

[1/3] storm git commit: [STORM-2627] The annotation of storm.zookeeper.topology.auth.scheme in Config.java is wrong

2017-07-21 Thread bobby
Repository: storm Updated Branches: refs/heads/master 36e2e99e3 -> 3512ae97f [STORM-2627] The annotation of storm.zookeeper.topology.auth.scheme in Config.java is wrong Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/67d4

storm git commit: CHANGELOG: STORM-2643, STORM-2644

2017-07-21 Thread xinwang
Repository: storm Updated Branches: refs/heads/master 47a441673 -> 36e2e99e3 CHANGELOG: STORM-2643, STORM-2644 Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/36e2e99e Tree: http://git-wip-us.apache.org/repos/asf/storm/tre

[2/2] storm git commit: Merge branch 'STORM-2644' of https://github.com/Ethanlm/storm

2017-07-21 Thread xinwang
Merge branch 'STORM-2644' of https://github.com/Ethanlm/storm Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/47a44167 Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/47a44167 Diff: http://git-wip-us.apache.org/repos/a

[1/2] storm git commit: [STORM-2644] Show message when result not found on deep search page

2017-07-21 Thread xinwang
Repository: storm Updated Branches: refs/heads/master 12b06df72 -> 47a441673 [STORM-2644] Show message when result not found on deep search page Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/b5a1a177 Tree: http://git-wip

[2/2] storm git commit: Merge branch 'STORM-2643' of https://github.com/Ethanlm/storm

2017-07-21 Thread xinwang
Merge branch 'STORM-2643' of https://github.com/Ethanlm/storm Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/12b06df7 Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/12b06df7 Diff: http://git-wip-us.apache.org/repos/a

[1/2] storm git commit: [STORM-2643] add confirmation before profiling/debugging actions

2017-07-21 Thread xinwang
Repository: storm Updated Branches: refs/heads/master e38f93607 -> 12b06df72 [STORM-2643] add confirmation before profiling/debugging actions Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/c2d8e774 Tree: http://git-wip-us