[jira] [Created] (HIVE-15281) Hive Support Load a binary formatted or ORC files to ORC table directly

2016-11-23 Thread Tran Quyet Thang (JIRA)
Tran Quyet Thang created HIVE-15281: --- Summary: Hive Support Load a binary formatted or ORC files to ORC table directly Key: HIVE-15281 URL: https://issues.apache.org/jira/browse/HIVE-15281 Project:

[jira] [Created] (HIVE-15280) Hive.mvFile() misses the "." char when joining the filename + extension

2016-11-23 Thread JIRA
Sergio Peña created HIVE-15280: -- Summary: Hive.mvFile() misses the "." char when joining the filename + extension Key: HIVE-15280 URL: https://issues.apache.org/jira/browse/HIVE-15280 Project: Hive

[jira] [Created] (HIVE-15279) map join dummy operators are not set up correctly in certain cases with merge join

2016-11-23 Thread Sergey Shelukhin (JIRA)
Sergey Shelukhin created HIVE-15279: --- Summary: map join dummy operators are not set up correctly in certain cases with merge join Key: HIVE-15279 URL: https://issues.apache.org/jira/browse/HIVE-15279

[jira] [Created] (HIVE-15278) PTF+SortMergeJoin = NPE

2016-11-23 Thread Sergey Shelukhin (JIRA)
Sergey Shelukhin created HIVE-15278: --- Summary: PTF+SortMergeJoin = NPE Key: HIVE-15278 URL: https://issues.apache.org/jira/browse/HIVE-15278 Project: Hive Issue Type: Bug Report

[jira] [Created] (HIVE-15277) Teach Hive how to create/delete Druid segments

2016-11-23 Thread slim bouguerra (JIRA)
slim bouguerra created HIVE-15277: - Summary: Teach Hive how to create/delete Druid segments Key: HIVE-15277 URL: https://issues.apache.org/jira/browse/HIVE-15277 Project: Hive Issue Type: Bu

Re: Review Request 54042: HIVE-15114: Remove extra MoveTask operators from the ConditionalTask

2016-11-23 Thread Sergio Pena
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/54042/#review156798 --- ql/src/java/org/apache/hadoop/hive/ql/optimizer/GenMapRedUtils.ja

Re: Review Request 54042: HIVE-15114: Remove extra MoveTask operators from the ConditionalTask

2016-11-23 Thread Aihua Xu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/54042/#review156792 --- ql/src/java/org/apache/hadoop/hive/ql/optimizer/GenMapRedUtils.ja

Re: Review Request 53806: HIVE-15217: Add watch mode to llap status tool

2016-11-23 Thread j . prasanth . j
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/53806/ --- (Updated Nov. 23, 2016, 9:48 p.m.) Review request for hive and Sergey Shelukhin

FOSDEM 2017 HPC, Bigdata and Data Science DevRoom CFP is closing soon

2016-11-23 Thread Roman Shaposhnik
Hi! apologies for the extra wide distribution (this exhausts my once a year ASF mail-to-all-bigdata-projects quota ;-)) but I wanted to suggest that all of you should consider submitting talks to FOSDEM 2017 HPC, Bigdata and Data Science DevRoom: https://hpc-bigdata-fosdem17.github.io/ It was

Review Request 54042: HIVE-15114: Remove extra MoveTask operators from the ConditionalTask

2016-11-23 Thread Sergio Pena
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/54042/ --- Review request for hive. Bugs: HIVE-15114 https://issues.apache.org/jira/br

[jira] [Created] (HIVE-15276) CLIs spell "substitution" as "subsitution" and "auxiliary" as "auxillary"

2016-11-23 Thread Grant Sohn (JIRA)
Grant Sohn created HIVE-15276: - Summary: CLIs spell "substitution" as "subsitution" and "auxiliary" as "auxillary" Key: HIVE-15276 URL: https://issues.apache.org/jira/browse/HIVE-15276 Project: Hive

[jira] [Created] (HIVE-15275) "beeline -f " will throw NPE

2016-11-23 Thread Aihua Xu (JIRA)
Aihua Xu created HIVE-15275: --- Summary: "beeline -f " will throw NPE Key: HIVE-15275 URL: https://issues.apache.org/jira/browse/HIVE-15275 Project: Hive Issue Type: Bug Components: Beelin

[jira] [Created] (HIVE-15274) wrong results on the column __time

2016-11-23 Thread slim bouguerra (JIRA)
slim bouguerra created HIVE-15274: - Summary: wrong results on the column __time Key: HIVE-15274 URL: https://issues.apache.org/jira/browse/HIVE-15274 Project: Hive Issue Type: Bug C

[jira] [Created] (HIVE-15273) Http Client not configured correctly

2016-11-23 Thread slim bouguerra (JIRA)
slim bouguerra created HIVE-15273: - Summary: Http Client not configured correctly Key: HIVE-15273 URL: https://issues.apache.org/jira/browse/HIVE-15273 Project: Hive Issue Type: Bug

Review Request 54032: Enable CBO on interval literals

2016-11-23 Thread Ashutosh Chauhan
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/54032/ --- Review request for hive and pengcheng xiong. Bugs: HIVE-15258 https://issue

[jira] [Created] (HIVE-15272) "LEFT OUTER JOIN" Is not populating different records with Hive On Spark

2016-11-23 Thread Vikash Pareek (JIRA)
Vikash Pareek created HIVE-15272: Summary: "LEFT OUTER JOIN" Is not populating different records with Hive On Spark Key: HIVE-15272 URL: https://issues.apache.org/jira/browse/HIVE-15272 Project: Hive

Re: Review Request 53966: HIVE-15199: INSERT INTO data on S3 is replacing the old rows with the new ones

2016-11-23 Thread Illya Yalovyy
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/53966/#review156738 --- The patch looks good to me. We probably want to add a integration

[jira] [Created] (HIVE-15271) Interval support - full sql-2011 compliance

2016-11-23 Thread Zoltan Haindrich (JIRA)
Zoltan Haindrich created HIVE-15271: --- Summary: Interval support - full sql-2011 compliance Key: HIVE-15271 URL: https://issues.apache.org/jira/browse/HIVE-15271 Project: Hive Issue Type: Im

Re: Review Request 53806: HIVE-15217: Add watch mode to llap status tool

2016-11-23 Thread j . prasanth . j
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/53806/ --- (Updated Nov. 23, 2016, 8:48 a.m.) Review request for hive and Sergey Shelukhin