This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[santosh@localhost Kafka-Spout]$ mvn clean package -P cluster | |
[INFO] Scanning for projects... | |
[INFO] | |
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1 | |
[INFO] | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Building storm-kafka-0.8-plus-test 0.1.0-SNAPSHOT | |
[INFO] ------------------------------------------------------------------------ | |
Downloading: https://clojars.org/repo/storm/storm-kafka/0.8.0-wip4/storm-kafka-0.8.0-wip4.pom | |
[INFO] ------------------------------------------------------------------------ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<project xmlns="http://maven.apache.org/POM/4.0.0" | |
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | |
<groupId>net.wurstmeister.storm</groupId> | |
<version>0.1.0-SNAPSHOT</version> | |
<modelVersion>4.0.0</modelVersion> | |
<artifactId>storm-kafka-0.8-plus-test</artifactId> | |
<dependencies> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[santosh@localhost conf]$ cat storm.yaml | |
########### These MUST be filled in for a storm configuration | |
java.library.path: "/usr/local/lib:/opt/local/lib:/usr/lib" | |
storm.zookeeper.servers: | |
- "localhost" | |
storm.zookeeper.port: 2181 | |
storm.local.dir: "/var/stormtmp" | |
nimbus.thrift.port: 6627 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"lastUpload":"2021-07-20T07:54:54.182Z","extensionVersion":"v3.4.3"} |