blob: 8631714dbbddd252caf1ac2a7bd83035d52ee2c6 [file] [log] [blame]
<!---
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.
-->
How to create a Slider app package for Storm?
To create the app package you will need the Storm tarball and invoke mvn command
with appropriate parameters.
Command:
mvn clean package -Pstorm-app-package-win -Dpkg.version=<version>
-Dpkg.name=<file name of app tarball> -Dpkg.src=<folder location where the pkg is available>
Example:
mvn clean package -Pstorm-app-package-win -Dpkg.version=0.9.3
-Dpkg.name=storm-0.9.3.zip -Dpkg.src=/Users/user1/Downloads
App package can be found in
app-packages/storm-win/target/slider-storm-app-win-package-${pkg.version}.zip
appConfig-default.json and resources-default.json are not required to be packaged.
These files are included as reference configuration for Slider apps and are suitable
for a one-node cluster.