Is there any information/documentation about deploying 'weave-apps' available ?
33 views
Skip to first unread message
joerg.b...@zalando.de
unread,
Nov 28, 2013, 4:17:22 AM11/28/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to weave...@googlegroups.com
Hi,
do you have any information/documentation on how 'weave-applications' should be packaged (what do I have to do with all the dependencies/jars? shade into only one überjar ? ) and deployed in more detail?
Thank you.
Jörg
Terence Yim
unread,
Dec 4, 2013, 7:46:50 PM12/4/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to weave...@googlegroups.com
Hi Jörg,
Weave is a library for you to write distributed application that can be run on a YARN cluster easily. When you tell Weave to start a WeaveRunnable or WeaveApplication, the Weave library will build all the necessary jars and communicate with YARN Resource Manager to start the application on the cluster. The idea is that you don't have to create Jar files by yourself.