Skip to content
Mirror of Apache Storm
Java Python HTML Clojure JavaScript C Other
Branch: master
Clone or download

Latest commit

Ethanlm Merge pull request #3286 from Ethanlm/STORM-3651
[STORM-3651] Give producerTasks in ExecutorTransferMultiThreadingTest.testExecutorTransfer more time to finish
Latest commit a9a747e Jun 15, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github [MINOR] Add pull request template (#3261) May 1, 2020
bin [Minor] Fix exception text to explain rebalance argument (#3260) May 1, 2020
conf STORM-3557 use metrics registry as health check argument Jan 7, 2020
dev-tools MINOR: create a checklist for testing a new Storm release (#3161) Oct 31, 2019
docs [STORM-3271] Refactor ResourceIsolationInterface in preparation for c… Jun 9, 2020
examples [STORM-3620] fix data corruption in the case of multi-threaded bolts … Jun 5, 2020
external Updates next release version to 2.3 for 2.2 release May 29, 2020
flux Updates next release version to 2.3 for 2.2 release May 29, 2020
integration-test Updates next release version to 2.3 for 2.2 release May 29, 2020
licenses STORM-3361: Include dependency license file in distributions, clean u… Apr 9, 2019
log4j2 add indent to log4j2 xml files Nov 10, 2018
sql Updates next release version to 2.3 for 2.2 release May 29, 2020
storm-buildtools Updates next release version to 2.3 for 2.2 release May 29, 2020
storm-checkstyle Updates next release version to 2.3 for 2.2 release May 29, 2020
storm-client Merge pull request #3286 from Ethanlm/STORM-3651 Jun 15, 2020
storm-clojure-test Updates next release version to 2.3 for 2.2 release May 29, 2020
storm-clojure Updates next release version to 2.3 for 2.2 release May 29, 2020
storm-core Updates next release version to 2.3 for 2.2 release May 29, 2020
storm-dist Updates next release version to 2.3 for 2.2 release May 29, 2020
storm-multilang Updates next release version to 2.3 for 2.2 release May 29, 2020
storm-server [STORM-3624] Fix race condition when loading scheduler configs (#3249) Jun 15, 2020
storm-shaded-deps Updates next release version to 2.3 for 2.2 release May 29, 2020
storm-submit-tools Updates next release version to 2.3 for 2.2 release May 29, 2020
storm-webapp Updates next release version to 2.3 for 2.2 release May 29, 2020
.gitattributes set '* text=auto' in .gitattributes in order to avoid merge work beca… Mar 23, 2018
.gitignore STORM-3330: More storm-webapp path cleanup Feb 21, 2019
.travis.yml MINOR : Add s390x support for Travis (#3187) Jan 30, 2020
DEPENDENCY-LICENSES STORM-3614 switch SystemBolt metrics to V2 API Apr 7, 2020
DEVELOPER.md MINOR: Fix outdated links to old Git repo Aug 19, 2019
KEYS Update KEYS: add key information for "Jungtaek Lim" Jul 29, 2018
LICENSE STORM-3361: Include dependency license file in distributions, clean u… Apr 9, 2019
LICENSE-binary STORM-3614 switch SystemBolt metrics to V2 API Apr 7, 2020
NOTICE fix NOTICE/LICENSE files Jun 9, 2015
NOTICE-binary STORM-3361: Include dependency license file in distributions, clean u… Apr 9, 2019
README.markdown MINOR: Fix powered by readme link Jul 5, 2019
RELEASING.md MINOR: create a checklist for testing a new Storm release (#3161) Oct 31, 2019
SECURITY.md MINOR: Add thrift.supervisor.port to SECURITY.md documentation (#3162) Nov 21, 2019
THIRD-PARTY.properties STORM-3361: Include dependency license file in distributions, clean u… Apr 9, 2019
VERSION flesh out maven build process Dec 31, 2013
doap_Storm.rdf add missing license headers and clean up RAT report Jun 3, 2015
pom.xml Updates next release version to 2.3 for 2.2 release May 29, 2020

README.markdown

Master Branch:
Travis CI Maven Version

Storm is a distributed realtime computation system. Similar to how Hadoop provides a set of general primitives for doing batch processing, Storm provides a set of general primitives for doing realtime computation. Storm is simple, can be used with any programming language, is used by many companies, and is a lot of fun to use!

The Rationale page explains what Storm is and why it was built. This presentation is also a good introduction to the project.

Storm has a website at storm.apache.org. Follow @stormprocessor on Twitter for updates on the project.

Documentation

Documentation and tutorials can be found on the Storm website.

Developers and contributors should also take a look at our Developer documentation.

Getting help

NOTE: The google groups account storm-user@googlegroups.com is now officially deprecated in favor of the Apache-hosted user/dev mailing lists.

Storm Users

Storm users should send messages and subscribe to user@storm.apache.org.

You can subscribe to this list by sending an email to user-subscribe@storm.apache.org. Likewise, you can cancel a subscription by sending an email to user-unsubscribe@storm.apache.org.

You can also browse the archives of the storm-user mailing list.

Storm Developers

Storm developers should send messages and subscribe to dev@storm.apache.org.

You can subscribe to this list by sending an email to dev-subscribe@storm.apache.org. Likewise, you can cancel a subscription by sending an email to dev-unsubscribe@storm.apache.org.

You can also browse the archives of the storm-dev mailing list.

Storm developers who would want to track the JIRA issues should subscribe to issues@storm.apache.org.

You can subscribe to this list by sending an email to issues-subscribe@storm.apache.org. Likewise, you can cancel a subscription by sending an email to issues-unsubscribe@storm.apache.org.

You can view the archives of the mailing list here.

Issue tracker

In case you want to raise a bug/feature or propose an idea, please use Apache Jira

Which list should I send/subscribe to?

If you are using a pre-built binary distribution of Storm, then chances are you should send questions, comments, storm-related announcements, etc. to user@storm.apache.org.

If you are building storm from source, developing new features, or otherwise hacking storm source code, then dev@storm.apache.org is more appropriate.

If you are committers and/or PMCs, or contributors looking for following up and participating development of Storm, then you would want to also subscribe issues@storm.apache.org in addition to dev@storm.apache.org.

What will happen with storm-user@googlegroups.com?

All existing messages will remain archived there, and can be accessed/searched here.

New messages sent to storm-user@googlegroups.com will either be rejected/bounced or replied to with a message to direct the email to the appropriate Apache-hosted group.

IRC

You can also come to the #storm-user room on freenode. You can usually find a Storm developer there to help you out.

License

Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

The LICENSE and NOTICE files cover the source distributions. The LICENSE-binary and NOTICE-binary files cover the binary distributions. The DEPENDENCY-LICENSES file lists the licenses of all dependencies of Storm, including those not packaged in the source or binary distributions, such as dependencies of optional connector modules.

Project lead

Committers

Acknowledgements

YourKit is kindly supporting open source projects with its full-featured Java Profiler. YourKit, LLC is the creator of innovative and intelligent tools for profiling Java and .NET applications. Take a look at YourKit's leading software products: YourKit Java Profiler and YourKit .NET Profiler.

You can’t perform that action at this time.