Sign inSign up

openeuler/storm

Sponsored OSS

By openeuler

Updated 3 days ago

Image
0

5.1K

openeuler/storm repository overview

Quick reference

storm | openEuler

Current storm docker images are built on the openEuler. This repository is free to use and exempted from per-user rate limits.

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.

For more information about storm, please visit https://storm.apache.org/.

The tag of each storm docker image is consist of the version of storm and the version of basic image. The details are as follows

TagsCurrentlyArchitectures
3.1.0-oe2403sp4storm 3.1.0 on openEuler 24.03-LTS-SP4amd64, arm64
2.8.2-oe2403sp4storm 2.8.2 on openEuler 24.03-LTS-SP4amd64, arm64
2.8.2-oe2403sp2storm 2.8.2 on openEuler 24.03-LTS-SP2amd64, arm64
2.8.0-oe2403sp1Storm 2.8.0 on openEuler 24.03-LTS-SP1amd64, arm64

Usage

  • Start a storm instance by following command:
docker run -it --name storm openeuler/storm:latest storm
  • Options
usage: storm [-h]
             {jar,localconfvalue,remoteconfvalue,local,sql,kill,upload-credentials,blobstore,heartbeats,activate,set_log_level,list,deactivate,rebalance,get-errors,node-health-check,kill_workers,admin,shell,repl,nimbus,pacemaker,supervisor,ui,logviewer,drpc-client,drpc,dev-zookeeper,version,classpath,server_classpath,monitor}
             ...

positional arguments:
  {jar,localconfvalue,remoteconfvalue,local,sql,kill,upload-credentials,blobstore,heartbeats,activate,set_log_level,list,deactivate,rebalance,get-errors,node-health-check,kill_workers,admin,shell,repl,nimbus,pacemaker,supervisor,ui,logviewer,drpc-client,drpc,dev-zookeeper,version,classpath,server_classpath,monitor}
    jar                 Runs the main method of class with the specified arguments. The storm worker dependencies and configs in
                        ~/.storm are put on the classpath. The process is configured so that StormSubmitter
                        (https://storm.apache.org/releases/current/javadocs/org/apache/storm/StormSubmitter.html) will upload
                        the jar at topology-jar-path when the topology is submitted. When you pass jars and/or artifacts
                        options, StormSubmitter will upload them when the topology is submitted, and they will be included to
                        classpath of both the process which runs the class, and also workers for that topology.
    localconfvalue      Prints out the value for conf-name in the local Storm configs. The local Storm configs are the ones in
                        ~/.storm/storm.yaml merged in with the configs in defaults.yaml.
    remoteconfvalue     Prints out the value for conf-name in the cluster's Storm configs. The cluster's Storm configs are the
                        ones in $STORM-PATH/conf/storm.yaml merged in with the configs in defaults.yaml. This command must be
                        run on a cluster machine.
...

Question and answering

If you have any questions or want to use some special features, please submit an issue or a pull request on openeuler-docker-images.

Tag summary

Content type

Image

Digest

sha256:254a14da2

Size

509 MB

Last updated

3 days ago

docker pull openeuler/storm

This week's pulls

Pulls:

7

Last week