Re: use jdbc connect to hive2.0

2016-05-04 Thread kevin
hive1.2.1 the problem is gone. is hive2 not match hadoop2.7.1? 2016-05-04 11:29 GMT+08:00 kevin : > hi all; > I use hive-2.0.0 with hadoop2.7.1 when I connect to the hiveserver2 I got > msg : Failed to open new session: java.lang.RuntimeException: > org.apache.hadoop.ipc.Rem

Re: use jdbc connect to hive2.0

2016-05-04 Thread kevin
t; work. I assume you are trying to have hive.server2.enable.doAs=true. > > I am not sure why you are seeing different behavior with hive 1.2.1 . > > On Wed, May 4, 2016 at 12:27 AM, kevin wrote: > > I found hadoop info is :2016-05-04 13:49:33,785 INFO > > org.apache.hadoop.i

[jira] [Created] (HIVE-20474) SASL negotiation failure

2018-08-27 Thread kevin (JIRA)
kevin created HIVE-20474: Summary: SASL negotiation failure Key: HIVE-20474 URL: https://issues.apache.org/jira/browse/HIVE-20474 Project: Hive Issue Type: Bug Components: Authentication

Release timing for 3.1.2?

2019-07-29 Thread Kevin Marr
Hello Hive Dev Community, I'm Kevin, a Product Manager at Looker (recently acquired by Google). We make business intelligence software and connect to 40+ relational data warehouses, including Hive. Recently we've been struggling with a Hive bug (HIVE-18624 <https://issues.apache.or

Re: Release timing for 3.1.2?

2019-08-09 Thread Kevin Marr
lease. I'm can work on > putting together a release of what's currently in the 3.1.2 line. If we > hit issues with tests not passing or other such things are you available to > help? > > Alan. > > On Mon, Jul 29, 2019 at 6:18 PM Kevin Marr > wrote: > > >

[jira] [Created] (HIVE-22333) HiveServer2 Handler Pool blocked

2019-10-14 Thread kevin (Jira)
kevin created HIVE-22333: Summary: HiveServer2 Handler Pool blocked Key: HIVE-22333 URL: https://issues.apache.org/jira/browse/HIVE-22333 Project: Hive Issue Type: Bug Components: Beeline

Review requests for HIVE-22841 and HIVE-22539

2020-03-10 Thread Kevin Risden
://issues.apache.org/jira/browse/HIVE-22841 https://issues.apache.org/jira/browse/HIVE-22539 Kevin Risden

Re: Review requests for HIVE-22841 and HIVE-22539

2020-03-16 Thread Kevin Risden
Thanks Zoltan for the review. No worries things fall through the cracks all the time. I rebased the patches to make sure they still apply to master. Kevin Risden On Mon, Mar 16, 2020 at 6:35 AM Zoltan Haindrich wrote: > Hey Kevin! > > Unfortunately there are times when I stop che

Review Request: Print the counters SLOTS_MILLIS_MAPS and SLOTS_MILLIS_REDUCES to the Hive CLI output.

2011-09-01 Thread Kevin Wilfong
and map and reduce, and verified that the appropriate stats were printed for each. In all cases, I verified the query completed successfully. Thanks, Kevin

Review Request: Warn user that precision is lost when bigint is implicitly cast to double in joins and unions.

2011-09-02 Thread Kevin Wilfong
appeared in the output. Thanks, Kevin

Re: Review Request: Make compression used between map reduce tasks configurable.

2011-09-02 Thread Kevin Wilfong
checks that the correct compression is used on the output of the reduce for each value of the is intermediate flag. Thanks, Kevin

Re: Review Request: Warn user that precision is lost when bigint is implicitly cast to double in joins and unions.

2011-09-06 Thread Kevin Wilfong
a comparison between a string and a bigint. I set hive.mapred.bigint.comparison.mode to nonstrict, so the only change was the new warning appeared in the output. Thanks, Kevin

Review Request: ADD ARCHIVE has no effect when query runs in local mode

2011-09-06 Thread Kevin Wilfong
. Thanks, Kevin

Re: Review Request: Warn user that precision is lost when bigint is implicitly cast to double in joins and unions.

2011-09-06 Thread Kevin Wilfong
. I set hive.mapred.bigint.comparison.mode to nonstrict, so the only change was the new warning appeared in the output. Thanks, Kevin

Re: Review Request: Make compression used between map reduce tasks configurable.

2011-09-06 Thread Kevin Wilfong
each value of the is intermediate flag. Thanks, Kevin

Re: Review Request: Support with rollup option for group by

2011-09-06 Thread Kevin Wilfong
group by keys with both distinct and non-distinct aggregations in each of the four different implementations with the rollup operator set. I also ran the original group by tests to verify I did not break anything. Thanks, Kevin

Review Request: Performance degradation in stats DB after JIRA HIVE-2144

2011-09-07 Thread Kevin Wilfong
/exec/TestStatsPublisherEnhanced.java 1165899 Diff: https://reviews.apache.org/r/1737/diff Testing --- I added two new stress tests to TestStatsPublisherEnhanced. I also modified one of the tests to reflect the modified behavior described in the Description. I ran the unit test queries as well. Thanks, Kevin

Re: Review Request: Support with rollup option for group by

2011-09-07 Thread Kevin Wilfong
erent implementations with the rollup operator set. I also ran the original group by tests to verify I did not break anything. Thanks, Kevin

Review Request: The PerfLogger should log the full name of hooks, not just the simple name.

2011-09-14 Thread Kevin Wilfong
://reviews.apache.org/r/1882/diff Testing --- Ran the unit test queries, and verified the intended change in the logs. Thanks, Kevin

Review Request: Add job ID to MapRedStats

2011-09-15 Thread Kevin Wilfong
/HadoopJobExecHelper.java 1171172 Diff: https://reviews.apache.org/r/1918/diff Testing --- Verified the job ID was being populated. Thanks, Kevin

Review Request: Need a way to categorize queries in hooks for improved logging

2011-09-16 Thread Kevin Wilfong
checked the output in the results file and verified it matched what I expected. Thanks, Kevin

Re: Review Request: Need a way to categorize queries in hooks for improved logging

2011-09-16 Thread Kevin Wilfong
QueryProperties to error on the console. I checked the output in the results file and verified it matched what I expected. Thanks, Kevin

Re: Review Request: Need a way to categorize queries in hooks for improved logging

2011-09-19 Thread Kevin Wilfong
ed it matched what I expected. Thanks, Kevin

Review Request: Add method to PerfLogger to perform cleanup/final steps.

2011-09-22 Thread Kevin Wilfong
nothing was broken. Thanks, Kevin

Re: Review Request: Add method to PerfLogger to perform cleanup/final steps.

2011-09-22 Thread Kevin Wilfong
implemented the finishPerfLogger method, and verified it was successfully called and executed. I also ran some of the unit tests to verify nothing was broken. Thanks, Kevin

Re: Review Request: Add method to PerfLogger to perform cleanup/final steps.

2011-09-22 Thread Kevin Wilfong
unit tests to verify nothing was broken. Thanks, Kevin

Review Request: Add timestamp column with index to the partition stats table.

2011-09-27 Thread Kevin Wilfong
rows, including timestamp, appeared in the table. Thanks, Kevin

Review Request: Add StatsTask to task tree for CTAS query.

2011-09-29 Thread Kevin Wilfong
a. I ran the unit test queries, and updated the output of the ones which use CTAS queries Thanks, Kevin

Review Request: Log more Hadoop task counter values in the MapRedStats object.

2011-10-04 Thread Kevin Wilfong
were being populated. I also ran a few of the unit test queries to verify I hadn't broken anything. Thanks, Kevin

Re: Review Request: Log more Hadoop task counter values in the MapRedStats object.

2011-10-04 Thread Kevin Wilfong
--- I ran some queries to verify the counters were being populated. I also ran a few of the unit test queries to verify I hadn't broken anything. Thanks, Kevin

Re: Review Request: Log more Hadoop task counter values in the MapRedStats object.

2011-10-04 Thread Kevin Wilfong
roken anything. Thanks, Kevin

Re: Review Request: Log more Hadoop task counter values in the MapRedStats object.

2011-10-04 Thread Kevin Wilfong
to verify I hadn't broken anything. Thanks, Kevin

Re: Review Request: Log more Hadoop task counter values in the MapRedStats object.

2011-10-05 Thread Kevin Wilfong
ran a few of the unit test queries to verify I hadn't broken anything. Thanks, Kevin

Re: Review Request: Log more Hadoop task counter values in the MapRedStats object.

2011-10-05 Thread Kevin Wilfong
pache/hadoop/hive/ql/exec/HadoopJobExecHelper.java 1179378 Diff: https://reviews.apache.org/r/2167/diff Testing --- I ran some queries to verify the counters were being populated. I also ran a few of the unit test queries to verify I hadn't broken anything. Thanks, Kevin

Review Request: Add reset operation and average time attribute to Metrics MBean.

2011-10-07 Thread Kevin Wilfong
: https://reviews.apache.org/r/2290/diff Testing --- I ran an instance of the Metastore, and executed queries against it from multiple clients, and verified the average attribute and reset operation behaved as expected. Thanks, Kevin

Review Request: Add whitelist for hosts used in table/partition locations

2011-10-12 Thread Kevin Wilfong
location with a host that is not in the whitelist fails. Issuing the command with a location with a host in the whitelist does not fail. Thanks, Kevin

Re: Review Request: Add whitelist for hosts used in table/partition locations

2011-10-13 Thread Kevin Wilfong
. Thanks, Kevin

Re: Review Request: Add whitelist for hosts used in table/partition locations

2011-10-14 Thread Kevin Wilfong
to test the following for each of the 4 commands create/alter table/partition: Issuing the command with a location with a host that is not in the whitelist fails. Issuing the command with a location with a host in the whitelist does not fail. Thanks, Kevin

Re: Review Request: Support with rollup option for group by

2011-10-14 Thread Kevin Wilfong
n the original group by tests to verify I did not break anything. Thanks, Kevin

Review Request: Update junit jar in testlibs

2011-10-14 Thread Kevin Wilfong
/testlibs/junit-4.10.LICENSE.txt PRE-CREATION trunk/testlibs/junit-4.10.jar UNKNOWN Diff: https://reviews.apache.org/r/2391/diff Testing --- I ran ant test and the tests continued to pass. Thanks, Kevin

Re: Review Request: Update junit jar in testlibs

2011-10-14 Thread Kevin Wilfong
.LICENSE.txt 1183425 trunk/testlibs/junit-3.8.1.jar UNKNOWN trunk/testlibs/junit-4.10.LICENSE.txt PRE-CREATION trunk/testlibs/junit-4.10.jar UNKNOWN Diff: https://reviews.apache.org/r/2391/diff Testing --- I ran ant test and the tests continued to pass. Thanks, Kevin

Re: Review Request: Add whitelist for hosts used in table/partition locations

2011-10-27 Thread Kevin Wilfong
not fail. Thanks, Kevin

Re: Review Request: Add whitelist for hosts used in table/partition locations

2011-10-27 Thread Kevin Wilfong
/HiveAlterHandler.java <https://reviews.apache.org/r/2371/#comment6452> This is the only change I made in r4, it now only checks the location if the table is not a view. - Kevin On 2011-10-27 17:38:58, Kevin Wilfong wrote: > > ---

Review Request: Fix HiveIndexResult's constructor's issue with file systems.

2011-10-28 Thread Kevin Wilfong
. Thanks, Kevin

Review Request: Use sorted nature of compact indexes

2011-10-28 Thread Kevin Wilfong
the map reduce job to scan the index, for a large data set. Thanks, Kevin

Re: Review Request: Use sorted nature of compact indexes

2011-11-01 Thread Kevin Wilfong
ompact/CompactIndexHandler.java <https://reviews.apache.org/r/2605/#comment6703> the boolean useSorted used at line 186 in the if statement surrounding the call to this method is set to true iff the number of index columns being filtered on is 1 see line 277. - Kevin On 2011-10-29 01:39:50, K

Re: Review Request: Use sorted nature of compact indexes

2011-11-01 Thread Kevin Wilfong
es to verify there was a CPU benefit to doing this. I saw as much as a 45% reduction in the total CPU used by the map reduce job to scan the index, for a large data set. Thanks, Kevin

Re: Review Request: Use sorted nature of compact indexes

2011-11-01 Thread Kevin Wilfong
used by the map reduce job to scan the index, for a large data set. Thanks, Kevin

Review Request: Prevent the files of an index table from being merge when an index is built.

2011-11-01 Thread Kevin Wilfong
and verified it did not contain a merge task. I also verified all the index related tests still pass. Thanks, Kevin

Review Request: Allow log4j.properties file used by metastore to be configured

2011-11-02 Thread Kevin Wilfong
ed if log4j.configuration is not specified. Verified if the metastore is started via ./hive --service metastore in the bin directory, the default properties file is used. (I assume this is the use case the default was added for from looking at the diff for HIVE-2139) Thanks, Kevin

Re: Review Request: Use sorted nature of compact indexes

2011-11-03 Thread Kevin Wilfong
to verify there was a CPU benefit to doing this. I saw as much as a 45% reduction in the total CPU used by the map reduce job to scan the index, for a large data set. Thanks, Kevin

Re: Review Request: Warn user that precision is lost when bigint is implicitly cast to double in joins and unions.

2011-11-04 Thread Kevin Wilfong
trate the errors. I also modified a unit test in which a join was being done which involved a comparison between a string and a bigint. I set hive.mapred.bigint.comparison.mode to nonstrict, so the only change was the new warning appeared in the output. Thanks, Kevin

Re: Review Request: HIVE-2247 Changed the Thrift API causing compatibility issues.

2011-11-09 Thread Kevin Wilfong
> On 2011-11-09 08:48:57, Kevin Wilfong wrote: > > I'll review this, but you should add another reviewer, like Siying, who has > > the authority to commit to Hive, as I do not. > > Kevin Wilfong wrote: > As long as you're modifying fields, you should a

Re: Review Request: [HIVE-2562] HIVE-2247 Changed the Thrift API causing compatibility issues.

2011-11-09 Thread Kevin Wilfong
#x27;s comment about the function name, everything else looks good to me. - Kevin --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/2783/#review3131 --

Re: Review Request: Use sorted nature of compact indexes

2011-11-14 Thread Kevin Wilfong
pass. I ran some queries to verify there was a CPU benefit to doing this. I saw as much as a 45% reduction in the total CPU used by the map reduce job to scan the index, for a large data set. Thanks, Kevin

Review Request: Make index table output of create index command if index is table based

2011-11-28 Thread Kevin Wilfong
unit tests. Thanks, Kevin

Post-gres Hive Metastore

2012-02-09 Thread Kevin Wilfong
-2246. This patch added a new table COLUMNS_V2 and completely rearranged the way column information is stored in the metastore. Without this change, I don't know how anyone could continue to use postgres for Hive after upgrading to HIVE-2246. Thanks, Kevin Wilfong

Re: Review Request: HIVE-2206: add a new optimizer for query correlation discovery and optimization

2012-02-10 Thread Kevin Wilfong
gh it shouldn't have an effect. Also, regarding checking if the size <=1, if the size <1 the next line will throw an exception. trunk/ql/src/java/org/apache/hadoop/hive/ql/optimizer/CorrelationOptimizer.java <https://reviews.apache.org/r/2001/#comment10851> findNextC

Potential change to metastore Thrift APIs

2012-02-15 Thread Kevin Wilfong
hrift clients other than HiveMetaStoreClient.java, and which option is generally preferred. I am, of course, also open to other ideas. - Kevin Wilfong

Re: Problems with Arc/Phabricator

2012-04-10 Thread Kevin Wilfong
There's a list of ways to report issues/get help on the side bar of this site http://phabricator.org/ It suggests #phabricator as the best place to get help with issues. On 4/10/12 5:42 PM, "Carl Steinbach" wrote: >Arc won't let me apply the patch for HIVE-2646. I've also noticed some >other p

Re: Problems with Arc/Phabricator

2012-04-10 Thread Kevin Wilfong
mailto:dev@hive.apache.org>> Subject: Re: Problems with Arc/Phabricator Ok, I'll submit an issue. But then what? Who is going to fix it? Perhaps in the meantime we should just switch back to using reviewboard while we wait for Arc and Phabricator to mature as open source projects.

Review Request: Local mode needs to work well with block sampling

2011-07-14 Thread Kevin Wilfong
: https://reviews.apache.org/r/1132/diff Testing --- TestCliDriver TestNegativeCliDriver, manually tested Thanks, Kevin

Re: Review Request: Local mode needs to work well with block sampling

2011-07-15 Thread Kevin Wilfong
/MapRedTask.java 53769a0 Diff: https://reviews.apache.org/r/1132/diff Testing --- TestCliDriver TestNegativeCliDriver, manually tested Thanks, Kevin

Re: Review Request: Local mode needs to work well with block sampling

2011-07-15 Thread Kevin Wilfong
hanks, Kevin

Re: Review Request: Local mode needs to work well with block sampling

2011-07-22 Thread Kevin Wilfong
: https://reviews.apache.org/r/1132/diff Testing --- TestCliDriver TestNegativeCliDriver, manually tested Thanks, Kevin

Review Request: HIVE-2346: Allow hooks to be run when a job fails.

2011-08-04 Thread Kevin Wilfong
verified it was run on a failure, but not when a job succeeded. Thanks, Kevin

Review Request: HIVE-2347: Added Hadoop Job ID to Task class.

2011-08-04 Thread Kevin Wilfong
which simply logged the JobID for every map reduce task, and verified it. Thanks, Kevin

Re: Review Request: HIVE-2346: Allow hooks to be run when a job fails.

2011-08-09 Thread Kevin Wilfong
was run on a failure, but not when a job succeeded. Thanks, Kevin

Re: Review Request: HIVE-2346: Allow hooks to be run when a job fails.

2011-08-09 Thread Kevin Wilfong
ran the TestCliDriver and TestNegativeCliDriver test suites and verified they passed. In addition, I created a sample hook, which simply logged that it was run. I verified it was run on a failure, but not when a job succeeded. Thanks, Kevin

Review Request: Make performance logging configurable.

2011-08-09 Thread Kevin Wilfong
n the code as it is and made sure it continued to log the performance messages as before. I also created a subclass of PerfLogger and used its class name as the value of hive.exec.perf.logger, and verified the subclass's code was run. Thanks, Kevin

Re: Review Request: Make performance logging configurable.

2011-08-09 Thread Kevin Wilfong
ue of hive.exec.perf.logger, and verified the subclass's code was run. Thanks, Kevin

Re: HIVE-2282

2011-08-11 Thread Kevin Wilfong
I've seen this issue before, a fix was going to go out as part of someone else's change, but for some reason it hasn't been committed. I've arranged to remove the fix from that change, and I'll make a new JIRA just for the fix. On 8/11/11 4:49 PM, "Siying Dong&qu

Review Request: sample_islocalmode_hook.q test is non-deterministic

2011-08-11 Thread Kevin Wilfong
/sample_islocalmode_hook.q.out 1156861 Diff: https://reviews.apache.org/r/1477/diff Testing --- I ran the test and verified it passed. I also had a person who had been seeing the test fail do to non-determinism run the test and verify that it passed. Thanks, Kevin

Re: Review Request: Make performance logging configurable.

2011-08-13 Thread Kevin Wilfong
d the subclass's code was run. Thanks, Kevin

Review Request: Warn user that precision is lost when bigint is implicitly cast to double.

2011-08-15 Thread Kevin Wilfong
two tests (one for strings and one for doubles) to record the issue. I also verified the unit tests still run. Thanks, Kevin

Review Request: Make compression used between map reduce tasks configurable.

2011-08-15 Thread Kevin Wilfong
to TestExecDriver which checks that the correct compression is used on the output of the reduce for each value of the is intermediate flag. Thanks, Kevin

Re: Review Request: Warn user that precision is lost when bigint is implicitly cast to double.

2011-08-17 Thread Kevin Wilfong
ompare_string_bigint.q.out PRE-CREATION Diff: https://reviews.apache.org/r/1515/diff Testing --- I added two tests (one for strings and one for doubles) to record the issue. I also verified the unit tests still run. Thanks, Kevin

Re: Review Request: Warn user that precision is lost when bigint is implicitly cast to double.

2011-08-18 Thread Kevin Wilfong
/diff Testing --- I added two tests (one for strings and one for doubles) to record the issue. I also verified the unit tests still run. Thanks, Kevin

Review Request: Support with rollup option for group by

2011-08-24 Thread Kevin Wilfong
aggregations in each of the four different implementations with the rollup operator set. I also ran the original group by tests to verify I did not break anything. Thanks, Kevin

Re: Review Request: Support with rollup option for group by

2011-08-25 Thread Kevin Wilfong
implementations with the rollup operator set. I also ran the original group by tests to verify I did not break anything. Thanks, Kevin

Re: Review Request: Support with rollup option for group by

2011-08-25 Thread Kevin Wilfong
keys with both distinct and non-distinct aggregations in each of the four different implementations with the rollup operator set. I also ran the original group by tests to verify I did not break anything. Thanks, Kevin

Re: [VOTE] Apache Hive 0.9.0 Release Candidate 0

2012-04-18 Thread Kevin Wilfong
the release. Kevin Wilfong On 4/16/12 10:53 AM, "Carl Steinbach" wrote: >-1 > >* RELEASE_NOTES.txt needs to be updated. > >* The Postgres metastore upgrade scripts should be excluded from the >tarball since they are not current. There is already a build

Re: [VOTE] Apache Hive 0.9.0 Release Candidate 0

2012-04-18 Thread Kevin Wilfong
nt in the fact that view partitions are purely metadata, and it is an improvement on the null pointer exception that occurred in previous releases. I created a JIRA to do this and uploaded a patch here https://issues.apache.org/jira/browse/HIVE-2961 Kevin On 4/18/12 2:08 PM, "Carl Steinba

Re: test errors

2012-06-11 Thread Kevin Wilfong
I was running into this too. For me, it was a permissions problem, the following directory was owned by root /tmp/zookeeper_0/version-2/ Changing the ownership to me fixed the problem. On 6/11/12 9:49 AM, "Ashutosh Chauhan" wrote: >Works for me. > >$ svn up >svn At revision 1348932. >$ svn st

RE: arc diff --update error

2012-10-15 Thread Kevin Wilfong
For now, I've been commenting out the lines 213-216 in .arc_jira_lib/arcanist/ArcJIRAConfiguration.php and that seems to work around the problem. These lines: foreach ($revisions_data as $revision) { $ref = ArcanistDifferentialRevisionRef::newFromDictionary($revision); $revisions[$ref->

RE: stats19.q is failing on the current trunk?

2012-12-11 Thread Kevin Wilfong
I'm looking into it From: Navis류승우 [navis@nexr.com] Sent: Monday, December 10, 2012 9:48 PM To: dev@hive.apache.org Subject: Re: stats19.q is failing on the current trunk? It's booked on https://issues.apache.org/jira/browse/HIVE-3783 and I also seen th

Re: Review Request 18464: Support secure Subject.doAs() in HiveServer2 JDBC client

2014-02-25 Thread Kevin Minder
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/18464/ --- (Updated Feb. 25, 2014, 2:50 p.m.) Review request for hive, Kevin Minder and

RE: [ANNOUNCE] Kevin Wilfong elected to Hive PMC

2013-03-04 Thread Kevin Wilfong
Thanks eveyone! From: Ricky Saltzer [ri...@cloudera.com] Sent: Monday, March 04, 2013 12:13 PM To: dev@hive.apache.org Cc: u...@hive.apache.org; Kevin Wilfong Subject: Re: [ANNOUNCE] Kevin Wilfong elected to Hive PMC Congratulations, Kevin! On Mon, Mar 4, 2013

[jira] [Created] (HIVE-8595) Slow IO when stdout directed to NAS with large blocksize

2014-10-24 Thread Kevin English (JIRA)
Kevin English created HIVE-8595: --- Summary: Slow IO when stdout directed to NAS with large blocksize Key: HIVE-8595 URL: https://issues.apache.org/jira/browse/HIVE-8595 Project: Hive Issue Type

[jira] [Created] (HIVE-25627) Subsequent post success to hive endpoint results in 401, then reauth with credentials

2021-10-19 Thread Kevin Cheung (Jira)
Kevin Cheung created HIVE-25627: --- Summary: Subsequent post success to hive endpoint results in 401, then reauth with credentials Key: HIVE-25627 URL: https://issues.apache.org/jira/browse/HIVE-25627

[jira] [Created] (HIVE-19996) Beeline performance poor with drivers having slow DatabaseMetaData.getPrimaryKeys impl

2018-06-26 Thread Kevin Minder (JIRA)
Kevin Minder created HIVE-19996: --- Summary: Beeline performance poor with drivers having slow DatabaseMetaData.getPrimaryKeys impl Key: HIVE-19996 URL: https://issues.apache.org/jira/browse/HIVE-19996

[jira] [Created] (HIVE-22539) HiveServer2 SPNEGO authentication should skip if header is empty

2019-11-25 Thread Kevin Risden (Jira)
Kevin Risden created HIVE-22539: --- Summary: HiveServer2 SPNEGO authentication should skip if header is empty Key: HIVE-22539 URL: https://issues.apache.org/jira/browse/HIVE-22539 Project: Hive

[jira] [Created] (HIVE-22841) CookieSigner should not throw IllegalArgumentException on invalid cookie signature

2020-02-06 Thread Kevin Risden (Jira)
Kevin Risden created HIVE-22841: --- Summary: CookieSigner should not throw IllegalArgumentException on invalid cookie signature Key: HIVE-22841 URL: https://issues.apache.org/jira/browse/HIVE-22841

[jira] [Created] (HIVE-23958) HiveServer2 should support additional keystore/truststores types besides JKS

2020-07-30 Thread Kevin Risden (Jira)
Kevin Risden created HIVE-23958: --- Summary: HiveServer2 should support additional keystore/truststores types besides JKS Key: HIVE-23958 URL: https://issues.apache.org/jira/browse/HIVE-23958 Project

[jira] [Created] (HIVE-24964) Describe table unnecessarily fetches partitions

2021-03-31 Thread Kevin Cheung (Jira)
Kevin Cheung created HIVE-24964: --- Summary: Describe table unnecessarily fetches partitions Key: HIVE-24964 URL: https://issues.apache.org/jira/browse/HIVE-24964 Project: Hive Issue Type: Bug

[jira] [Created] (HIVE-24965) Describe table partition fetch should be configurable

2021-03-31 Thread Kevin Cheung (Jira)
Kevin Cheung created HIVE-24965: --- Summary: Describe table partition fetch should be configurable Key: HIVE-24965 URL: https://issues.apache.org/jira/browse/HIVE-24965 Project: Hive Issue Type

[jira] [Created] (HIVE-24983) Backport HIVE-24965: Describe table partition stats fetch should be configurable

2021-04-06 Thread Kevin Cheung (Jira)
Kevin Cheung created HIVE-24983: --- Summary: Backport HIVE-24965: Describe table partition stats fetch should be configurable Key: HIVE-24983 URL: https://issues.apache.org/jira/browse/HIVE-24983 Project

[jira] [Created] (HIVE-24984) Backport HIVE-24965: Describe table partition stats fetch should be configurable

2021-04-06 Thread Kevin Cheung (Jira)
Kevin Cheung created HIVE-24984: --- Summary: Backport HIVE-24965: Describe table partition stats fetch should be configurable Key: HIVE-24984 URL: https://issues.apache.org/jira/browse/HIVE-24984 Project

[jira] [Created] (HIVE-11435) lk_hive

2015-08-02 Thread Kevin Lee (JIRA)
Kevin Lee created HIVE-11435: Summary: lk_hive Key: HIVE-11435 URL: https://issues.apache.org/jira/browse/HIVE-11435 Project: Hive Issue Type: Bug Components: Hive Reporter

[jira] [Created] (HIVE-2425) Print the counters SLOTS_MILLIS_MAPS and SLOTS_MILLIS_REDUCES to the Hive CLI output.

2011-09-01 Thread Kevin Wilfong (JIRA)
: Hive Issue Type: Improvement Reporter: Kevin Wilfong Assignee: Kevin Wilfong -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira

  1   2   3   4   5   6   7   8   9   10   >