Re: Precommit test error with utf8

2015-01-21 Thread Szehon Ho
Not really sure. Checked the build box's client-side locales and they are pretty standard (en_US.UTF8). I think if its a client side issue, it would be saying "Error converting UTF-8 to native", but its the other way around, saying "Error converting native to UTF8". But I'm not an expert on this

Re: Precommit test error with utf8

2015-01-21 Thread Eugene Koifman
this was added in https://issues.apache.org/jira/browse/HIVE-9272. The build bot ran fine with the patch. I also ran "mvn clean package install -Phadoop-2,dist -DskipTests". Does anyone have ideas on why this is an issue? On Wed, Jan 21, 2015 at 10:52 AM, Brock Noland wrote: > Thank you Szeho

Re: Precommit test error with utf8

2015-01-21 Thread Brock Noland
Thank you Szehon! I also could not reproduce manually. I went and did rm -rf $(svn status --no-ignore) svn status --no-ignore manually. I hope that fixes it. On Tue, Jan 20, 2015 at 11:23 PM, Szehon Ho wrote: > The builds have been hitting some strange error in trying to update the > sour

Precommit test error with utf8

2015-01-20 Thread Szehon Ho
The builds have been hitting some strange error in trying to update the source in svn due to the new test files added in hcatalog in different locales. I wasn't able to reproduce the issue manually and dont know the exact cause, but just FYI that the builds are broken now. Thanks Szehon ++ svn s