RE: SAMZA build failing!!!

2015-08-24 Thread Raja . Aravapalli
Hi Navina, I am on windows. Do you suggest me to build on Linux ?? Thanks. Regards, Raja Mahesh Aravapalli. -Original Message- From: Navina Ramesh [mailto:nram...@linkedin.com.INVALID] Sent: Tuesday, August 25, 2015 12:25 PM To: dev@samza.apache.org Subject: Re: SAMZA build failing

Re: SAMZA build failing!!!

2015-08-24 Thread Navina Ramesh
Hi Raja, The problem is because of a forward slash in the file URL. testCanReadPropertiesConfigFiles FAILED java.lang.IllegalArgumentException: Illegal character in authority at index 7: *file://samza1\samza-core/src/**test/resources/test.properties* Not sure why it gets generated like that.

RE: SAMZA build failing!!!

2015-08-24 Thread Raja . Aravapalli
Hi Fang, Still it fails. :( Regards, Raja Mahesh Aravapalli. -Original Message- From: Yan Fang [mailto:yanfang...@gmail.com] Sent: Tuesday, August 25, 2015 11:04 AM To: dev@samza.apache.org Subject: Re: SAMZA build failing!!! Hi Raja, Can you just do 1. clone https://github.com/apa

Re: SAMZA build failing!!!

2015-08-24 Thread Yan Fang
Hi Raja, Can you just do 1. clone https://github.com/apache/samza.git 2. cd samza 3. gradlew clean build Do not need other steps actually, unless you have very specific reason. This may not help, but before I dig into the problem, at least let us try this. Thanks, Fang, Yan yanfang...@gmail.com

RE: SAMZA build failing!!!

2015-08-24 Thread Raja . Aravapalli
Hi Fang, I followed below steps: 1. I downloaded the code from https://github.com/apache/samza.git, cloned to desktop. 2. "cd" into code directory 3. Ran "gradle -b bootstrap.gradle" 4. then tried below two ways, it doesn't work in either a. gradlew -PscalaVersion=2.10 clean build

Re: [Discuss/Vote] upgrade to Yarn 2.6.0

2015-08-24 Thread Roger Hoover
Jordan, Thanks for sharing that. Roger On Mon, Aug 24, 2015 at 10:17 AM, Jordan Shaw wrote: > Roger, > We upgraded from yarn 2.4 to 2.6 a while ago and been running it in prod > with no issues. It was basically a drop in if I remember right. > > Jordan > > > On Aug 20, 2015, at 1:48 PM, Yi Pan

New Samza blog published - http://engineering.linkedin.com/performance/benchmarking-apache-samza-12-million-messages-second-single-node

2015-08-24 Thread Ed Yakabosky
Hi Samza open source, I want to share that Tao Feng (from LinkedIn's Performance Team) has published a blog post on Samza perf benchmark

Re: [Discuss/Vote] upgrade to Yarn 2.6.0

2015-08-24 Thread Jordan Shaw
Roger, We upgraded from yarn 2.4 to 2.6 a while ago and been running it in prod with no issues. It was basically a drop in if I remember right. Jordan > On Aug 20, 2015, at 1:48 PM, Yi Pan wrote: > > Hi, Selina, > > Samza 0.9.1 on YARN 2.6 is the proved working solution. > > Best, > > -Yi >

Re: [Discuss/Vote] upgrade to Yarn 2.6.0

2015-08-24 Thread Yi Pan
Thanks a lot, Roger! @Yan, I think that we already have +1 x 3 (binding) and +1 x2 (non-binding). If no further objection, we can close the vote and change the description of SAMZA-563 to reflect that we are deprecating the support for YARN 2.4 and 2.5. Best, -Yi On Mon, Aug 24, 2015 at 8:31 AM

Re: [Discuss/Vote] upgrade to Yarn 2.6.0

2015-08-24 Thread Roger Hoover
Works for me. Sent from my iPhone > On Aug 24, 2015, at 7:48 AM, Yan Fang wrote: > > Hi Roger, > > If you have plan to upgrade to 2.6.0, and no other companies are using > 2.4.0, I think we can upgrade to 2.6.0 yarn in 0.10.0. > > Thanks, > > Fang, Yan > yanfang...@gmail.com > >> On Thu, Au

Re: Review Request 37604: SAMZA-760 Samza Container should catch Throwables instead of just catching Exceptions

2015-08-24 Thread Yan Fang
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/37604/#review96145 --- Overall, LGTM. Could you also add a unit test to verify this? Thank

Re: [Discuss/Vote] upgrade to Yarn 2.6.0

2015-08-24 Thread Yan Fang
Hi Roger, If you have plan to upgrade to 2.6.0, and no other companies are using 2.4.0, I think we can upgrade to 2.6.0 yarn in 0.10.0. Thanks, Fang, Yan yanfang...@gmail.com On Thu, Aug 20, 2015 at 4:48 PM, Yi Pan wrote: > Hi, Selina, > > Samza 0.9.1 on YARN 2.6 is the proved working solutio

Re: SAMZA build failing!!!

2015-08-24 Thread Yan Fang
Hi Raja, Do you only run samza-core or the whole samza project? I downloaded the samza from master branch and run ./gradlew clean build. There is no error. Could you give a little more information how you get this error? Thanks, Fang, Yan yanfang...@gmail.com On Mon, Aug 24, 2015 at 9:54 AM, Ra

SAMZA build failing!!!

2015-08-24 Thread Raja . Aravapalli
Hi, I was n't able to build SAMZA to execute the Samza jobs. Receiving below exception while executing samza-core_2.10. I checkedout the "master" branch from https://github.com/apache/samza.git and trying to build!! * What we

Task scheduling

2015-08-24 Thread Alvaro Gareppe
Hi, How can I configure task schedule to be able to specify: - Some task can only run ins some nodes (not all) - Some task shouldn't run together but if there is only one server then they can ( In this case a have some task that are high CPU demanding, so I don't want to run them together, b

Re: Review Request 37506: WIP: SAMZA-552 Operator API change: New Builder API

2015-08-24 Thread Yi Pan (Data Infrastructure)
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/37506/#review96136 --- Hi, Milinda, sorry for the late review. I have put down my comments