"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 does not apply". (Maybe line numbers have been changed.)
So if you don't mind, I'd like you to copy & paste changeset (it's just 4 lines) into your local workspace and build. 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 <[email protected]>: > 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 these commands. Any suggestion on why applying patch > fails? > > > > The command I used was “apply patch 527.patch” > > > > *From:* 임정택 [mailto:[email protected]] > *Sent:* Tuesday, June 02, 2015 5:41 PM > > *To:* [email protected] > *Subject:* Re: Applying a patch > > > > 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 Shanmugam <[email protected] > >: > > 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:[email protected]] > *Sent:* Tuesday, June 02, 2015 4:54 PM > *To:* [email protected] > *Subject:* Re: Applying a patch > > > > 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 < > [email protected]> wrote: > > > > 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 intended solely for the individual or entity to whom they are > addressed. If you have received this email in error please delete it > immediately. > > > > > This email and any files transmitted with it are confidential, proprietary > and intended solely for the individual or entity to whom they are > addressed. If you have received this email in error please delete it > immediately. > > > > > > -- > > Name : 임 정택 > Blog : http://www.heartsavior.net / http://dev.heartsavior.net > Twitter : http://twitter.com/heartsavior > > LinkedIn : http://www.linkedin.com/in/heartsavior > > This email and any files transmitted with it are confidential, proprietary > and intended solely for the individual or entity to whom they are > addressed. If you have received this email in error please delete it > immediately. > -- Name : 임 정택 Blog : http://www.heartsavior.net / http://dev.heartsavior.net Twitter : http://twitter.com/heartsavior LinkedIn : http://www.linkedin.com/in/heartsavior
