Thanks, 정말 감사합니다! that's awesome. I am looking at those and other sample
code (chef, ansible, puppet, salt, docker, vagrant, swarm, kubernetes).
Baqend has the most presentable.  I'll start experimenting this week from
different code bases.  Also looking at
[email protected]:viki-org/storm-docker.git.
This one has uses fabric and docker, and has good docs as well.

- Joaquin




On Sun, Apr 24, 2016 at 7:13 PM, Jungtaek Lim <[email protected]> wrote:

> Hi Joaquin,
>
> 1. At 0.10.0 and above, Storm dropped supporting JDK6. Source and target
> version for maven-compiler-plugin is set to 1.7.
>
> 2. Zookeeper version is 3.4.6 for Apache 0.10.0 and above.
>
> 3. While Storm provides the way to change transfer layer, default is Netty.
> You don't need to install anything about ZeroMQ.
>
> 4. Storm doesn't mind whether you configure DaemonTools or Supervisord.
> Storm just wants you to configure tools to let daemons supervised.
>
> 5. It's encouraged that you also configure DRPC to be supervised if you
> use it.
>
> 6. I'm not expert on Docker, but there's some repository / blog post to
> refer on set up Storm with Docker.
> https://github.com/wurstmeister/storm-docker
>
> http://blog.baqend.com/post/142795871760/tutorial-deploying-apache-storm-on-docker-swarm
>
> Hope this helps.
>
> Thanks,
> Jungtaek Lim (HeartSaVioR)
>
> 2016년 4월 23일 (토) 오후 1:22, Joaquin Menchaca <[email protected]>님이 작성:
>
>> Hi.  I am new to Apache Storm, and I am setting up a cluster for
>> developers at my company.
>>
>> I was reading the online docs for Storm 0.10.0, and had a few questions.
>>
>> - JDK versions?  JDK6 old, security holes, beyond end-of-life.
>> - ZooKeeper version?  The link redirects to ZK 3.3.3 docs.  Blueprints
>> books (by Pakt) says ZK 3.3.5 for Storm 0.9.1, and Tutorial Points
>> instructs ZK 3.4.6 for Storm 0.9.5.
>>
>> The online docs promote for storm-deploy for AWS, and looking through
>> scripts (don't know pallet or clojure), this brought some new questions:
>>
>> - ZeroMQ? Does this need to be installed or not?
>> - DaemonTools?  Were these swapped out in favor of supervisord (that is
>> promoted in the community)?
>> - UI and DRPC were "supervised" in daemontools configuration
>> crate/storm.slj, but 0.10.0 doesn't mention supervising DRPC.
>>
>> Lastly, I wanted to containerize these w/ Docker.  Does storm support
>> using Environment variables for items configured in storm.yaml?  I had hope
>> to maintain state of systems outside of the container, so that I can
>> dynamically manage the cluster as a set.
>>
>> Thank you,
>> Joaquin Menchaca
>>
>> --
>>
>> 是故勝兵先勝而後求戰,敗兵先戰而後求勝。
>>
>


-- 

是故勝兵先勝而後求戰,敗兵先戰而後求勝。

Reply via email to