GitHub user roshannaik opened a pull request:
https://github.com/apache/storm/pull/2572
BUG 95921 - Support or HDFS 3.0
fixes build and test issues
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/roshannaik/storm BUG-95921
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/2572.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 #2572
----
commit 57a50f36df058937587cc08d81c235efc8dc720a
Author: P. Taylor Goetz <ptgoetz@...>
Date: 2017-08-30T21:07:02Z
Merge branch '1.x-branch' into metrics_v2
commit a169356fac2bb4a07ddc4372fe04112880d9f14b
Author: P. Taylor Goetz <ptgoetz@...>
Date: 2017-08-30T21:14:31Z
revert pom formatting
commit 66612b34c0b989632f19d856f109361d347cee27
Author: Jungtaek Lim <kabhwan@...>
Date: 2017-09-04T00:33:48Z
STORM-2660 The Nimbus storm-local directory is relative to the working
directory of the shell executing "storm nimbus"
* Let Nimbus uses same storm-local directory as Supervisor which is known
to be valid
* also addresses other places as well (review comment from @srdo)
commit fd6185f8fdfd26bd96eb6869f7b0dcb265a9d674
Author: Jungtaek Lim <kabhwan@...>
Date: 2017-09-04T00:34:42Z
Merge branch 'STORM-2660-1.x' into 1.x-branch
commit 14043be91ab246c043221262aaf132b0193e9201
Author: Manikumar Reddy O <manikumar.reddy@...>
Date: 2017-08-29T08:31:00Z
MINOR: Update DruidBeamBolt logs
commit de20cbd8f7ee588e5d9d2e6d04ceeee43af4fc12
Author: P. Taylor Goetz <ptgoetz@...>
Date: 2017-09-05T20:12:24Z
remove unnecessary TODO comment
commit e178990cbf3394f29aaaaf06982485d68391ee71
Author: Robert Evans <evans@...>
Date: 2017-09-06T13:20:42Z
Merge branch 'druidlog' of https://github.com/omkreddy/storm into
PULL-2308-1.x
MINOR: Update DruidBeamBolt logs
commit a648db54b9848aac651dbff88ebe721369a7f477
Author: Jungtaek Lim <kabhwan@...>
Date: 2017-09-07T14:36:10Z
STORM-2724 Shutdown ExecutorService in WaterMarkEventGenerator in shutdown
phase
* also names unnamed executor services in windowing package
* address review comment from @srdo
commit e462979b370098d3c8491a20e0c71c738562f895
Author: Jungtaek Lim <kabhwan@...>
Date: 2017-09-08T23:06:29Z
Merge branch 'STORM-2724-1.x' into 1.x-branch
commit 9e137eeb40e74c46e515db4bf65a1963874da6c5
Author: Stig Rohde Døssing <srdo@...>
Date: 2017-08-04T00:53:42Z
STORM-2675: Fix storm-kafka-client Trident spout failing to serialize meta
objects to Zookeeper
commit 642e4f6f6eeda5c79a8d735d08ce350eb500efe9
Author: Jungtaek Lim <kabhwan@...>
Date: 2017-09-13T08:02:33Z
Merge branch 'STORM-2675-1.x' of https://github.com/srdo/storm into
STORM-2675-1.x-merge
commit bc36e0635233ad8e8b93280d60687bf990764300
Author: Heather McCartney <heather.mccartney@...>
Date: 2017-09-06T10:04:32Z
Fix spacing in "Could not update the blob with key" error message.
commit a3fe9388714d42563a329e92214760d091cab4c2
Author: Heather McCartney <heather.mccartney@...>
Date: 2017-09-11T10:40:20Z
Check for empty nimbus info list before attempting to update the blobstore.
commit 77542c1b6e1d004c3553e12b7144a794bc842457
Author: Robert Evans <evans@...>
Date: 2017-09-13T13:26:19Z
Merge branch 'STORM-2736' of https://github.com/hmcc/storm into
STORM-2736-1.x
STORM-2736: fix o.a.s.b.BlobStoreUtils [ERROR] "Could not update the blob
with key"
This closes #2320
commit a0f7861617f03e003b19c6266556ef9c9b0404f9
Author: morokosi <moromorokosi+github@...>
Date: 2017-08-28T13:59:14Z
STORM-2712: accept arbitrary number of rows per tuple in storm-cassandra
commit a60fefd0e915d857ec841d283d6ccfb0e38ef1d1
Author: Jungtaek Lim <kabhwan@...>
Date: 2017-09-19T22:54:21Z
Merge branch 'STORM-2712-1.x-merge' into 1.x-branch
commit 1142ba7f53fa0773ff1f18e3c6b8cfb2cb859117
Author: xiaoyong03 <fuhuaiyong123@...>
Date: 2017-09-20T08:44:24Z
STORM-2750: fix double_checked locking
update HBaseSecurityUtil singleton to fix double_checked,
http://www.cs.umd.edu/~pugh/java/memoryModel/DoubleCheckedLocking.html
commit 892bf5cd96984a389f6af9a3ab82a9e88c050956
Author: Robert Evans <evans@...>
Date: 2017-09-22T15:17:39Z
Merge branch 'storm2751' of https://github.com/kishorvpatil/incubator-storm
into STORM-2751
STORM-2751: Removing AsyncLoggerContext from Supervisor Configuration
This closes #2337
commit 386ab20c124e41d9b7660d2a9eacd0a3d30a6541
Author: Stig Rohde Døssing <srdo@...>
Date: 2017-09-24T13:38:19Z
STORM-2756: Make KafkaSpoutConfig.Builder constructors set key/value
deserializers in kafkaProps, so they are used when building a consumer
commit 26ff239b49893ff72da64ebed9c20e453d327248
Author: Robert (Bobby) Evans <evans@...>
Date: 2017-09-28T19:42:36Z
STORM-2764: Only login the user if not already done
commit cfa6cd63158db66a951f804ded75575b2b4f3d4a
Author: P. Taylor Goetz <ptgoetz@...>
Date: 2017-09-29T17:58:41Z
address review comments
commit 20a1cdc9ba04050ce8a436d1d587de45c6c6d195
Author: P. Taylor Goetz <ptgoetz@...>
Date: 2017-09-29T20:06:22Z
add basic sanity check for metrics v2 config
commit a47b5fbdae0f46eeb4344937b56a6b2126315954
Author: P. Taylor Goetz <ptgoetz@...>
Date: 2017-09-29T20:37:25Z
guard against NPE if a reporter does not have filters
commit 5890333c7f1f7c823b2d12194063ca781fb4df52
Author: Jungtaek Lim <kabhwan@...>
Date: 2017-10-02T05:45:23Z
Merge branch 'STORM-2764-1.x' of https://github.com/revans2/incubator-storm
into STORM-2764-1.x-merge
commit fca692da38645686e9e0c199bfb8514ae6a81121
Author: Jungtaek Lim <kabhwan@...>
Date: 2017-10-02T06:33:13Z
Merge branch 'STORM-2756' of https://github.com/srdo/storm into
STORM-2756-1.x-merge
commit 11a7a15746010e0baaa5a4db70374dff1d4ab800
Author: Stig Rohde Døssing <srdo@...>
Date: 2017-07-31T18:26:55Z
STORM-2648/STORM-2357: Add storm-kafka-client support for at-most-once
processing and a toggle for whether messages should be emitted with a message
id when not using at-least-once
* Minor refactor of emit statements
* Add tests for at-most-once and any-times mode, deduplicate some test code
in other tests
* Fix rebase conflicts and fix leaking state through unit test retry service
* Update storm-kafka-client doc
commit cb2d7e8be2423bc7be34e388dee4fbd697724c48
Author: Stig Rohde Døssing <srdo@...>
Date: 2017-10-02T16:09:11Z
Merge branch 'STORM-2648-1.x' of https://github.com/srdo/storm into
asfgit-1.x-branch
commit 9b95f3da608760b334bb8a9a272e64e0fb9fb3ac
Author: Stig Rohde Døssing <srdo@...>
Date: 2017-08-12T14:56:45Z
STORM-2666: Fix storm-kafka-client spout sometimes emitting messages that
were already committed. Expand tests, add some runtime validation, minor
refactoring to increase code readability. Ensure OffsetManager commits as many
offsets as possible when an offset void (deleted offsets) occurs, rather than
just up to the gap.
commit 54fdcbc03be47c95b8e9d177f525e031afb5e946
Author: Stig Rohde Døssing <srdo@...>
Date: 2017-10-04T18:46:46Z
Backport to Java 7 and revert changes to RetryService API
commit d029e1c044ce81273c2711f295c811f680f23385
Author: Ethan Li <ethanopensource@...>
Date: 2017-10-03T18:54:18Z
[STORM-2769] Fast-fail if output streamId is null
----
---