Re: Hive build is back to green

2012-02-16 Thread Ashutosh Chauhan
Good idea! Created HIVE-2811 for this. Thanks, Ashutosh On Thu, Feb 16, 2012 at 14:41, Carl Steinbach wrote: > Great news! Thanks for fixing this Ashutosh! > > > > comparisons. Fix was to do export LANG=en_US.UTF-8 in environment of > build > > machine. > > > Is this something that we can set in

Re: Hive build is back to green

2012-02-16 Thread Carl Steinbach
Great news! Thanks for fixing this Ashutosh! > comparisons. Fix was to do export LANG=en_US.UTF-8 in environment of build > machine. Is this something that we can set in Hive's build.xml file? Thanks. Carl

Hive build is back to green

2012-02-16 Thread Ashutosh Chauhan
Hive devs, After being broken for more then 2 months, Hive trunk is now back to green finally. Problem was inputddl5.q test had non-ASCII characters in inputddl5.q.out which had troubles with diff -a we use for doing output comparisons. Fix was to do export LANG=en_US.UTF-8 in environment of build