[jira] [Commented] (HIVE-11755) Incorrect method called with Kerberos enabled in AccumuloStorageHandler

2015-11-12 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15002743#comment-15002743 ] Josh Elser commented on HIVE-11755: --- Thank you, sir! > Incorrect method called with Kerberos enabled in

[jira] [Commented] (HIVE-11583) When PTF is used over a large partitions result could be corrupted

2015-11-12 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11583?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15002983#comment-15002983 ] Sergey Shelukhin commented on HIVE-11583: - You could generate it in the test by repeatedly cross

[jira] [Updated] (HIVE-11120) Generic interface for file format validation

2015-11-12 Thread Prasanth Jayachandran (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11120?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Prasanth Jayachandran updated HIVE-11120: - Attachment: HIVE-11120.4.patch Addressed comments about disabling file format

[jira] [Updated] (HIVE-12238) Vectorization: Thread-safety errors in VectorUDFDate

2015-11-12 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12238?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin updated HIVE-12238: Target Version/s: (was: 1.3.0) > Vectorization: Thread-safety errors in VectorUDFDate >

[jira] [Commented] (HIVE-12330) Fix precommit Spark test part2

2015-11-12 Thread Szehon Ho (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15002843#comment-15002843 ] Szehon Ho commented on HIVE-12330: -- Thanks Sergio for the fix, +1 pending tests. > Fix precommit Spark

[jira] [Commented] (HIVE-11684) Implement limit pushdown through outer join in CBO

2015-11-12 Thread Hive QA (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11684?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15002866#comment-15002866 ] Hive QA commented on HIVE-11684: Here are the results of testing the latest attachment:

[jira] [Updated] (HIVE-12063) Pad Decimal numbers with trailing zeros to the scale of the column

2015-11-12 Thread Lefty Leverenz (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12063?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lefty Leverenz updated HIVE-12063: -- Labels: TODOC2.0 (was: ) > Pad Decimal numbers with trailing zeros to the scale of the column

[jira] [Commented] (HIVE-12394) 0 is added when you insert decimal value which number of fractional digits is less than defined scale

2015-11-12 Thread Lefty Leverenz (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12394?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15002898#comment-15002898 ] Lefty Leverenz commented on HIVE-12394: --- I had thought HIVE-12063 didn't need documentation, but

[jira] [Commented] (HIVE-12063) Pad Decimal numbers with trailing zeros to the scale of the column

2015-11-12 Thread Lefty Leverenz (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12063?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15002929#comment-15002929 ] Lefty Leverenz commented on HIVE-12063: --- Doc note: To reduce confusion (such as HIVE-12394) this

[jira] [Resolved] (HIVE-7129) Change datanucleus.fixedDatastore config to true

2015-11-12 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashutosh Chauhan resolved HIVE-7129. Resolution: Duplicate Resolving this as duplicate, since there is no more discussion on

[jira] [Commented] (HIVE-12391) SkewJoinOptimizer might not kick in if columns are renamed after TS

2015-11-12 Thread Hive QA (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15003023#comment-15003023 ] Hive QA commented on HIVE-12391: Here are the results of testing the latest attachment:

[jira] [Commented] (HIVE-11981) ORC Schema Evolution Issues (Vectorized, ACID, and Non-Vectorized)

2015-11-12 Thread Matt McCline (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11981?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15002796#comment-15002796 ] Matt McCline commented on HIVE-11981: - [~prasanth_j] A clean Hive QA run! > ORC Schema Evolution

[jira] [Commented] (HIVE-10985) Value based windowing on timestamp and double can't handle NULL value

2015-11-12 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-10985?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15002859#comment-15002859 ] Aihua Xu commented on HIVE-10985: - Yeah. It should be backported to branch-1. > Value based windowing on

[jira] [Commented] (HIVE-12391) SkewJoinOptimizer might not kick in if columns are renamed after TS

2015-11-12 Thread Lefty Leverenz (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15002860#comment-15002860 ] Lefty Leverenz commented on HIVE-12391: --- Excuse my ignorance, but what does TS mean? (Best guess:

[jira] [Commented] (HIVE-11583) When PTF is used over a large partitions result could be corrupted

2015-11-12 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11583?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15002955#comment-15002955 ] Sergey Shelukhin commented on HIVE-11583: - This was committed a while ago... the test can be

[jira] [Updated] (HIVE-12395) Turn off hive.support.special.characters.tablename for CBO tests until feature is complete

2015-11-12 Thread Pengcheng Xiong (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12395?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pengcheng Xiong updated HIVE-12395: --- Summary: Turn off hive.support.special.characters.tablename for CBO tests until feature is

[jira] [Updated] (HIVE-12395) Turn off CBO for hive.support.special.characters.tablename tests until feature is complete

2015-11-12 Thread Pengcheng Xiong (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12395?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pengcheng Xiong updated HIVE-12395: --- Summary: Turn off CBO for hive.support.special.characters.tablename tests until feature is

[jira] [Resolved] (HIVE-12264) MoveTask file format check looks only the table input format

2015-11-12 Thread Prasanth Jayachandran (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12264?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Prasanth Jayachandran resolved HIVE-12264. -- Resolution: Implemented This is covered in HIVE-11120 patch. > MoveTask file

[jira] [Updated] (HIVE-12341) LLAP: add security to daemon protocol endpoint (excluding shuffle)

2015-11-12 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12341?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin updated HIVE-12341: Summary: LLAP: add security to daemon protocol endpoint (excluding shuffle) (was: LLAP:

[jira] [Updated] (HIVE-12065) FS stats collection may generate incorrect stats for multi-insert query

2015-11-12 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12065?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin updated HIVE-12065: Target Version/s: 1.3.0 > FS stats collection may generate incorrect stats for multi-insert

[jira] [Updated] (HIVE-10974) Use Configuration::getRaw() for the Base64 data

2015-11-12 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-10974?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin updated HIVE-10974: Target Version/s: 1.3.0 > Use Configuration::getRaw() for the Base64 data >

[jira] [Updated] (HIVE-10807) Invalidate basic stats for insert queries if autogather=false

2015-11-12 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-10807?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin updated HIVE-10807: Target Version/s: 1.3.0 > Invalidate basic stats for insert queries if autogather=false >

[jira] [Updated] (HIVE-11375) Broken processing of queries containing NOT (x IS NOT NULL and x <> 0)

2015-11-12 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11375?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin updated HIVE-11375: Target Version/s: 1.3.0 > Broken processing of queries containing NOT (x IS NOT NULL and x

[jira] [Updated] (HIVE-11340) Create ORC based table using like clause doesn't copy compression property

2015-11-12 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11340?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin updated HIVE-11340: Target Version/s: 1.3.0 > Create ORC based table using like clause doesn't copy compression

[jira] [Updated] (HIVE-12156) expanding view doesn't quote reserved keyword

2015-11-12 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12156?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin updated HIVE-12156: Target Version/s: 1.3.0 > expanding view doesn't quote reserved keyword >

[jira] [Updated] (HIVE-11846) CliDriver shutdown tries to drop index table again which was already dropped when dropping the original table

2015-11-12 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11846?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin updated HIVE-11846: Target Version/s: 1.3.0 > CliDriver shutdown tries to drop index table again which was

[jira] [Updated] (HIVE-9811) Hive on Tez leaks WorkMap objects

2015-11-12 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9811?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin updated HIVE-9811: --- Target Version/s: 1.3.0 > Hive on Tez leaks WorkMap objects >

[jira] [Updated] (HIVE-10687) AvroDeserializer fails to deserialize evolved union fields

2015-11-12 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-10687?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin updated HIVE-10687: Target Version/s: 1.3.0 > AvroDeserializer fails to deserialize evolved union fields >

[jira] [Updated] (HIVE-12238) Vectorization: Thread-safety errors in VectorUDFDate

2015-11-12 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12238?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin updated HIVE-12238: Target Version/s: 1.3.0 > Vectorization: Thread-safety errors in VectorUDFDate >

[jira] [Updated] (HIVE-11506) Casting varchar/char type to string cannot be vectorized

2015-11-12 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11506?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin updated HIVE-11506: Target Version/s: 1.3.0 > Casting varchar/char type to string cannot be vectorized >

[jira] [Updated] (HIVE-12311) explain CTAS fails if the table already exists

2015-11-12 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12311?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin updated HIVE-12311: Target Version/s: 1.3.0 > explain CTAS fails if the table already exists >

[jira] [Updated] (HIVE-11025) In windowing spec, when the datatype is decimal, it's comparing the value against NULL value incorrectly

2015-11-12 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11025?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin updated HIVE-11025: Target Version/s: 1.3.0 > In windowing spec, when the datatype is decimal, it's comparing

[jira] [Updated] (HIVE-12268) Context leaks deleteOnExit paths

2015-11-12 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12268?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin updated HIVE-12268: Target Version/s: 1.3.0 > Context leaks deleteOnExit paths >

[jira] [Commented] (HIVE-12391) SkewJoinOptimizer might not kick in if columns are renamed after TS

2015-11-12 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15002738#comment-15002738 ] Ashutosh Chauhan commented on HIVE-12391: - [~jcamachorodriguez] can you create a RB for this ? >

[jira] [Updated] (HIVE-10985) Value based windowing on timestamp and double can't handle NULL value

2015-11-12 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-10985?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin updated HIVE-10985: Target Version/s: 1.3.0 > Value based windowing on timestamp and double can't handle NULL

[jira] [Updated] (HIVE-11176) Caused by: java.lang.ClassCastException: org.apache.hadoop.hive.serde2.lazybinary.LazyBinaryStruct cannot be cast to [Ljava.lang.Object;

2015-11-12 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin updated HIVE-11176: Target Version/s: 1.3.0 > Caused by: java.lang.ClassCastException: >

[jira] [Updated] (HIVE-12304) "drop database cascade" needs to unregister functions

2015-11-12 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin updated HIVE-12304: Target Version/s: 1.3.0 > "drop database cascade" needs to unregister functions >

[jira] [Updated] (HIVE-11321) Move OrcFile.OrcTableProperties from OrcFile into OrcConf.

2015-11-12 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11321?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin updated HIVE-11321: Target Version/s: 1.3.0 > Move OrcFile.OrcTableProperties from OrcFile into OrcConf. >

[jira] [Updated] (HIVE-12265) Generate lineage info only if requested

2015-11-12 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12265?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin updated HIVE-12265: Target Version/s: 1.3.0 > Generate lineage info only if requested >

[jira] [Updated] (HIVE-12187) Release plan once a query is executed

2015-11-12 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12187?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin updated HIVE-12187: Target Version/s: 1.3.0 > Release plan once a query is executed >

[jira] [Updated] (HIVE-11897) JDO rollback can throw pointless exceptions

2015-11-12 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11897?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin updated HIVE-11897: Target Version/s: 1.3.0 > JDO rollback can throw pointless exceptions >

[jira] [Commented] (HIVE-11375) Broken processing of queries containing NOT (x IS NOT NULL and x <> 0)

2015-11-12 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11375?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15002850#comment-15002850 ] Aihua Xu commented on HIVE-11375: - Yeah. It should be backported to branch-1. > Broken processing of

[jira] [Updated] (HIVE-7476) CTAS does not work properly for s3

2015-11-12 Thread Szehon Ho (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7476?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Szehon Ho updated HIVE-7476: Fix Version/s: 1.3.0 Cherry-picked to branch-1 > CTAS does not work properly for s3 >

[jira] [Updated] (HIVE-11201) HCatalog is ignoring user specified avro schema in the table definition

2015-11-12 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11201?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin updated HIVE-11201: Target Version/s: 1.3.0 > HCatalog is ignoring user specified avro schema in the table

[jira] [Updated] (HIVE-11228) Mutation API should use semi-shared locks.

2015-11-12 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11228?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin updated HIVE-11228: Target Version/s: 1.3.0 > Mutation API should use semi-shared locks. >

[jira] [Updated] (HIVE-12215) Exchange partition does not show outputs field for post/pre execute hooks

2015-11-12 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12215?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin updated HIVE-12215: Target Version/s: 1.3.0 > Exchange partition does not show outputs field for post/pre

[jira] [Updated] (HIVE-11356) SMB join on tez fails when one of the tables is empty

2015-11-12 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11356?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin updated HIVE-11356: Target Version/s: 1.3.0 > SMB join on tez fails when one of the tables is empty >

[jira] [Updated] (HIVE-11748) HivePreparedStatement's setTimestamp() does not quote value as required

2015-11-12 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11748?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin updated HIVE-11748: Target Version/s: 1.3.0 > HivePreparedStatement's setTimestamp() does not quote value as

[jira] [Updated] (HIVE-11723) Incorrect string literal escaping

2015-11-12 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11723?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin updated HIVE-11723: Target Version/s: 1.3.0 > Incorrect string literal escaping >

[jira] [Updated] (HIVE-11819) HiveServer2 catches OOMs on request threads

2015-11-12 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11819?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin updated HIVE-11819: Target Version/s: 1.3.0 > HiveServer2 catches OOMs on request threads >

[jira] [Updated] (HIVE-12011) unable to create temporary table using CTAS if regular table with that name already exists

2015-11-12 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12011?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin updated HIVE-12011: Target Version/s: 1.3.0 > unable to create temporary table using CTAS if regular table with

[jira] [Updated] (HIVE-11973) IN operator fails when the column type is DATE

2015-11-12 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11973?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin updated HIVE-11973: Target Version/s: 1.3.0 > IN operator fails when the column type is DATE >

[jira] [Updated] (HIVE-11898) support default partition in metastoredirectsql

2015-11-12 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11898?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin updated HIVE-11898: Target Version/s: 1.3.0 > support default partition in metastoredirectsql >

[jira] [Updated] (HIVE-11197) While extracting join conditions follow Hive rules for type conversion instead of Calcite

2015-11-12 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11197?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin updated HIVE-11197: Target Version/s: 1.3.0 > While extracting join conditions follow Hive rules for type

[jira] [Updated] (HIVE-11333) ColumnPruner prunes columns of UnionOperator that should be kept

2015-11-12 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11333?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin updated HIVE-11333: Target Version/s: 1.3.0 > ColumnPruner prunes columns of UnionOperator that should be kept

[jira] [Updated] (HIVE-7476) CTAS does not work properly for s3

2015-11-12 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7476?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin updated HIVE-7476: --- Target Version/s: 1.3.0 > CTAS does not work properly for s3 >

[jira] [Updated] (HIVE-12364) Distcp job fails when run under Tez

2015-11-12 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12364?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin updated HIVE-12364: Target Version/s: 1.3.0 > Distcp job fails when run under Tez >

[jira] [Updated] (HIVE-11616) DelegationTokenSecretManager reuses the same objectstore, which has concurrency issues

2015-11-12 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11616?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin updated HIVE-11616: Fix Version/s: 1.3.0 > DelegationTokenSecretManager reuses the same objectstore, which has

[jira] [Updated] (HIVE-12263) Hive SchemaTool does not tolerate leading spaces in JDBC url

2015-11-12 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12263?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin updated HIVE-12263: Target Version/s: 1.3.0 > Hive SchemaTool does not tolerate leading spaces in JDBC url >

[jira] [Updated] (HIVE-11718) JDBC ResultSet.setFetchSize(0) returns no results

2015-11-12 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11718?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin updated HIVE-11718: Target Version/s: 1.3.0 > JDBC ResultSet.setFetchSize(0) returns no results >

[jira] [Updated] (HIVE-11120) Generic interface for file format validation

2015-11-12 Thread Prasanth Jayachandran (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11120?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Prasanth Jayachandran updated HIVE-11120: - Attachment: HIVE-11120.3.patch Thanks for the reviews [~xuefuz]! Made the maps

[jira] [Commented] (HIVE-12215) Exchange partition does not show outputs field for post/pre execute hooks

2015-11-12 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15002856#comment-15002856 ] Aihua Xu commented on HIVE-12215: - Yeah. It should be backported to branch-1. > Exchange partition does

[jira] [Commented] (HIVE-10906) Value based UDAF function without orderby expression throws NPE

2015-11-12 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-10906?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15002852#comment-15002852 ] Aihua Xu commented on HIVE-10906: - Yeah. It should be backported to branch-1. > Value based UDAF function

[jira] [Commented] (HIVE-11025) In windowing spec, when the datatype is decimal, it's comparing the value against NULL value incorrectly

2015-11-12 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11025?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15002858#comment-15002858 ] Aihua Xu commented on HIVE-11025: - Yeah. It should be backported to branch-1. > In windowing spec, when

[jira] [Commented] (HIVE-11583) When PTF is used over a large partitions result could be corrupted

2015-11-12 Thread Illya Yalovyy (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11583?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15002949#comment-15002949 ] Illya Yalovyy commented on HIVE-11583: -- What about a qtest for this issue? What is the best course of

[jira] [Commented] (HIVE-11583) When PTF is used over a large partitions result could be corrupted

2015-11-12 Thread Illya Yalovyy (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11583?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15002963#comment-15002963 ] Illya Yalovyy commented on HIVE-11583: -- In a nutshell the question is what is the best way to

[jira] [Updated] (HIVE-12397) LLAP: add security to daemon-hosted shuffle

2015-11-12 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12397?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin updated HIVE-12397: Assignee: Siddharth Seth (was: Sergey Shelukhin) > LLAP: add security to daemon-hosted

[jira] [Commented] (HIVE-11120) Generic interface for file format validation

2015-11-12 Thread Xuefu Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11120?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15002798#comment-15002798 ] Xuefu Zhang commented on HIVE-11120: Patch looks good. One comment on RB. > Generic interface for

[jira] [Updated] (HIVE-12395) Turn off hive.support.special.characters.tablename by default until feature is complete

2015-11-12 Thread Pengcheng Xiong (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12395?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pengcheng Xiong updated HIVE-12395: --- Attachment: HIVE-12395.01.patch > Turn off hive.support.special.characters.tablename by

[jira] [Updated] (HIVE-12399) Native Vector MapJoin can encounter "Null key not expected in MapJoin" and "Unexpected NULL in map join small table" exceptions

2015-11-12 Thread Matt McCline (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12399?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt McCline updated HIVE-12399: Attachment: HIVE-12399.01.patch > Native Vector MapJoin can encounter "Null key not expected in

[jira] [Commented] (HIVE-11132) Queries using join and group by produce incorrect output when hive.auto.convert.join=false and hive.optimize.reducededuplication=true

2015-11-12 Thread Rich Haase (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15002911#comment-15002911 ] Rich Haase commented on HIVE-11132: --- It's definitely a bug. I would think that back porting would make

[jira] [Commented] (HIVE-1841) datanucleus.fixedDatastore should be true in hive-default.xml

2015-11-12 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1841?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15002976#comment-15002976 ] Ashutosh Chauhan commented on HIVE-1841: Now we have schemaTool which automates schema creation

[jira] [Commented] (HIVE-12330) Fix precommit Spark test part2

2015-11-12 Thread Hive QA (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15003035#comment-15003035 ] Hive QA commented on HIVE-12330: Here are the results of testing the latest attachment:

[jira] [Updated] (HIVE-11981) ORC Schema Evolution Issues (Vectorized, ACID, and Non-Vectorized)

2015-11-12 Thread Matt McCline (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11981?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt McCline updated HIVE-11981: Attachment: HIVE-11981.099.patch > ORC Schema Evolution Issues (Vectorized, ACID, and

[jira] [Commented] (HIVE-12385) schematool failed on MySQL

2015-11-12 Thread Hive QA (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15001821#comment-15001821 ] Hive QA commented on HIVE-12385: Here are the results of testing the latest attachment:

[jira] [Commented] (HIVE-12388) GetTables cannot get external tables when TABLE type argument is given

2015-11-12 Thread Szehon Ho (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15001832#comment-15001832 ] Szehon Ho commented on HIVE-12388: -- Thanks for catching the issue, patch makes sense. minor comments:

[jira] [Commented] (HIVE-12357) Allow user to set tez job name

2015-11-12 Thread Hive QA (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12357?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15001906#comment-15001906 ] Hive QA commented on HIVE-12357: Here are the results of testing the latest attachment:

[jira] [Commented] (HIVE-9970) Hive on spark

2015-11-12 Thread Qiuzhuang Lian (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9970?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15001843#comment-15001843 ] Qiuzhuang Lian commented on HIVE-9970: -- Hi Xuefu, I use spark trunk version of 1.6 + hadoop 2.6.0 +

[jira] [Commented] (HIVE-11120) Generic interface for file format validation

2015-11-12 Thread Xuefu Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11120?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15003104#comment-15003104 ] Xuefu Zhang commented on HIVE-11120: +1 > Generic interface for file format validation >

[jira] [Commented] (HIVE-12330) Fix precommit Spark test part2

2015-11-12 Thread Xuefu Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15003158#comment-15003158 ] Xuefu Zhang commented on HIVE-12330: spark-branch > Fix precommit Spark test part2 >

[jira] [Updated] (HIVE-12395) Turn off CBO for hive.support.special.characters.tablename tests until feature is complete

2015-11-12 Thread Pengcheng Xiong (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12395?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pengcheng Xiong updated HIVE-12395: --- Attachment: HIVE-12395.02.patch > Turn off CBO for hive.support.special.characters.tablename

[jira] [Commented] (HIVE-12268) Context leaks deleteOnExit paths

2015-11-12 Thread Jimmy Xiang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12268?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15003270#comment-15003270 ] Jimmy Xiang commented on HIVE-12268: Yes, pushed the patch to branch-1. > Context leaks deleteOnExit

[jira] [Commented] (HIVE-12187) Release plan once a query is executed

2015-11-12 Thread Jimmy Xiang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15003277#comment-15003277 ] Jimmy Xiang commented on HIVE-12187: This is an enhancement. The backport is not clean. It is safer

[jira] [Updated] (HIVE-12402) Split hive.root.logger separately to make it compatible with log4j1.x

2015-11-12 Thread Prasanth Jayachandran (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12402?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Prasanth Jayachandran updated HIVE-12402: - Issue Type: Sub-task (was: Bug) Parent: HIVE-11304 > Split

[jira] [Updated] (HIVE-12402) Split hive.root.logger separately to make it compatible with log4j1.x

2015-11-12 Thread Prasanth Jayachandran (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12402?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Prasanth Jayachandran updated HIVE-12402: - Component/s: Logging > Split hive.root.logger separately to make it compatible

[jira] [Commented] (HIVE-12045) ClassNotFound for GenericUDF in "select distinct..." query (Hive on Spark)

2015-11-12 Thread Xuefu Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12045?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15003375#comment-15003375 ] Xuefu Zhang commented on HIVE-12045: Hi Rui, For more info about the test run failures, please take a

[jira] [Commented] (HIVE-12397) LLAP: add security to daemon-hosted shuffle

2015-11-12 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15003369#comment-15003369 ] Sergey Shelukhin commented on HIVE-12397: - [~sseth] I attached a patch to related jira. You can

[jira] [Updated] (HIVE-12367) Lock/unlock database should add current database to inputs and outputs of authz hook

2015-11-12 Thread Dapeng Sun (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12367?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dapeng Sun updated HIVE-12367: -- Attachment: HIVE-12367.002.patch > Lock/unlock database should add current database to inputs and

[jira] [Comment Edited] (HIVE-12341) LLAP: add security to daemon protocol endpoint (excluding shuffle)

2015-11-12 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12341?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15003364#comment-15003364 ] Sergey Shelukhin edited comment on HIVE-12341 at 11/13/15 1:38 AM: ---

[jira] [Updated] (HIVE-10974) Use Configuration::getRaw() for the Base64 data

2015-11-12 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-10974?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin updated HIVE-10974: Target Version/s: (was: 1.3.0) > Use Configuration::getRaw() for the Base64 data >

[jira] [Updated] (HIVE-11607) Export tables broken for data > 32 MB

2015-11-12 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11607?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin updated HIVE-11607: Target Version/s: 1.3.0 > Export tables broken for data > 32 MB >

[jira] [Updated] (HIVE-10906) Value based UDAF function without orderby expression throws NPE

2015-11-12 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-10906?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin updated HIVE-10906: Target Version/s: 1.3.0 > Value based UDAF function without orderby expression throws NPE >

[jira] [Updated] (HIVE-12246) Orc FileDump fails with Missing CLI jar

2015-11-12 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12246?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin updated HIVE-12246: Target Version/s: 1.3.0 > Orc FileDump fails with Missing CLI jar >

[jira] [Updated] (HIVE-11132) Queries using join and group by produce incorrect output when hive.auto.convert.join=false and hive.optimize.reducededuplication=true

2015-11-12 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin updated HIVE-11132: Target Version/s: 1.3.0 > Queries using join and group by produce incorrect output when >

[jira] [Updated] (HIVE-11278) Partition.setOutputFormatClass should not do toString for Class object

2015-11-12 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin updated HIVE-11278: Target Version/s: 1.3.0 > Partition.setOutputFormatClass should not do toString for Class

[jira] [Updated] (HIVE-11977) Hive should handle an external avro table with zero length files present

2015-11-12 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11977?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin updated HIVE-11977: Target Version/s: 1.3.0 > Hive should handle an external avro table with zero length files

[jira] [Updated] (HIVE-11293) HiveConnection.setAutoCommit(true) throws exception

2015-11-12 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11293?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin updated HIVE-11293: Target Version/s: 1.3.0 > HiveConnection.setAutoCommit(true) throws exception >

[jira] [Updated] (HIVE-12207) Query fails when non-ascii characters are used in string literals

2015-11-12 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12207?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin updated HIVE-12207: Target Version/s: 1.3.0 > Query fails when non-ascii characters are used in string literals

[jira] [Updated] (HIVE-11597) [CBO new return path] Handling of strings of zero-length

2015-11-12 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11597?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin updated HIVE-11597: Target Version/s: 1.3.0 > [CBO new return path] Handling of strings of zero-length >

[jira] [Updated] (HIVE-11504) Predicate pushing down doesn't work for float type for Parquet

2015-11-12 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11504?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin updated HIVE-11504: Target Version/s: 1.3.0 > Predicate pushing down doesn't work for float type for Parquet >

  1   2   3   >