Re: Tags for Samza in stack overflow

2015-03-24 Thread Jordi Blasi Uribarri
I tried to do it in the question you (kindly) answered and found that same problem. I only have 150 reputation (I have some distance yet also :) ). I don't really know if there is a way to do it collectively or you should address Stackoverflow admins as project "owners" and ask for a tag. What

Re: Tags for Samza in stack overflow

2015-03-24 Thread Navina Ramesh
Hi Jordi, Yeah. I think the idea is to create only meaningful/frequently used tags. Samza will get there eventually :) Thanks for your input on how to improve the documentation. We currently only have a page with mailing lists - http://samza.apache.org/community/mailing-lists.html Since you are a

Re: New to Samza/Yarn and having Kafka issues

2015-03-24 Thread Chinmay Soman
Hey Ash, Yeah I think more examples would be great ! Feel free to open a RB. About the config: It might be a bit of an overhead in general and requires some getting used to. I realize that after I've started writing Samza jobs myself. I'm kinda new to Samza myself, but I always kept making some s

Re: Submitting yarn job with custom properties

2015-03-24 Thread Chris Riccomini
Hey Shekar, So you have two properties files? One is the Samza job file, and the other is one with the format you described above? Several options: 1. Move these properties into the main Samza job file. You'll then have access to them via the Config object. 2. Put the property file into your .tg

Samza 0.9.0

2015-03-24 Thread Chris Riccomini
Hey all, We've cut the 0.9.0 release for Samza. Yan is going to run the release. Expect a [VOTE] email shortly. Cheers, Chris

Re: New to Samza/Yarn and having Kafka issues

2015-03-24 Thread Ash W Matheson
How do y'all feel about mixing languages? My sentence producer (as you've seen) is written in Python. It wouldn't take long to convert it, but it seems like a lot of extra effort for little gain. If it's not a big deal, where in the hello-samza project should it live? On Tue, Mar 24, 2015 at 10

Re: Submitting yarn job with custom properties

2015-03-24 Thread Shekar Tippur
Thanks Chris. I was trying option #2. - Shekar On Tue, Mar 24, 2015 at 11:09 AM, Chris Riccomini wrote: > Hey Shekar, > > So you have two properties files? One is the Samza job file, and the other > is one with the format you described above? > > Several options: > > 1. Move these properties in

Re: Submitting yarn job with custom properties

2015-03-24 Thread Chris Riccomini
Cool, that should work. In YARN, the .tgz file is unzipped into $CWD/__package/, so if you have a file in the root of your tarball, then fopen('__package/yourfile.txt') should work. On Tue, Mar 24, 2015 at 1:22 PM, Shekar Tippur wrote: > Thanks Chris. I was trying option #2. > > - Shekar > > On

Re: Submitting yarn job with custom properties

2015-03-24 Thread Chris Riccomini
FYI- I haven't actually tried this, but I think it should work. If __package doesn't work, try without the __package/ prefix (i.e. fopen('yourfile.txt')). On Tue, Mar 24, 2015 at 1:26 PM, Chris Riccomini wrote: > Cool, that should work. In YARN, the .tgz file is unzipped into > $CWD/__package/,

Log error deploying on YARN [Samza 0.8.0]

2015-03-24 Thread Roger Hoover
Hi all, I'm new to YARN and trying to have YARN download the Samza job tarball ( https://samza.apache.org/learn/tutorials/0.8/run-in-multi-node-yarn.html). >From the log, it seems that the download failed. I've tested that the file is available via curl. The error message is: org/apache/samza/u

Re: Log error deploying on YARN [Samza 0.8.0]

2015-03-24 Thread Chris Riccomini
Hey Roger, You're likely hitting this issue: https://issues.apache.org/jira/browse/SAMZA-456 Can you have a look and see if that's the problem? We missed some JARs that need to be put in to the YARN NM classpath. Cheers, Chris On Tue, Mar 24, 2015 at 2:22 PM, Roger Hoover wrote: > Hi all,

Re: Log error deploying on YARN [Samza 0.8.0]

2015-03-24 Thread Roger Hoover
Ah, yes. That's it! Thanks, Chris. On Tue, Mar 24, 2015 at 2:30 PM, Chris Riccomini wrote: > Hey Roger, > > You're likely hitting this issue: > > https://issues.apache.org/jira/browse/SAMZA-456 > > Can you have a look and see if that's the problem? We missed some JARs that > need to be put in

Re: Log error deploying on YARN [Samza 0.8.0]

2015-03-24 Thread Chris Riccomini
Cool, website should be fixed when we publish for the 0.9.0 release. On Tue, Mar 24, 2015 at 2:32 PM, Roger Hoover wrote: > Ah, yes. That's it! Thanks, Chris. > > On Tue, Mar 24, 2015 at 2:30 PM, Chris Riccomini > wrote: > > > Hey Roger, > > > > You're likely hitting this issue: > > > > http

[VOTE] Apache Samza 0.9.0 RC0

2015-03-24 Thread Yan Fang
Hey all, This is a call for a vote on a release of Apache Samza 0.9.0. This is our first release as the Apache top-level project. Thanks to everyone who has contributed to this release. We are very glad to see some new contributors in this release. The release candidate can be downloaded from her

Temporal support in SQL:2011

2015-03-24 Thread Julian Hyde
(Apologies for the cross-post. It seemed to be of interest to both lists.) The latest incarnation of the SQL standard, SQL:2011, adds temporal support. Time is an important concept in streams, so my hunch is that temporal database features will also be useful in streaming SQL. While we’re thinkin

Re: Review Request 32407: SAMZA-571: add suppression interface for uncaught exceptions

2015-03-24 Thread Yi Pan (Data Infrastructure)
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/32407/ --- (Updated March 25, 2015, 2:24 a.m.) Review request for samza, Yan Fang, Chinmay