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
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
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
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
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
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
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
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
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/,
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
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,
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
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
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
(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
---
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
16 matches
Mail list logo