[2/3] storm git commit: Merge branch 'STORM-1629'

2016-03-19 Thread kabhwan
Merge branch 'STORM-1629' Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/36ed8ef1 Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/36ed8ef1 Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/36ed8ef1 Branch: refs

[1/3] storm git commit: STORM-1629 Files/move doesn't work properly with non-empty directory in Windows

2016-03-19 Thread kabhwan
Repository: storm Updated Branches: refs/heads/master 367464a3d -> a726589d8 STORM-1629 Files/move doesn't work properly with non-empty directory in Windows * Use FileUtils/moveDirectory on Windows * It copies whole contents inside directory, and delete directory * Keep using Files/move on n

[3/3] storm git commit: add STORM-1629 to CHANGELOG.md

2016-03-19 Thread kabhwan
add STORM-1629 to CHANGELOG.md Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/a726589d Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/a726589d Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/a726589d Branch:

[1/3] storm git commit: STORM-1629 Files/move doesn't work properly with non-empty directory in Windows

2016-03-19 Thread kabhwan
Repository: storm Updated Branches: refs/heads/1.x-branch 885aaec43 -> a1a4df7a1 STORM-1629 Files/move doesn't work properly with non-empty directory in Windows * Use FileUtils/moveDirectory on Windows * It copies whole contents inside directory, and delete directory * Keep using Files/move

[3/3] storm git commit: add STORM-1629 to CHANGELOG.md

2016-03-19 Thread kabhwan
add STORM-1629 to CHANGELOG.md Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/a1a4df7a Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/a1a4df7a Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/a1a4df7a Branch:

[1/3] storm git commit: STORM-1602 Blobstore UTs are failed on Windows

2016-03-19 Thread kabhwan
Repository: storm Updated Branches: refs/heads/1.x-branch a1a4df7a1 -> 2d9f9036f STORM-1602 Blobstore UTs are failed on Windows * ensures objects of InputStream / OutputStream are closed after using * clojure: with-open * java: try-with-resource * skip checking symbolic link in LocalizerTe

[3/3] storm git commit: add STORM-1602 to CHANGELOG.md

2016-03-19 Thread kabhwan
add STORM-1602 to CHANGELOG.md Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/2d9f9036 Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/2d9f9036 Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/2d9f9036 Branch:

[2/3] storm git commit: Merge branch 'STORM-1602-1.x' into 1.x-branch

2016-03-19 Thread kabhwan
Merge branch 'STORM-1602-1.x' into 1.x-branch Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/247f7927 Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/247f7927 Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/24

[1/3] storm git commit: STORM-1602 Blobstore UTs are failed on Windows

2016-03-19 Thread kabhwan
Repository: storm Updated Branches: refs/heads/master a726589d8 -> ab66003c1 STORM-1602 Blobstore UTs are failed on Windows * ensures objects of InputStream / OutputStream are closed after using * clojure: with-open * java: try-with-resource * skip checking symbolic link in LocalizerTest w

[3/3] storm git commit: add STORM-1602 to CHANGELOG.md

2016-03-19 Thread kabhwan
add STORM-1602 to CHANGELOG.md Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/ab66003c Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/ab66003c Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/ab66003c Branch:

[2/3] storm git commit: Merge branch 'STORM-1602'

2016-03-19 Thread kabhwan
Merge branch 'STORM-1602' Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/575203cf Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/575203cf Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/575203cf Branch: refs

[2/3] storm git commit: Merge branch 'STORM-1629-1.x' into 1.x-branch

2016-03-19 Thread kabhwan
Merge branch 'STORM-1629-1.x' into 1.x-branch Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/dc6608db Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/dc6608db Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/dc

[3/3] storm git commit: add STORM-1655 to CHANGELOG.md

2016-03-25 Thread kabhwan
add STORM-1655 to CHANGELOG.md Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/915ce384 Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/915ce384 Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/915ce384 Branch:

[1/3] storm git commit: STORM-1655 Flux doesn't set return code to non-zero when there's any exception while deploying topology to remote cluster

2016-03-25 Thread kabhwan
Repository: storm Updated Branches: refs/heads/master 4264bfc2a -> 915ce3848 STORM-1655 Flux doesn't set return code to non-zero when there's any exception while deploying topology to remote cluster * Modify Flux.runCli() to not catching exceptions so that exception can be propagated to main

[2/3] storm git commit: Merge branch 'STORM-1655'

2016-03-25 Thread kabhwan
Merge branch 'STORM-1655' Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/2e105664 Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/2e105664 Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/2e105664 Branch: refs

[3/3] storm git commit: add STORM-1655 to CHANGELOG.md

2016-03-25 Thread kabhwan
add STORM-1655 to CHANGELOG.md Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/a6140de0 Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/a6140de0 Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/a6140de0 Branch:

[1/3] storm git commit: STORM-1655 Flux doesn't set return code to non-zero when there's any exception while deploying topology to remote cluster

2016-03-25 Thread kabhwan
Repository: storm Updated Branches: refs/heads/1.x-branch 3ab224a14 -> a6140de0d STORM-1655 Flux doesn't set return code to non-zero when there's any exception while deploying topology to remote cluster * Modify Flux.runCli() to not catching exceptions so that exception can be propagated to

[2/3] storm git commit: Merge branch 'STORM-1655-1.x' into 1.x-branch

2016-03-25 Thread kabhwan
Merge branch 'STORM-1655-1.x' into 1.x-branch Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/91bafc69 Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/91bafc69 Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/91

[2/3] storm git commit: Merge branch 'STORM-1630-1.x' into 1.x-branch

2016-03-25 Thread kabhwan
Merge branch 'STORM-1630-1.x' into 1.x-branch Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/ed719c04 Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/ed719c04 Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/ed

[1/3] storm git commit: STORM-1630 "create symbolic link" needs elevation or setting privilege about creating symbolic link

2016-03-25 Thread kabhwan
Repository: storm Updated Branches: refs/heads/1.x-branch 52d0a23f4 -> 139a8a3b2 STORM-1630 "create symbolic link" needs elevation or setting privilege about creating symbolic link * Add document to guide how to setup account to be able to 'create symbolic link' on Windows Project: http://

[3/3] storm git commit: add STORM-1630 to CHANGELOG.md

2016-03-25 Thread kabhwan
add STORM-1630 to CHANGELOG.md Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/139a8a3b Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/139a8a3b Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/139a8a3b Branch:

[1/3] storm git commit: STORM-1630 "create symbolic link" needs elevation or setting privilege about creating symbolic link

2016-03-25 Thread kabhwan
Repository: storm Updated Branches: refs/heads/master d22d8450b -> f118060dc STORM-1630 "create symbolic link" needs elevation or setting privilege about creating symbolic link * Add document to guide how to setup account to be able to 'create symbolic link' on Windows Project: http://git-

[3/3] storm git commit: add STORM-1630 to CHANGELOG.md

2016-03-25 Thread kabhwan
add STORM-1630 to CHANGELOG.md Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/f118060d Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/f118060d Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/f118060d Branch:

[2/3] storm git commit: Merge branch 'STORM-1630'

2016-03-25 Thread kabhwan
Merge branch 'STORM-1630' Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/8d1991ad Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/8d1991ad Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/8d1991ad Branch: refs

[2/2] storm git commit: Merge branch 'STORM-1659-DOCS' of https://github.com/vesense/storm into STORM-1659

2016-03-27 Thread kabhwan
Merge branch 'STORM-1659-DOCS' of https://github.com/vesense/storm into STORM-1659 Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/a48fae24 Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/a48fae24 Diff: http://git-wip

[1/2] storm git commit: STORM-1659:Add documents for external projects

2016-03-27 Thread kabhwan
Repository: storm Updated Branches: refs/heads/master f118060dc -> a48fae243 STORM-1659:Add documents for external projects Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/0a00c671 Tree: http://git-wip-us.apache.org/repos/

[1/2] storm git commit: STORM-1659:Add documents for external projects

2016-03-27 Thread kabhwan
Repository: storm Updated Branches: refs/heads/1.x-branch 139a8a3b2 -> 1783d7ae9 STORM-1659:Add documents for external projects Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/ad1d7324 Tree: http://git-wip-us.apache.org/re

[2/2] storm git commit: Merge branch 'STORM-1659-1.x' of https://github.com/vesense/storm into STORM-1659-1.x

2016-03-27 Thread kabhwan
Merge branch 'STORM-1659-1.x' of https://github.com/vesense/storm into STORM-1659-1.x Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/1783d7ae Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/1783d7ae Diff: http://git-

storm git commit: add STORM-1030 to CHANGELOG.md

2016-03-29 Thread kabhwan
Repository: storm Updated Branches: refs/heads/master da7969ea9 -> 4eaaa0bb1 add STORM-1030 to CHANGELOG.md Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/4eaaa0bb Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/4

[2/2] storm git commit: add STORM-1030 to CHANGELOG.md

2016-03-29 Thread kabhwan
add STORM-1030 to CHANGELOG.md Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/1cfaf124 Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/1cfaf124 Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/1cfaf124 Branch:

[1/2] storm git commit: STORM-1030. Hive Connector Fixes.

2016-03-29 Thread kabhwan
Repository: storm Updated Branches: refs/heads/1.x-branch 7edd00a36 -> 1cfaf1245 STORM-1030. Hive Connector Fixes. Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/a276616b Tree: http://git-wip-us.apache.org/repos/asf/storm

[3/3] storm git commit: Merge branch 'STORM-1030'

2016-03-29 Thread kabhwan
Merge branch 'STORM-1030' Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/e2ca82f8 Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/e2ca82f8 Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/e2ca82f8 Branch: refs

[1/3] storm git commit: STORM-1030. Hive Connector Fixes.

2016-03-29 Thread kabhwan
Repository: storm Updated Branches: refs/heads/master 4eaaa0bb1 -> e2ca82f8f STORM-1030. Hive Connector Fixes. Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/e5f0e91f Tree: http://git-wip-us.apache.org/repos/asf/storm/tre

[2/3] storm git commit: Merge branch 'STORM-1030-V1' of https://github.com/harshach/incubator-storm into STORM-1030

2016-03-29 Thread kabhwan
Merge branch 'STORM-1030-V1' of https://github.com/harshach/incubator-storm into STORM-1030 Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/2eb80a0f Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/2eb80a0f Diff: http:

[3/3] storm git commit: add STORM-1573 to CHANGELOG.md

2016-03-30 Thread kabhwan
add STORM-1573 to CHANGELOG.md Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/0e4af514 Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/0e4af514 Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/0e4af514 Branch:

[1/3] storm git commit: STORM-1573: Add batch support for MongoInsertBolt

2016-03-30 Thread kabhwan
Repository: storm Updated Branches: refs/heads/1.x-branch 652d2f6eb -> 0e4af514d STORM-1573: Add batch support for MongoInsertBolt Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/bd6f2b06 Tree: http://git-wip-us.apache.org

[2/3] storm git commit: Merge branch 'STORM-1573-1.x' of https://github.com/vesense/storm into STORM-1573-1.x

2016-03-30 Thread kabhwan
Merge branch 'STORM-1573-1.x' of https://github.com/vesense/storm into STORM-1573-1.x Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/fac10d78 Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/fac10d78 Diff: http://git-

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

2016-03-30 Thread kabhwan
Merge branch 'STORM-1573' of https://github.com/vesense/storm into STORM-1573 Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/68250d2a Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/68250d2a Diff: http://git-wip-us.ap

[3/3] storm git commit: add STORM-1573 to CHANGELOG.md

2016-03-30 Thread kabhwan
add STORM-1573 to CHANGELOG.md Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/98dbdcdb Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/98dbdcdb Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/98dbdcdb Branch:

[1/3] storm git commit: STORM-1573: Add batch support for MongoInsertBolt

2016-03-30 Thread kabhwan
Repository: storm Updated Branches: refs/heads/master 2f1411da3 -> 98dbdcdb5 STORM-1573: Add batch support for MongoInsertBolt Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/78f17061 Tree: http://git-wip-us.apache.org/rep

[2/3] storm git commit: STORM-1652 Addressed review comments

2016-03-31 Thread kabhwan
STORM-1652 Addressed review comments Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/775b2af7 Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/775b2af7 Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/775b2af7 B

[1/3] storm git commit: STORM-1652 Added trident windowing API documentation to Trident API doc.

2016-03-31 Thread kabhwan
Repository: storm Updated Branches: refs/heads/master 98dbdcdb5 -> d5b80fcca STORM-1652 Added trident windowing API documentation to Trident API doc. Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/60f5dfbc Tree: http://gi

[3/3] storm git commit: Merge branch 'STORM-1652' of https://github.com/satishd/storm into STORM-1652

2016-03-31 Thread kabhwan
Merge branch 'STORM-1652' of https://github.com/satishd/storm into STORM-1652 Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/d5b80fcc Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/d5b80fcc Diff: http://git-wip-us.ap

[1/2] storm git commit: STORM-1652 Added trident windowing API documentation to Trident API doc.

2016-03-31 Thread kabhwan
Repository: storm Updated Branches: refs/heads/1.x-branch 0e4af514d -> fe50a1b55 STORM-1652 Added trident windowing API documentation to Trident API doc. Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/12c504e7 Tree: http:

[2/2] storm git commit: STORM-1652 Addressed review comments

2016-03-31 Thread kabhwan
STORM-1652 Addressed review comments Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/fe50a1b5 Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/fe50a1b5 Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/fe50a1b5 B

[2/3] storm git commit: Merge branch 'STORM-1693-master' of https://github.com/abhishekagarwal87/storm into STORM-1693

2016-04-14 Thread kabhwan
Merge branch 'STORM-1693-master' of https://github.com/abhishekagarwal87/storm into STORM-1693 Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/baaba667 Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/baaba667 Diff: ht

[1/3] storm git commit: STORM-1693: Move stats cleanup to executor shutdown

2016-04-14 Thread kabhwan
Repository: storm Updated Branches: refs/heads/master a41fef386 -> 6cf8a9c99 STORM-1693: Move stats cleanup to executor shutdown Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/983c420b Tree: http://git-wip-us.apache.org/r

[2/3] storm git commit: Merge branch 'STORM-1693' of https://github.com/abhishekagarwal87/storm into STORM-1693-1.x

2016-04-14 Thread kabhwan
Merge branch 'STORM-1693' of https://github.com/abhishekagarwal87/storm into STORM-1693-1.x Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/b20c63fb Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/b20c63fb Diff: http:

[3/3] storm git commit: add STORM-1693 to CHANGELOG.md

2016-04-14 Thread kabhwan
add STORM-1693 to CHANGELOG.md Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/6cf8a9c9 Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/6cf8a9c9 Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/6cf8a9c9 Branch:

[3/3] storm git commit: add STORM-1693 to CHANGELOG.md, also move some issues to 1.0.1

2016-04-14 Thread kabhwan
add STORM-1693 to CHANGELOG.md, also move some issues to 1.0.1 Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/b511a8b4 Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/b511a8b4 Diff: http://git-wip-us.apache.org/repos/

[1/3] storm git commit: STORM-1693: Move stats cleanup to executor shutdown

2016-04-14 Thread kabhwan
Repository: storm Updated Branches: refs/heads/1.x-branch ddc3c0458 -> b511a8b4f STORM-1693: Move stats cleanup to executor shutdown Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/3923e17e Tree: http://git-wip-us.apache.o

[4/4] storm git commit: add STORM-1696 to CHANGELOG.md

2016-04-14 Thread kabhwan
add STORM-1696 to CHANGELOG.md Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/97e131d5 Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/97e131d5 Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/97e131d5 Branch:

[3/4] storm git commit: Merge branch '1696b' of https://github.com/zhuoliu/storm into STORM-1696

2016-04-14 Thread kabhwan
Merge branch '1696b' of https://github.com/zhuoliu/storm into STORM-1696 Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/34d95156 Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/34d95156 Diff: http://git-wip-us.apache.

[1/4] storm git commit: [STORM-1696] status not sync if zk fails in backpressure

2016-04-14 Thread kabhwan
Repository: storm Updated Branches: refs/heads/master 6cf8a9c99 -> 97e131d5a [STORM-1696] status not sync if zk fails in backpressure Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/a70195d7 Tree: http://git-wip-us.apache.

[2/4] storm git commit: minor

2016-04-14 Thread kabhwan
minor Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/63518be1 Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/63518be1 Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/63518be1 Branch: refs/heads/master Commit

[2/3] storm git commit: Merge branch 'STORM-1696-1.x-branch' of https://github.com/zhuoliu/storm into STORM-1696-1.x

2016-04-14 Thread kabhwan
Merge branch 'STORM-1696-1.x-branch' of https://github.com/zhuoliu/storm into STORM-1696-1.x Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/bd553198 Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/bd553198 Diff: http

[1/3] storm git commit: [STORM-1696]-1.x-branch status not sync if zk fails in backpressure

2016-04-14 Thread kabhwan
Repository: storm Updated Branches: refs/heads/1.x-branch b511a8b4f -> 3a4825ed9 [STORM-1696]-1.x-branch status not sync if zk fails in backpressure Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/9271056b Tree: http://git

[3/3] storm git commit: add STORM-1696 to CHANGELOG.md

2016-04-14 Thread kabhwan
add STORM-1696 to CHANGELOG.md Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/3a4825ed Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/3a4825ed Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/3a4825ed Branch:

[2/3] storm git commit: Merge branch 'STORM-1649-1.x' of https://github.com/satishd/storm into STORM-1649-1.x

2016-04-20 Thread kabhwan
Merge branch 'STORM-1649-1.x' of https://github.com/satishd/storm into STORM-1649-1.x Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/eb0ea70b Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/eb0ea70b Diff: http://git-

[1/3] storm git commit: STORM-1649 kryo serialization in windowing

2016-04-20 Thread kabhwan
Repository: storm Updated Branches: refs/heads/1.x-branch 3a4825ed9 -> ac7b828ad STORM-1649 kryo serialization in windowing Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/72d5225f Tree: http://git-wip-us.apache.org/repos/

[3/3] storm git commit: add STORM-1649 to CHANGELOG.md

2016-04-20 Thread kabhwan
add STORM-1649 to CHANGELOG.md Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/ac7b828a Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/ac7b828a Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/ac7b828a Branch:

[2/3] storm git commit: Merge branch 'STORM-1649-1' of https://github.com/satishd/storm into STORM-1649

2016-04-20 Thread kabhwan
Merge branch 'STORM-1649-1' of https://github.com/satishd/storm into STORM-1649 Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/3cee864b Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/3cee864b Diff: http://git-wip-us.

[3/3] storm git commit: add STORM-1649 to CHANGELOG.md

2016-04-20 Thread kabhwan
add STORM-1649 to CHANGELOG.md Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/d593918a Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/d593918a Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/d593918a Branch:

[1/3] storm git commit: STORM-1649 kryo serialization in windowing

2016-04-20 Thread kabhwan
Repository: storm Updated Branches: refs/heads/master e9785d8f1 -> d593918a5 STORM-1649 kryo serialization in windowing Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/b850847d Tree: http://git-wip-us.apache.org/repos/asf/

[3/3] storm git commit: add STORM-1680 to CHANGELOG.md

2016-04-20 Thread kabhwan
add STORM-1680 to CHANGELOG.md Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/ce36b6db Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/ce36b6db Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/ce36b6db Branch:

[1/3] storm git commit: STORM-1680, Added Kafka Spout Config FetchByte to Storm-Kafka

2016-04-20 Thread kabhwan
Repository: storm Updated Branches: refs/heads/master d593918a5 -> ce36b6dbf STORM-1680, Added Kafka Spout Config FetchByte to Storm-Kafka Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/8b0af500 Tree: http://git-wip-us.ap

[3/3] storm git commit: add STORM-1680 to CHANGELOG.md

2016-04-20 Thread kabhwan
add STORM-1680 to CHANGELOG.md Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/39e8f0e9 Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/39e8f0e9 Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/39e8f0e9 Branch:

[2/3] storm git commit: Merge branch '1.x-branch' of https://github.com/Symantec/storm into STORM-1680-1.x

2016-04-20 Thread kabhwan
Merge branch '1.x-branch' of https://github.com/Symantec/storm into STORM-1680-1.x Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/e603cfef Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/e603cfef Diff: http://git-wip

[2/3] storm git commit: Merge branch 'STORM-1680'

2016-04-20 Thread kabhwan
Merge branch 'STORM-1680' Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/c8457812 Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/c8457812 Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/c8457812 Branch: refs

[1/3] storm git commit: STORM-1680, Added Kafka Spout Config FetchByte to Storm-Kafka

2016-04-20 Thread kabhwan
Repository: storm Updated Branches: refs/heads/1.x-branch ac7b828ad -> 39e8f0e9c STORM-1680, Added Kafka Spout Config FetchByte to Storm-Kafka Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/89f4d44d Tree: http://git-wip-u

[1/3] storm git commit: only check non-system streams by default

2016-04-20 Thread kabhwan
Repository: storm Updated Branches: refs/heads/1.x-branch 39e8f0e9c -> a7370a62f only check non-system streams by default Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/6057fbf6 Tree: http://git-wip-us.apache.org/repos/as

[2/3] storm git commit: Merge branch 'storm-1683-ui-viz-uncheck-sys-streams' of https://github.com/d2r/storm into STORM-1683-1.x

2016-04-20 Thread kabhwan
Merge branch 'storm-1683-ui-viz-uncheck-sys-streams' of https://github.com/d2r/storm into STORM-1683-1.x Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/b191c623 Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/b191c62

[1/3] storm git commit: only check non-system streams by default

2016-04-20 Thread kabhwan
Repository: storm Updated Branches: refs/heads/master ce36b6dbf -> e6b57ce4b only check non-system streams by default Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/e5ed7ffe Tree: http://git-wip-us.apache.org/repos/asf/st

[2/3] storm git commit: Merge branch 'storm-1683-ui-viz-uncheck-sys-streams-master' of https://github.com/d2r/storm into STORM-1683

2016-04-20 Thread kabhwan
Merge branch 'storm-1683-ui-viz-uncheck-sys-streams-master' of https://github.com/d2r/storm into STORM-1683 Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/fbf1e84a Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/fbf1

[3/3] storm git commit: add STORM-1683 to CHANGELOG.md

2016-04-20 Thread kabhwan
add STORM-1683 to CHANGELOG.md Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/a7370a62 Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/a7370a62 Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/a7370a62 Branch:

[3/3] storm git commit: add STORM-1683 to CHANGELOG.md

2016-04-20 Thread kabhwan
add STORM-1683 to CHANGELOG.md Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/e6b57ce4 Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/e6b57ce4 Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/e6b57ce4 Branch:

[3/4] storm git commit: Merge branch 'STORM-1714-1.x' into 1.x-branch

2016-04-20 Thread kabhwan
Merge branch 'STORM-1714-1.x' into 1.x-branch Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/0ba4bb51 Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/0ba4bb51 Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/0b

[2/4] storm git commit: [STORM-1714] refactored common logic into BaseStatefulBoltExecutor

2016-04-20 Thread kabhwan
[STORM-1714] refactored common logic into BaseStatefulBoltExecutor Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/95e7afc2 Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/95e7afc2 Diff: http://git-wip-us.apache.org/re

[1/4] storm git commit: [STORM-1714] StatefulBolts ends up as normal bolts while using TopologyBuilder.setBolt without parallelism

2016-04-20 Thread kabhwan
Repository: storm Updated Branches: refs/heads/master e6b57ce4b -> 1677de1a1 [STORM-1714] StatefulBolts ends up as normal bolts while using TopologyBuilder.setBolt without parallelism Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/st

[3/4] storm git commit: Merge branch 'STORM-1714' of https://github.com/arunmahadevan/storm into STORM-1714

2016-04-20 Thread kabhwan
Merge branch 'STORM-1714' of https://github.com/arunmahadevan/storm into STORM-1714 Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/3e8edcab Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/3e8edcab Diff: http://git-wi

[4/4] storm git commit: add STORM-1714 to CHANGELOG.md

2016-04-20 Thread kabhwan
add STORM-1714 to CHANGELOG.md Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/1677de1a Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/1677de1a Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/1677de1a Branch:

[2/4] storm git commit: [STORM-1714] refactored common logic into BaseStatefulBoltExecutor

2016-04-20 Thread kabhwan
[STORM-1714] refactored common logic into BaseStatefulBoltExecutor Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/f2a02bff Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/f2a02bff Diff: http://git-wip-us.apache.org/re

[1/4] storm git commit: [STORM-1714] StatefulBolts ends up as normal bolts while using TopologyBuilder.setBolt without parallelism

2016-04-20 Thread kabhwan
Repository: storm Updated Branches: refs/heads/1.x-branch a7370a62f -> 3399a4a46 [STORM-1714] StatefulBolts ends up as normal bolts while using TopologyBuilder.setBolt without parallelism Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/as

[4/4] storm git commit: add STORM-1714 to CHANGELOG.md

2016-04-20 Thread kabhwan
add STORM-1714 to CHANGELOG.md Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/3399a4a4 Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/3399a4a4 Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/3399a4a4 Branch:

[3/3] storm git commit: add STORM-1704 to CHANGELOG.md

2016-04-20 Thread kabhwan
add STORM-1704 to CHANGELOG.md Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/9c6e6dfd Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/9c6e6dfd Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/9c6e6dfd Branch:

[1/3] storm git commit: STORM-1704 When logviewer_search.html opens daemon file, next search always show no result

2016-04-20 Thread kabhwan
Repository: storm Updated Branches: refs/heads/1.x-branch 3399a4a46 -> 9c6e6dfd2 STORM-1704 When logviewer_search.html opens daemon file, next search always show no result * ensures that is-daemon parameter is passed around multiple searches * set logviewerUrl to '/daemonlog' when search is d

[3/3] storm git commit: add STORM-1704 to CHANGELOG.md

2016-04-20 Thread kabhwan
add STORM-1704 to CHANGELOG.md Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/1a09da55 Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/1a09da55 Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/1a09da55 Branch:

[1/3] storm git commit: STORM-1704 When logviewer_search.html opens daemon file, next search always show no result

2016-04-20 Thread kabhwan
Repository: storm Updated Branches: refs/heads/master 1677de1a1 -> 1a09da555 STORM-1704 When logviewer_search.html opens daemon file, next search always show no result * ensures that is-daemon parameter is passed around multiple searches * set logviewerUrl to '/daemonlog' when search is done

[2/3] storm git commit: Merge branch 'STORM-1704-1.x' into 1.x-branch

2016-04-20 Thread kabhwan
Merge branch 'STORM-1704-1.x' into 1.x-branch Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/a7487765 Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/a7487765 Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/a7

[2/3] storm git commit: Merge branch 'STORM-1704'

2016-04-20 Thread kabhwan
Merge branch 'STORM-1704' Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/0ae7a482 Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/0ae7a482 Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/0ae7a482 Branch: refs

storm git commit: STORM-1724 Fill up lacking contents to Metrics documentation

2016-04-22 Thread kabhwan
Repository: storm Updated Branches: refs/heads/STORM-1724-0.10.x [created] 96cb4bd5f STORM-1724 Fill up lacking contents to Metrics documentation Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/96cb4bd5 Tree: http://git-wi

[storm] Git Push Summary

2016-04-22 Thread kabhwan
Repository: storm Updated Branches: refs/heads/STORM-1724-0.10.x [deleted] 96cb4bd5f

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

2016-01-17 Thread kabhwan
Merge branch 'STORM-1482' of https://github.com/vesense/storm into STORM-1482 Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/8c591727 Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/8c591727 Diff: http://git-wip-us.ap

[3/3] storm git commit: Add STORM-1482 to CHANGELOG.md

2016-01-17 Thread kabhwan
Add STORM-1482 to CHANGELOG.md Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/3a7cfc8e Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/3a7cfc8e Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/3a7cfc8e Branch:

[1/3] storm git commit: add missing break

2016-01-17 Thread kabhwan
Repository: storm Updated Branches: refs/heads/master 90e4f3e8a -> 3a7cfc8e7 add missing break Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/1c87f4aa Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/1c87f4aa Diff:

[31/36] storm git commit: Merge branch 'STORM-1466' of github.com:knusbaum/incubator-storm

2016-01-20 Thread kabhwan
Merge branch 'STORM-1466' of github.com:knusbaum/incubator-storm Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/1c45fdf4 Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/1c45fdf4 Diff: http://git-wip-us.apache.org/repo

[03/36] storm git commit: STORM-1468: remove {master}/docs

2016-01-20 Thread kabhwan
http://git-wip-us.apache.org/repos/asf/storm/blob/2f5c31d2/docs/images/spout.svg -- diff --git a/docs/images/spout.svg b/docs/images/spout.svg deleted file mode 100644 index 0105957..000 --- a/docs/images/spout.svg +++ /dev/nul

[28/36] storm git commit: add STORM-1467 to changelog

2016-01-20 Thread kabhwan
add STORM-1467 to changelog Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/45726bbd Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/45726bbd Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/45726bbd Branch: re

[05/36] storm git commit: STORM-1468: remove {master}/docs

2016-01-20 Thread kabhwan
http://git-wip-us.apache.org/repos/asf/storm/blob/2f5c31d2/docs/images/bolt.svg -- diff --git a/docs/images/bolt.svg b/docs/images/bolt.svg deleted file mode 100644 index 5b8adb3..000 --- a/docs/images/bolt.svg +++ /dev/null @@

[19/36] storm git commit: STORM-1468: remove {master}/docs

2016-01-20 Thread kabhwan
http://git-wip-us.apache.org/repos/asf/storm/blob/2f5c31d2/docs/assets/css/bootstrap.css -- diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css deleted file mode 100644 index c6f3d21..000 --- a/docs/asset

  1   2   3   4   5   6   7   8   9   10   >