[jira] [Created] (HIVE-13337) VectorHashKeyWrapperBatch methods assign*NullsRepeating seem to be missing isNull checks

2016-03-22 Thread Matt McCline (JIRA)
Matt McCline created HIVE-13337: --- Summary: VectorHashKeyWrapperBatch methods assign*NullsRepeating seem to be missing isNull checks Key: HIVE-13337 URL: https://issues.apache.org/jira/browse/HIVE-13337

[jira] [Created] (HIVE-13336) Transform unix_timestamp(args) into to_unix_timestamp(args)

2016-03-22 Thread Gopal V (JIRA)
Gopal V created HIVE-13336: -- Summary: Transform unix_timestamp(args) into to_unix_timestamp(args) Key: HIVE-13336 URL: https://issues.apache.org/jira/browse/HIVE-13336 Project: Hive Issue Type: Imp

[jira] [Created] (HIVE-13335) get rid of TxnHandler.TIMED_OUT_TXN_ABORT_BATCH_SIZE

2016-03-22 Thread Eugene Koifman (JIRA)
Eugene Koifman created HIVE-13335: - Summary: get rid of TxnHandler.TIMED_OUT_TXN_ABORT_BATCH_SIZE Key: HIVE-13335 URL: https://issues.apache.org/jira/browse/HIVE-13335 Project: Hive Issue Typ

[jira] [Created] (HIVE-13334) stats state is not captured correctly

2016-03-22 Thread Ashutosh Chauhan (JIRA)
Ashutosh Chauhan created HIVE-13334: --- Summary: stats state is not captured correctly Key: HIVE-13334 URL: https://issues.apache.org/jira/browse/HIVE-13334 Project: Hive Issue Type: Bug

[jira] [Created] (HIVE-13333) StatsOptimizer throws ClassCastException

2016-03-22 Thread Ashutosh Chauhan (JIRA)
Ashutosh Chauhan created HIVE-1: --- Summary: StatsOptimizer throws ClassCastException Key: HIVE-1 URL: https://issues.apache.org/jira/browse/HIVE-1 Project: Hive Issue Type: Bug

[jira] [Created] (HIVE-13332) support dumping all row indexes in ORC FileDump

2016-03-22 Thread Sergey Shelukhin (JIRA)
Sergey Shelukhin created HIVE-13332: --- Summary: support dumping all row indexes in ORC FileDump Key: HIVE-13332 URL: https://issues.apache.org/jira/browse/HIVE-13332 Project: Hive Issue Type

[jira] [Created] (HIVE-13331) Failures when concatenating ORC files using tez

2016-03-22 Thread Ashish Shenoy (JIRA)
Ashish Shenoy created HIVE-13331: Summary: Failures when concatenating ORC files using tez Key: HIVE-13331 URL: https://issues.apache.org/jira/browse/HIVE-13331 Project: Hive Issue Type: Bug

[jira] [Created] (HIVE-13330) ORC vectorized string dictionary reader does not differentiate null vs empty string dictionary

2016-03-22 Thread Prasanth Jayachandran (JIRA)
Prasanth Jayachandran created HIVE-13330: Summary: ORC vectorized string dictionary reader does not differentiate null vs empty string dictionary Key: HIVE-13330 URL: https://issues.apache.org/jira/browse/

Re: Review Request 45062: HIVE-13241 LLAP: Incremental Caching marks some small chunks as "incomplete CB"

2016-03-22 Thread Sergey Shelukhin
> On March 22, 2016, 5:09 a.m., Gopal V wrote: > > llap-server/src/java/org/apache/hadoop/hive/llap/io/encoded/OrcEncodedDataReader.java, > > line 844 > > > > > > is Data ever non-null here? > > Sergey Shelukhin wr

Re: Review Request 45062: HIVE-13241 LLAP: Incremental Caching marks some small chunks as "incomplete CB"

2016-03-22 Thread Sergey Shelukhin
> On March 22, 2016, 5:09 a.m., Gopal V wrote: > > llap-server/src/java/org/apache/hadoop/hive/llap/io/encoded/OrcEncodedDataReader.java, > > line 844 > > > > > > is Data ever non-null here? Yes, in EncodedReaderIm

Re: Review Request 45137: HiveServer2: Make ZK config publishing configurable

2016-03-22 Thread Vaibhav Gumashta
> On March 22, 2016, 6:24 a.m., Thejas Nair wrote: > > service/src/java/org/apache/hive/service/server/HiveServer2.java, line 257 > > > > > > better to avoid these cosmetic changes that don't seem to improve style >

[jira] [Created] (HIVE-13329) Hive query id should not be allowed to be modified by users.

2016-03-22 Thread Vikram Dixit K (JIRA)
Vikram Dixit K created HIVE-13329: - Summary: Hive query id should not be allowed to be modified by users. Key: HIVE-13329 URL: https://issues.apache.org/jira/browse/HIVE-13329 Project: Hive

[jira] [Created] (HIVE-13328) Cannot Quey Hive External Returning 0 values

2016-03-22 Thread bharath kumar (JIRA)
bharath kumar created HIVE-13328: Summary: Cannot Quey Hive External Returning 0 values Key: HIVE-13328 URL: https://issues.apache.org/jira/browse/HIVE-13328 Project: Hive Issue Type: Bug

Re: select count(*) from table;

2016-03-22 Thread Amey Barve
Thanks Nitin, Mich, if its just plain vanilla text file format, it needs to run a job to get the count so the longest of all --> Hive must be translating some operator like fetch (for count) into a map-reduce job and getting the result? Can a custom storage handler get information about the operat

Re: select count(*) from table;

2016-03-22 Thread Nitin Pawar
If you have enabled performance optimization by enabling statistics it will come from there if the underlying file format supports infile statistics (like ORC), it will come from there if its just plain vanilla text file format, it needs to run a job to get the count so the longest of all On Tue,

select count(*) from table;

2016-03-22 Thread Amey Barve
select count(*) from table; How does hive evaluate count(*) on a table? Does it return count by actually querying table, or directly return count by consulting some statistics locally. For Hive's Text format it takes few seconds while Hive's Orc format takes fraction of seconds. Regards, Amey

Re: Error in Hive on Spark

2016-03-22 Thread Stana
Hi, Xuefu You are right. Maybe I should launch spark-submit by HS2 or Hive CLI ? Thanks a lot, Stana 2016-03-22 1:16 GMT+08:00 Xuefu Zhang : > Stana, > > I'm not sure if I fully understand the problem. spark-submit is launched in > the same host as your application, which should be able to acc