In a fresh checkout today, I found identical RELEASE_NOTES.txt files in four Hive branches:
- branch-0.8-r2 - branch-0.10 - ptf-windowing - trunk Branch 0.9's release notes are updated, but branch 0.10 still has the release notes from branch 0.8-r2. So I've opened a JIRA: https://issues.apache.org/jira/browse/HIVE-4107 -- Update Hive 0.10.0 RELEASE_NOTES.txt. – Lefty Leverenz On Tue, Feb 26, 2013 at 2:16 PM, Eric Chu <e...@rocketfuel.com> wrote: > To update this thread, I also did a git clone and checked out branch-0.10. > The release notes there also says it's 0.8.0, and the git log doesn't have > many of the changes mentioned in the Jira change log for > 0.10.0<https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12320745&styleName=Text&projectId=12310843.>in > http://hive.apache.org/releases.html. But the lib folder (after I did the > ant package) shows *-0.10.0-*.jar files, so I suppose it is 0.10 and that > the RELEASE_NOTES.txt is outdated. > > This is a little confusing. It'd be great if someone from Apache could > review/update the "build from source" instruction or the release notes. > > Eric > > On Tue, Feb 26, 2013 at 11:38 AM, Eric Chu <e...@rocketfuel.com> wrote: > >> Hi, >> >> I tried to build Hive0.10.0 from source by doing the following: >> >> svn co http://svn.apache.org/repos/asf/hive/trunk hive >> >> sudo ant package >> >> >> It built fine and I got the dist folder as expected, but inside that >> folder the RELEASE_NOTES.txt says the version is 0.8.0. >> >> How do I get 0.10.0 source? I'm looking at https://github.com/apache/hivenow >> but the instruction there points back to >> https://cwiki.apache.org/confluence/display/Hive/GettingStarted >> >> Thanks, >> >> Eric >> > >