[jira] [Created] (HIVE-22928) Allow hive.exec.stagingdir to be a fully qualified directory name

2020-02-25 Thread Thomas Poepping (Jira)
Thomas Poepping created HIVE-22928: -- Summary: Allow hive.exec.stagingdir to be a fully qualified directory name Key: HIVE-22928 URL: https://issues.apache.org/jira/browse/HIVE-22928 Project: Hive

[jira] [Created] (HIVE-16427) Fix multi-insert query and write qtests

2017-04-12 Thread Thomas Poepping (JIRA)
Thomas Poepping created HIVE-16427: -- Summary: Fix multi-insert query and write qtests Key: HIVE-16427 URL: https://issues.apache.org/jira/browse/HIVE-16427 Project: Hive Issue Type: Bug

[jira] [Created] (HIVE-16415) Add blobstore tests for insertion of zero rows

2017-04-10 Thread Thomas Poepping (JIRA)
Thomas Poepping created HIVE-16415: -- Summary: Add blobstore tests for insertion of zero rows Key: HIVE-16415 URL: https://issues.apache.org/jira/browse/HIVE-16415 Project: Hive Issue Type

[jira] [Created] (HIVE-16288) Add blobstore tests for ORC and RCFILE file formats

2017-03-23 Thread Thomas Poepping (JIRA)
Thomas Poepping created HIVE-16288: -- Summary: Add blobstore tests for ORC and RCFILE file formats Key: HIVE-16288 URL: https://issues.apache.org/jira/browse/HIVE-16288 Project: Hive Issue

Re: Review Request 56688: HIVE-15881: Use new thread count variable name instead of mapred.dfsclient.parallelism.max

2017-02-21 Thread Thomas Poepping
/Utilities.java (line 2084) <https://reviews.apache.org/r/56688/#comment238160> The default is already defined in HiveConf, right? Do we need to specify another default here? - Thomas Poepping On Feb. 21, 2017, 9:01 p.m., Sergio Pena

Re: Review Request 56688: HIVE-15881: Use new thread count variable name instead of mapred.dfsclient.parallelism.max

2017-02-14 Thread Thomas Poepping
//reviews.apache.org/r/56688/#comment237516> what if my maxThreads is 1000, but I only have one input path? weren't we going to add a check to not create a too-large threadPool? - Thomas Poepping On Feb. 14, 2017, 10:58 p.m., Sergio Pena wrote: > > --

[jira] [Created] (HIVE-15867) Add blobstore tests for import/export

2017-02-09 Thread Thomas Poepping (JIRA)
Thomas Poepping created HIVE-15867: -- Summary: Add blobstore tests for import/export Key: HIVE-15867 URL: https://issues.apache.org/jira/browse/HIVE-15867 Project: Hive Issue Type: Bug

[jira] [Created] (HIVE-15852) Tablesampling on Tez in low-record case throws ArrayIndexOutOfBoundsException

2017-02-08 Thread Thomas Poepping (JIRA)
Thomas Poepping created HIVE-15852: -- Summary: Tablesampling on Tez in low-record case throws ArrayIndexOutOfBoundsException Key: HIVE-15852 URL: https://issues.apache.org/jira/browse/HIVE-15852

[jira] [Created] (HIVE-15618) Change hive-blobstore tests to run with Tez by default

2017-01-13 Thread Thomas Poepping (JIRA)
Thomas Poepping created HIVE-15618: -- Summary: Change hive-blobstore tests to run with Tez by default Key: HIVE-15618 URL: https://issues.apache.org/jira/browse/HIVE-15618 Project: Hive

[jira] [Created] (HIVE-15576) Fix bug in QTestUtil where lines after a partial mask will not be masked

2017-01-10 Thread Thomas Poepping (JIRA)
Thomas Poepping created HIVE-15576: -- Summary: Fix bug in QTestUtil where lines after a partial mask will not be masked Key: HIVE-15576 URL: https://issues.apache.org/jira/browse/HIVE-15576 Project

[jira] [Created] (HIVE-15266) Edit test output of negative blobstore tests to match HIVE-15226

2016-11-22 Thread Thomas Poepping (JIRA)
Thomas Poepping created HIVE-15266: -- Summary: Edit test output of negative blobstore tests to match HIVE-15226 Key: HIVE-15266 URL: https://issues.apache.org/jira/browse/HIVE-15266 Project: Hive

Re: Review Request 50359: HIVE-14270: Write temporary data to HDFS when doing inserts on tables located on S3

2016-07-22 Thread Thomas Poepping
e multiple things to remember: - this needs to be extensible; not all objectstores are S3 - we need this to be happening in the background, we can't have "if path is S3" in front of each time we find a tmpPath. that's not scalable (from a programmer's point of view, not

[jira] [Created] (HIVE-14174) Fix creating buckets without scheme information

2016-07-06 Thread Thomas Poepping (JIRA)
Thomas Poepping created HIVE-14174: -- Summary: Fix creating buckets without scheme information Key: HIVE-14174 URL: https://issues.apache.org/jira/browse/HIVE-14174 Project: Hive Issue Type

[jira] [Created] (HIVE-14175) Fix creating buckets without scheme information

2016-07-06 Thread Thomas Poepping (JIRA)
Thomas Poepping created HIVE-14175: -- Summary: Fix creating buckets without scheme information Key: HIVE-14175 URL: https://issues.apache.org/jira/browse/HIVE-14175 Project: Hive Issue Type

[jira] [Created] (HIVE-13523) Fix connection leak in ORC RecordReader and refactor for unit testing

2016-04-14 Thread Thomas Poepping (JIRA)
Thomas Poepping created HIVE-13523: -- Summary: Fix connection leak in ORC RecordReader and refactor for unit testing Key: HIVE-13523 URL: https://issues.apache.org/jira/browse/HIVE-13523 Project

[jira] [Created] (HIVE-13405) Fix Connection Leak in OrcRawRecordMerger

2016-04-01 Thread Thomas Poepping (JIRA)
Thomas Poepping created HIVE-13405: -- Summary: Fix Connection Leak in OrcRawRecordMerger Key: HIVE-13405 URL: https://issues.apache.org/jira/browse/HIVE-13405 Project: Hive Issue Type: Bug