RE: Applying a patch

2015-06-04 Thread Srividhya Shanmugam
[mailto:srividhyashanmu...@fico.com] Sent: Tuesday, June 02, 2015 11:36 PM To: user@storm.apache.org Subject: RE: Applying a patch Thanks …I will try what you have suggested. From: 임정택 [mailto:kabh...@gmail.com] Sent: Tuesday, June 02, 2015 10:11 PM To: user@storm.apache.orgmailto:user@storm.apache.org Subject: Re

RE: Applying a patch

2015-06-03 Thread Srividhya Shanmugam
...@fico.com] Sent: Tuesday, June 02, 2015 11:36 PM To: user@storm.apache.org Subject: RE: Applying a patch Thanks …I will try what you have suggested. From: 임정택 [mailto:kabh...@gmail.com] Sent: Tuesday, June 02, 2015 10:11 PM To: user@storm.apache.orgmailto:user@storm.apache.org Subject: Re

Applying a patch

2015-06-02 Thread Srividhya Shanmugam
I am trying to apply a patch for https://issues.apache.org/jira/browse/STORM-790 in version of storm that we are currently using(0.9.3). Are there any instruction cheatsheet to apply a STORM patch? Thank you. This email and any files transmitted with it are confidential, proprietary and

Re: Applying a patch

2015-06-02 Thread P. Taylor Goetz
The easiest way would be to build the v0.9.5 tag from git. That version includes that fix, among other stability improvements and should be released in the next few days. -Taylor On Jun 2, 2015, at 4:45 PM, Srividhya Shanmugam srividhyashanmu...@fico.com wrote: I am trying to apply a patch

RE: Applying a patch

2015-06-02 Thread Srividhya Shanmugam
Thank you. Upgrading to a higher version requires testing almost all the functionalities towards the end of a release. Do you think there will be problem of applying this patch towards a previous version such as 0.9.3? From: P. Taylor Goetz [mailto:ptgo...@gmail.com] Sent: Tuesday, June 02

RE: Applying a patch

2015-06-02 Thread Srividhya Shanmugam
Since 0.9.5 is not GA yet, we would try applying the patch on 0.9.3. I tried cloning 0.9.3 branch and applied patch in my local workspace. I was able to download the patch. But when I tried applying patch 527.patch, I got “fatal: unrecognized input”. I am using a GitBash (Windows) to issue

Re: Applying a patch

2015-06-02 Thread 임정택
I think there would be no problem applying this patch to 0.9.2 and upper, since mk-transfer-fn has changed to current via 0.9.2. But Storm 0.9.5 also resolves some more puzzling errors so I recommend you to apply 0.9.5. Thanks! Jungtaek Lim (HeartSaVioR) 2015-06-03 5:58 GMT+09:00 Srividhya

RE: Applying a patch

2015-06-02 Thread Srividhya Shanmugam
Thanks …I will try what you have suggested. From: 임정택 [mailto:kabh...@gmail.com] Sent: Tuesday, June 02, 2015 10:11 PM To: user@storm.apache.org Subject: Re: Applying a patch git apply 527.patch would work. But since 527's base is not v0.9.3, it could have conflicts, and now git complains, path

Re: Applying a patch

2015-06-02 Thread 임정택
. https://github.com/apache/storm/pull/527/files After then you can create patch based on 0.9.3 if you want. 2015-06-03 9:56 GMT+09:00 Srividhya Shanmugam srividhyashanmu...@fico.com: Since 0.9.5 is not GA yet, we would try applying the patch on 0.9.3. I tried cloning 0.9.3 branch and applied