[jira] [Commented] (HIVE-2799) change the following thrift apis to add a region

2012-02-16 Thread Ashutosh Chauhan (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2799?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13209485#comment-13209485 ] Ashutosh Chauhan commented on HIVE-2799: As a developer of Hive, I am definitely in

Push Hive 0.8.1 jars to maven central?

2012-02-16 Thread Owen O'Malley
Carl, Can you please push the Hive 0.8.1 jars to Maven central? Thanks, Owen

Re: Push Hive 0.8.1 jars to maven central?

2012-02-16 Thread Carl Steinbach
Hi Owen, Sure. Can you point me to a doc that explains how to do that? Thanks. Carl On Thu, Feb 16, 2012 at 8:56 AM, Owen O'Malley wrote: > Carl, > Can you please push the Hive 0.8.1 jars to Maven central? > > Thanks, > Owen >

[jira] [Commented] (HIVE-1054) "CHANGE COLUMN" does not support changing partition column types.

2012-02-16 Thread Kevin Wilfong (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1054?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13209524#comment-13209524 ] Kevin Wilfong commented on HIVE-1054: - @Ashutosh What if we only allow changing the ty

Re: Push Hive 0.8.1 jars to maven central?

2012-02-16 Thread Roman Shaposhnik
On Thu, Feb 16, 2012 at 9:19 AM, Carl Steinbach wrote: > Hi Owen, > > Sure. Can you point me to a doc that explains how to do that? http://www.apache.org/dev/publishing-maven-artifacts.html Thanks, Roman.

Re: Push Hive 0.8.1 jars to maven central?

2012-02-16 Thread Carl Steinbach
Looks to me like the JARs are already available on the Apache repository: https://repository.apache.org/content/repositories/releases/org/apache/hive/ This link implies that they will eventually get picked up automatically by the central repository: http://www.apache.org/dev/publishing-maven-artif

[jira] [Commented] (HIVE-1054) "CHANGE COLUMN" does not support changing partition column types.

2012-02-16 Thread Ashutosh Chauhan (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1054?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13209634#comment-13209634 ] Ashutosh Chauhan commented on HIVE-1054: One problem there could be that all partit

Re: Running hive in eclipse

2012-02-16 Thread Carl Steinbach
Hi Aaron, You'll need to either check out trunk, or else apply HIVE-2673 to the release-0.8-r2 branch. Then follow the directions here: https://cwiki.apache.org/confluence/display/Hive/GettingStarted+EclipseSetup Then install the Datanucleus Eclipse Plugin: http://www.datanucleus.org/products/ac

[jira] [Created] (HIVE-2807) Add compression tests

2012-02-16 Thread Carl Steinbach (Created) (JIRA)
Add compression tests - Key: HIVE-2807 URL: https://issues.apache.org/jira/browse/HIVE-2807 Project: Hive Issue Type: Task Components: Compression, Tests Reporter: Carl Steinbach -- This message

[jira] [Commented] (HIVE-2807) Add compression tests

2012-02-16 Thread Carl Steinbach (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2807?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13209698#comment-13209698 ] Carl Steinbach commented on HIVE-2807: -- We need to add some test coverage for compress

[jira] [Created] (HIVE-2808) Add inputs/outputs for create table if not exists

2012-02-16 Thread Namit Jain (Created) (JIRA)
Add inputs/outputs for create table if not exists - Key: HIVE-2808 URL: https://issues.apache.org/jira/browse/HIVE-2808 Project: Hive Issue Type: Bug Reporter: Namit Jain

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

[jira] [Created] (HIVE-2809) StorageHandler authorization providers

2012-02-16 Thread Enis Soztutar (Created) (JIRA)
StorageHandler authorization providers -- Key: HIVE-2809 URL: https://issues.apache.org/jira/browse/HIVE-2809 Project: Hive Issue Type: New Feature Affects Versions: 0.9.0 Reporter: Enis So

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

[jira] [Created] (HIVE-2810) Implement NULL-safe equality operator <=>

2012-02-16 Thread Carl Steinbach (Created) (JIRA)
Implement NULL-safe equality operator <=> - Key: HIVE-2810 URL: https://issues.apache.org/jira/browse/HIVE-2810 Project: Hive Issue Type: New Feature Components: Query Processor, UDF

[jira] [Updated] (HIVE-2716) Move retry logic in HiveMetaStore to a separe class

2012-02-16 Thread Phabricator (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2716?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phabricator updated HIVE-2716: -- Attachment: HIVE-2716.D1227.2.patch enis updated the revision "HIVE-2716 [jira] Move retry logic in Hive

[jira] [Commented] (HIVE-2716) Move retry logic in HiveMetaStore to a separe class

2012-02-16 Thread Phabricator (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13209958#comment-13209958 ] Phabricator commented on HIVE-2716: --- cwsteinbach has commented on the revision "HIVE-2716

[jira] [Commented] (HIVE-2716) Move retry logic in HiveMetaStore to a separe class

2012-02-16 Thread Phabricator (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13209965#comment-13209965 ] Phabricator commented on HIVE-2716: --- ashutoshc has commented on the revision "HIVE-2716 [

[jira] [Commented] (HIVE-2716) Move retry logic in HiveMetaStore to a separe class

2012-02-16 Thread Phabricator (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13209975#comment-13209975 ] Phabricator commented on HIVE-2716: --- enis has commented on the revision "HIVE-2716 [jira]

[jira] [Created] (HIVE-2811) Export LANG=en_US.UTF-8 to environment while running tests

2012-02-16 Thread Ashutosh Chauhan (Created) (JIRA)
Export LANG=en_US.UTF-8 to environment while running tests -- Key: HIVE-2811 URL: https://issues.apache.org/jira/browse/HIVE-2811 Project: Hive Issue Type: Bug Components: Tes

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

[jira] [Commented] (HIVE-2716) Move retry logic in HiveMetaStore to a separe class

2012-02-16 Thread Phabricator (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13209984#comment-13209984 ] Phabricator commented on HIVE-2716: --- cwsteinbach has requested changes to the revision "H