[jira] [Created] (HIVE-18559) Allow hive.metastore.limit.partition.request to be user configurable

2018-01-26 Thread Mohit Sabharwal (JIRA)
Mohit Sabharwal created HIVE-18559: -- Summary: Allow hive.metastore.limit.partition.request to be user configurable Key: HIVE-18559 URL: https://issues.apache.org/jira/browse/HIVE-18559 Project: Hive

Review Request 61244: HIVE-15305: Add tests for METASTORE_EVENT_LISTENERS

2017-07-30 Thread Mohit Sabharwal
/listener/TestTransactionalDbNotificationListener.java PRE-CREATION Diff: https://reviews.apache.org/r/61244/diff/1/ Testing --- Thanks, Mohit Sabharwal

Re: Review Request 60950: [HIVE-17117] - Meta listeners are not notified of meta-conf cleanup.

2017-07-19 Thread Mohit Sabharwal
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/60950/#review181012 --- Ship it! Ship It! - Mohit Sabharwal On July 20, 2017, 12:39

Re: Review Request 60950: [HIVE-17117] - Meta listeners are not notified of meta-conf cleanup.

2017-07-19 Thread Mohit Sabharwal
LocalModifiedConfig is non null before calling notifyMetaListenersOnShutDown - Mohit Sabharwal On July 19, 2017, 7:40 a.m., PRASHANT GOLASH wrote: > > --- > This is an automatically generated e-mail

Re: Review Request 60950: [HIVE-17117] - Meta listeners are not notified of meta-conf cleanup.

2017-07-18 Thread Mohit Sabharwal
217> For clarity, move this to finally() inside cleanupRawStore(), so that all thread local cleanup is captured in one place as HMSHandler.threadLocalModifiedMetaConfKeys.remove(). - Mohit Sabharwal On July 18, 2017, 10:

[jira] [Created] (HIVE-17022) Add mode in lock debug statements

2017-07-04 Thread Mohit Sabharwal (JIRA)
Mohit Sabharwal created HIVE-17022: -- Summary: Add mode in lock debug statements Key: HIVE-17022 URL: https://issues.apache.org/jira/browse/HIVE-17022 Project: Hive Issue Type: Improvement

Re: Review Request 57626: HIVE-16164: Provide mechanism for passing HMS notification ID between transactional and non-transactional listeners.

2017-04-03 Thread Mohit Sabharwal
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/57626/#review170943 --- Ship it! Ship It! - Mohit Sabharwal On April 3, 2017, 10:34

Re: Review Request 57626: HIVE-16164: Provide mechanism for passing HMS notification ID between transactional and non-transactional listeners.

2017-04-03 Thread Mohit Sabharwal
> On March 30, 2017, 1:54 p.m., Mohit Sabharwal wrote: > > metastore/src/java/org/apache/hadoop/hive/metastore/events/ListenerEvent.java > > Lines 51-52 (patched) > > <https://reviews.apache.org/r/57626/diff/6/?file=1677663#file1677663line51> > > > >

Re: Review Request 57626: HIVE-16164: Provide mechanism for passing HMS notification ID between transactional and non-transactional listeners.

2017-04-03 Thread Mohit Sabharwal
> On March 30, 2017, 1:54 p.m., Mohit Sabharwal wrote: > > metastore/src/java/org/apache/hadoop/hive/metastore/events/ListenerEvent.java > > Lines 51-52 (patched) > > <https://reviews.apache.org/r/57626/diff/6/?file=1677663#file1677663line51> > > > >

Re: Review Request 57626: HIVE-16164: Provide mechanism for passing HMS notification ID between transactional and non-transactional listeners.

2017-03-30 Thread Mohit Sabharwal
time a new items is added. As I said, you can simply add a new method called getunmodifiableParameters() which returns Collections.unmodifiableMap(parameters) without the need for this copy. - Mohit Sabharwal On March 28, 2017, 3:17 p.m., Sergio Pena wrote: > > -

Re: Review Request 57626: HIVE-16164: Provide mechanism for passing HMS notification ID between transactional and non-transactional listeners.

2017-03-21 Thread Mohit Sabharwal
> On March 17, 2017, 10:34 p.m., Mohit Sabharwal wrote: > > metastore/src/java/org/apache/hadoop/hive/metastore/MetaStoreListenerNotifier.java > > Lines 138 (patched) > > <https://reviews.apache.org/r/57626/diff/2/?file=1666420#file1666420line138> > > > >

Re: Review Request 57626: HIVE-16164: Provide mechanism for passing HMS notification ID between transactional and non-transactional listeners.

2017-03-21 Thread Mohit Sabharwal
ch makes it brittle. - Mohit Sabharwal On March 20, 2017, 10:33 p.m., Sergio Pena wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://rev

Re: Review Request 57626: HIVE-16164: Provide mechanism for passing HMS notification ID between transactional and non-transactional listeners.

2017-03-17 Thread Mohit Sabharwal
st-wise the branch (listeners != null) is expensive, so let's not do it twice. - Mohit Sabharwal On March 17, 2017, 8:14 p.m., Sergio Pena wrote: > > --- > This is an automatically genera

Re: [VOTE] Drop support for Java7 in master branch

2017-02-28 Thread Mohit Sabharwal
+1 On Tue, Feb 28, 2017 at 11:12 AM, Thejas Nair wrote: > Note that upgrading the minimum required version to JDK8 also gives Hive > the option of using more recent versions of several libraries including > hikaricp (as default connection pool option) [1] and jetty [2] > > [1] https://issues.a

Re: Review Request 56687: Intern strings in various critical places to reduce memory consumption.

2017-02-24 Thread Mohit Sabharwal
.org/r/56687/#comment238763> what about this ? - Mohit Sabharwal On Feb. 23, 2017, 9:01 p.m., Misha Dmitriev wrote: > > --- > This is an automatically generated

[jira] [Created] (HIVE-16016) Use same PersistenceManager for metadata and notification

2017-02-22 Thread Mohit Sabharwal (JIRA)
Mohit Sabharwal created HIVE-16016: -- Summary: Use same PersistenceManager for metadata and notification Key: HIVE-16016 URL: https://issues.apache.org/jira/browse/HIVE-16016 Project: Hive

Re: Review Request 54393: HIVE-15361: INSERT dynamic partition on S3 fails with a MoveTask failure

2016-12-07 Thread Mohit Sabharwal
che.org/r/54393/#comment229110> throw RuntimeException - Mohit Sabharwal On Dec. 6, 2016, 8:13 p.m., Sergio Pena wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://re

[jira] [Created] (HIVE-15305) Add tests for METASTORE_EVENT_LISTENERS

2016-11-29 Thread Mohit Sabharwal (JIRA)
Mohit Sabharwal created HIVE-15305: -- Summary: Add tests for METASTORE_EVENT_LISTENERS Key: HIVE-15305 URL: https://issues.apache.org/jira/browse/HIVE-15305 Project: Hive Issue Type: Bug

Re: Review Request 53838: HIVE-15232: Add notification events for functions and indexes

2016-11-17 Thread Mohit Sabharwal
a3b16d049c9c06f08e5ef8809ad386274479d66d Diff: https://reviews.apache.org/r/53838/diff/ Testing --- Verified using TestDbNotificationListener Thanks, Mohit Sabharwal

Re: Review Request 53838: HIVE-15232: Add notification events for functions and indexes

2016-11-17 Thread Mohit Sabharwal
a3b16d049c9c06f08e5ef8809ad386274479d66d Diff: https://reviews.apache.org/r/53838/diff/ Testing --- Verified using TestDbNotificationListener Thanks, Mohit Sabharwal

Review Request 53838: HIVE-15232: Add notification events for functions and indexes

2016-11-17 Thread Mohit Sabharwal
/ Testing --- Verified using TestDbNotificationListener Thanks, Mohit Sabharwal

[jira] [Created] (HIVE-15232) Add notification events for functions and indexes

2016-11-17 Thread Mohit Sabharwal (JIRA)
Mohit Sabharwal created HIVE-15232: -- Summary: Add notification events for functions and indexes Key: HIVE-15232 URL: https://issues.apache.org/jira/browse/HIVE-15232 Project: Hive Issue

Re: Review Request 52800: HIVE-13966: DbNotificationListener: can loose DDL operation notifications

2016-11-10 Thread Mohit Sabharwal
TestDbNotificationListener Thanks, Mohit Sabharwal

Re: Review Request 52800: HIVE-13966: DbNotificationListener: can loose DDL operation notifications

2016-11-10 Thread Mohit Sabharwal
TestDbNotificationListener Thanks, Mohit Sabharwal

Re: Review Request 52800: HIVE-13966: DbNotificationListener: can loose DDL operation notifications

2016-11-10 Thread Mohit Sabharwal
will cause some backward compatibility > > issue, if the HiveMetaStore is currently the only consumer of the > > AlterHandler, it should be fine. > > Mohit Sabharwal wrote: > That's a good point. I have created new versions of these methods. But > adding new meth

Re: Review Request 52800: HIVE-13966: DbNotificationListener: can loose DDL operation notifications

2016-11-09 Thread Mohit Sabharwal
TestDbNotificationListener Thanks, Mohit Sabharwal

Re: Review Request 52800: HIVE-13966: DbNotificationListener: can loose DDL operation notifications

2016-11-09 Thread Mohit Sabharwal
kes it backward compatibility as well, right ? I'm not sure there is a good solution here. - Mohit --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/52800/#review155256 --

[jira] [Created] (HIVE-15145) Alter partition and fs renameDir should happen in same transaction

2016-11-07 Thread Mohit Sabharwal (JIRA)
Mohit Sabharwal created HIVE-15145: -- Summary: Alter partition and fs renameDir should happen in same transaction Key: HIVE-15145 URL: https://issues.apache.org/jira/browse/HIVE-15145 Project: Hive

Review Request 52800: HIVE-13966: DbNotificationListener: can loose DDL operation notifications

2016-11-07 Thread Mohit Sabharwal
40b337a9e40ea04a37f108146853d2d1f42dcd29 metastore/src/java/org/apache/hadoop/hive/metastore/HiveMetaStore.java 60e462fd06a3f84d5b87cd335afb49768cb27562 Diff: https://reviews.apache.org/r/52800/diff/ Testing --- Enhanced TestDbNotificationListener Thanks, Mohit Sabharwal

Re: Review Request 52283: HIVE-14822 : Add support for credential provider for jobs launched from Hiveserver2

2016-10-14 Thread Mohit Sabharwal
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/52283/#review152739 --- Ship it! Ship It! - Mohit Sabharwal On Oct. 14, 2016, 6:32

Re: Review Request 52283: HIVE-14822 : Add support for credential provider for jobs launched from Hiveserver2

2016-10-13 Thread Mohit Sabharwal
in/java/org/apache/hive/spark/client/SparkClientImpl.java (line 495) <https://reviews.apache.org/r/52283/#comment221548> static ? - Mohit Sabharwal On Oct. 12, 2016, 8:34 p.m., Vihang Karajgaonkar wrote: > > --- > Thi

Re: Review Request 52283: HIVE-14822 : Add support for credential provider for jobs launched from Hiveserver2

2016-10-06 Thread Mohit Sabharwal
l.java (line 447) <https://reviews.apache.org/r/52283/#comment220185> // -> // A... spark-client/src/main/java/org/apache/hive/spark/client/SparkClientImpl.java (lines 450 - 454) <https://reviews.apache.org/r/52283/#comment220190> This pattern of choosing the correct password i

Re: Review Request 52283: HIVE-14822 : Add support for credential provider for jobs launched from Hiveserver2

2016-10-05 Thread Mohit Sabharwal
(lines 109 - 112) <https://reviews.apache.org/r/52283/#comment219977> This is super unread-able... please make this into one line ql/src/test/org/apache/hadoop/hive/ql/exec/TestHiveCredentialProviders.java (lines 333 - 335) <https://reviews.apache.org/r/52283/#comment21

Re: Review Request 52084: HIVE-14775: Investigate IOException usage in Metrics APIs

2016-09-27 Thread Mohit Sabharwal
ache/hadoop/hive/common/metrics/LegacyMetrics.java (line 191) <https://reviews.apache.org/r/52084/#comment218599> same for this file. - Mohit Sabharwal On Sept. 21, 2016, 3:20 p.m., Barna Zsombor Klara wrote: > > --- >

Re: Review Request 50405: HIVE-14251: Union All of different types resolves to incorrect data

2016-08-05 Thread Mohit Sabharwal
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/50405/#review144977 --- Ship it! Ship It! - Mohit Sabharwal On July 26, 2016, 3:13

Re: Review Request 50160: HIVE-14229: the jars in hive.aux.jar.paths are not added to session classpath

2016-07-19 Thread Mohit Sabharwal
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/50160/#review142786 --- Ship it! Ship It! - Mohit Sabharwal On July 18, 2016, 8:41

Re: Review Request 50073: HIVE-14198: Refactor aux jar related code to make them more consistency

2016-07-15 Thread Mohit Sabharwal
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/50073/#review142448 --- Ship it! Ship It! - Mohit Sabharwal On July 15, 2016, 6:52

Re: Review Request 50073: HIVE-14198: Refactor aux jar related code to make them more consistency

2016-07-15 Thread Mohit Sabharwal
t() == null ? null : SessionState.get().getReloadableAuxJars(); ? ql/src/java/org/apache/hadoop/hive/ql/exec/spark/RemoteHiveSparkClient.java (line 215) <https://reviews.apache.org/r/50073/#comment207983> To be safe: SessionState.get() == null ? null : SessionState.get().getRel

Re: Review Request 49919: HIVE-14135 : beeline output not formatted correctly for large column widths

2016-07-14 Thread Mohit Sabharwal
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/49919/#review142322 --- Ship it! Ship It! - Mohit Sabharwal On July 14, 2016, 11:12

Re: Review Request 49919: HIVE-14135 : beeline output not formatted correctly for large column widths

2016-07-14 Thread Mohit Sabharwal
utomatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/49919/ > ------- > > (Updated July 12, 2016, 5:51 p.m.) > > > Review request for hive, Mohit Sabharwal, Sergio Pena, Sahil Takiar, and > Thejas Nair. > > > Repository: hi

Re: Review Request 49919: HIVE-14135 : beeline output not formatted correctly for large column widths

2016-07-14 Thread Mohit Sabharwal
g/r/49919/#comment207855> Missing Apache header beeline/src/test/org/apache/hive/beeline/TestBufferedRows.java (line 16) <https://reviews.apache.org/r/49919/#comment207856> nit: extra line - Mohit Sabharwal On July 12, 2016, 5:51 p.m., Vihang

Review Request 49739: HIVE-14187 : JDOPersistenceManager objects remain cached if MetaStoreClient#close is not called

2016-07-07 Thread Mohit Sabharwal
f45b90d2f6bc9d853b895a837938a15f7d45a1e1 metastore/src/java/org/apache/hadoop/hive/metastore/HiveMetaStoreClient.java 44d73d482263bc7f3c210503ba9440a6cd793a72 Diff: https://reviews.apache.org/r/49739/diff/ Testing --- Added unit test Thanks, Mohit Sabharwal

[jira] [Created] (HIVE-14187) JDOPersistenceManager objects remain cached if MetaStoreClient#close is not called

2016-07-07 Thread Mohit Sabharwal (JIRA)
Mohit Sabharwal created HIVE-14187: -- Summary: JDOPersistenceManager objects remain cached if MetaStoreClient#close is not called Key: HIVE-14187 URL: https://issues.apache.org/jira/browse/HIVE-14187

Re: Review Request 48233: HIVE-13884: Disallow queries fetching more than a configured number of partitions in PartitionPruner

2016-06-16 Thread Mohit Sabharwal
lt;https://reviews.apache.org/r/48233/#comment203289> Add the @Deprecated annotation for this config. For the sake of completeness, we can say "Please use ConfVars.METASTORE_LIMIT_PARTITION_REQUEST in the metastore instead." -

Re: Review Request 48233: HIVE-13884: Disallow queries fetching more than a configured number of partitions in PartitionPruner

2016-06-13 Thread Mohit Sabharwal
ct count query - which will be issued for every getPartitions request. - Mohit Sabharwal On June 13, 2016, 6:28 p.m., Sergio Pena wrote: > > --- > This is an automatically generated e-mail. To reply, visit:

[jira] [Created] (HIVE-13894) Fix more json related JDK8 test failures Part 2

2016-05-29 Thread Mohit Sabharwal (JIRA)
Mohit Sabharwal created HIVE-13894: -- Summary: Fix more json related JDK8 test failures Part 2 Key: HIVE-13894 URL: https://issues.apache.org/jira/browse/HIVE-13894 Project: Hive Issue Type

[jira] [Created] (HIVE-13884) Disallow queries fetching more than a configured number of partitions in PartitionPruner

2016-05-27 Thread Mohit Sabharwal (JIRA)
Mohit Sabharwal created HIVE-13884: -- Summary: Disallow queries fetching more than a configured number of partitions in PartitionPruner Key: HIVE-13884 URL: https://issues.apache.org/jira/browse/HIVE-13884

Re: [discuss] jdk8 support

2016-05-27 Thread Mohit Sabharwal
f such tests should be relatively small. On Tue, Apr 19, 2016 at 10:43 AM, Mohit Sabharwal wrote: > Created HIVE-13547 to track switching 2x tests to JDK8. > > On Wed, Apr 13, 2016 at 10:02 AM, Sergio Pena > wrote: > >> I agree with such change as JDK7 is not longer supported.

[jira] [Created] (HIVE-13860) Fix more json related JDK8 test failures

2016-05-26 Thread Mohit Sabharwal (JIRA)
Mohit Sabharwal created HIVE-13860: -- Summary: Fix more json related JDK8 test failures Key: HIVE-13860 URL: https://issues.apache.org/jira/browse/HIVE-13860 Project: Hive Issue Type: Sub

Re: Review Request 47040: Monitor changes to FairScheduler.xml file and automatically update / validate jobs submitted to fair-scheduler

2016-05-12 Thread Mohit Sabharwal
/src/main/java/org/apache/hadoop/hive/schshim/FairSchedulerShim.java (line 137) <https://reviews.apache.org/r/47040/#comment197079> config for consistency shims/scheduler/src/test/java/org/apache/hadoop/hive/schshim/TestFairScheduler.java (line 1) <https://reviews.apache.org/r/47040/#comm

Re: Review Request 47204: HIVE-13549 : Remove jdk version specific out files from Hive2

2016-05-11 Thread Mohit Sabharwal
ava1.8.out 789e6c2b82ffa473f2c8fd29ee9568f83243c2bf ql/src/test/results/clientpositive/vector_cast_constant.q.out 39ed1c85839c5b567bca603d335bf947b0a03b7f Diff: https://reviews.apache.org/r/47204/diff/ Testing --- Thanks, Mohit Sabharwal

Re: Review Request 47040: Monitor changes to FairScheduler.xml file and automatically update / validate jobs submitted to fair-scheduler

2016-05-10 Thread Mohit Sabharwal
shims/scheduler/src/main/java/org/apache/hadoop/hive/schshim/QueueAllocator.java (line 1) <https://reviews.apache.org/r/47040/#comment196857> Missing Apache License Header shims/scheduler/src/main/java/org/apache/hadoop/hive/schshim/QueueAllocator.java (line 10) <https://review

Review Request 47204: HIVE-13549 : Remove jdk version specific out files from Hive2

2016-05-10 Thread Mohit Sabharwal
tant.q.out 39ed1c85839c5b567bca603d335bf947b0a03b7f Diff: https://reviews.apache.org/r/47204/diff/ Testing --- Thanks, Mohit Sabharwal

[jira] [Created] (HIVE-13657) Spark driver stderr logs should appear in hive client logs

2016-04-29 Thread Mohit Sabharwal (JIRA)
Mohit Sabharwal created HIVE-13657: -- Summary: Spark driver stderr logs should appear in hive client logs Key: HIVE-13657 URL: https://issues.apache.org/jira/browse/HIVE-13657 Project: Hive

[jira] [Created] (HIVE-13587) Set Hive pom to use Hadoop 2.6.1

2016-04-21 Thread Mohit Sabharwal (JIRA)
Mohit Sabharwal created HIVE-13587: -- Summary: Set Hive pom to use Hadoop 2.6.1 Key: HIVE-13587 URL: https://issues.apache.org/jira/browse/HIVE-13587 Project: Hive Issue Type: Sub-task

[jira] [Created] (HIVE-13585) Add counter metric for direct sql failures

2016-04-21 Thread Mohit Sabharwal (JIRA)
Mohit Sabharwal created HIVE-13585: -- Summary: Add counter metric for direct sql failures Key: HIVE-13585 URL: https://issues.apache.org/jira/browse/HIVE-13585 Project: Hive Issue Type: Bug

[jira] [Created] (HIVE-13549) Remove jdk version specific out files from Hive2

2016-04-19 Thread Mohit Sabharwal (JIRA)
Mohit Sabharwal created HIVE-13549: -- Summary: Remove jdk version specific out files from Hive2 Key: HIVE-13549 URL: https://issues.apache.org/jira/browse/HIVE-13549 Project: Hive Issue Type

Re: [discuss] jdk8 support

2016-04-19 Thread Mohit Sabharwal
unds good. I'd ideally like to make JDK8 the minimum > requirement > > soon as well. > > > > On Mon, Apr 11, 2016 at 4:59 PM, Szehon Ho wrote: > > > > > Sounds like a good plan, +1 > > > > > > On Mon, Apr 11, 2016 at 4:31 PM, Mohit S

[jira] [Created] (HIVE-13547) Switch Hive2 tests to JDK8

2016-04-19 Thread Mohit Sabharwal (JIRA)
Mohit Sabharwal created HIVE-13547: -- Summary: Switch Hive2 tests to JDK8 Key: HIVE-13547 URL: https://issues.apache.org/jira/browse/HIVE-13547 Project: Hive Issue Type: Bug

Re: [discuss] jdk8 support

2016-04-11 Thread Mohit Sabharwal
gt; on Hive2. We should make sure that in pom.xml java source & target > compatibility is still 1.7 (which already is the case currently) so that > Hive2 is still compatible with jdk7. Unit tests as I said we can run on > jdk8. > > Thanks, > Ashutosh > > On Fri

[discuss] jdk8 support

2016-04-08 Thread Mohit Sabharwal
Hi folks, Oracle EOL'ed (ended public updates) for Java 7 in April 2015. In order to support Java 8, we fixed quite a bunch of tests in HIVE-8607 (*) early last year. However, since our pre-commit tests run on JDK7 only, any JDK8 test failures are getting ignored. As a result, the count has crept

[jira] [Created] (HIVE-13409) Fix JDK8 test failures related to COLUMN_STATS_ACCURATE

2016-04-01 Thread Mohit Sabharwal (JIRA)
Mohit Sabharwal created HIVE-13409: -- Summary: Fix JDK8 test failures related to COLUMN_STATS_ACCURATE Key: HIVE-13409 URL: https://issues.apache.org/jira/browse/HIVE-13409 Project: Hive

Review Request 45525: HIVE-12484 : Show meta operations on HS2 web UI

2016-03-30 Thread Mohit Sabharwal
ql, metadata and set operations. Added tests to TestQueryDisplay Thanks, Mohit Sabharwal

Review Request 43785: HIVE-13099: Non-SQLOperations lead to Web UI NPE

2016-02-19 Thread Mohit Sabharwal
nager.java 96c01de40fa581f1583fc3f9a93a2c71355ebc04 Diff: https://reviews.apache.org/r/43785/diff/ Testing --- Thanks, Mohit Sabharwal

[jira] [Created] (HIVE-13099) Non-SQLOperations lead to Web UI NPE

2016-02-19 Thread Mohit Sabharwal (JIRA)
Mohit Sabharwal created HIVE-13099: -- Summary: Non-SQLOperations lead to Web UI NPE Key: HIVE-13099 URL: https://issues.apache.org/jira/browse/HIVE-13099 Project: Hive Issue Type: Bug

Review Request 43553: HIVE-13057: Remove duplicate copies of TableDesc property values in PartitionDesc

2016-02-16 Thread Mohit Sabharwal
org/r/43553/diff/ Testing --- Thanks, Mohit Sabharwal

[jira] [Created] (HIVE-13057) Remove duplicate copies of TableDesc property values in PartitionDesc

2016-02-12 Thread Mohit Sabharwal (JIRA)
Mohit Sabharwal created HIVE-13057: -- Summary: Remove duplicate copies of TableDesc property values in PartitionDesc Key: HIVE-13057 URL: https://issues.apache.org/jira/browse/HIVE-13057 Project

[jira] [Created] (HIVE-13047) Disabling Web UI leads to NullPointerException

2016-02-11 Thread Mohit Sabharwal (JIRA)
Mohit Sabharwal created HIVE-13047: -- Summary: Disabling Web UI leads to NullPointerException Key: HIVE-13047 URL: https://issues.apache.org/jira/browse/HIVE-13047 Project: Hive Issue Type

[jira] [Created] (HIVE-13045) move guava dependency back to 14 after HIVE-12952

2016-02-11 Thread Mohit Sabharwal (JIRA)
Mohit Sabharwal created HIVE-13045: -- Summary: move guava dependency back to 14 after HIVE-12952 Key: HIVE-13045 URL: https://issues.apache.org/jira/browse/HIVE-13045 Project: Hive Issue

[jira] [Created] (HIVE-12966) Change some ZooKeeperHiveLockManager logs to debug

2016-01-29 Thread Mohit Sabharwal (JIRA)
Mohit Sabharwal created HIVE-12966: -- Summary: Change some ZooKeeperHiveLockManager logs to debug Key: HIVE-12966 URL: https://issues.apache.org/jira/browse/HIVE-12966 Project: Hive Issue

[jira] [Created] (HIVE-12949) Fix description of hive.server2.logging.operation.level

2016-01-27 Thread Mohit Sabharwal (JIRA)
Mohit Sabharwal created HIVE-12949: -- Summary: Fix description of hive.server2.logging.operation.level Key: HIVE-12949 URL: https://issues.apache.org/jira/browse/HIVE-12949 Project: Hive

Re: Review Request 42777: HIVE-12550 : Cache and display last N completed queries in HS2 WebUI

2016-01-27 Thread Mohit Sabharwal
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/42777/#review116611 --- Ship it! Ship It! - Mohit Sabharwal On Jan. 27, 2016, 7:38

Re: Review Request 42777: HIVE-12550 : Cache and display last N completed queries in HS2 WebUI

2016-01-26 Thread Mohit Sabharwal
peration/OperationManager.java (line 341) <https://reviews.apache.org/r/42777/#comment177506> check for getSQLOperationInfo() returning null here. - Mohit Sabharwal On Jan. 26, 2016, 10:26 p.m., Szehon Ho wrote: > > ---

[jira] [Created] (HIVE-12705) Java8 Jenkins jobs failing with "Error executing HIVE-TRUNK-JAVA8-*"

2015-12-17 Thread Mohit Sabharwal (JIRA)
Mohit Sabharwal created HIVE-12705: -- Summary: Java8 Jenkins jobs failing with "Error executing HIVE-TRUNK-JAVA8-*" Key: HIVE-12705 URL: https://issues.apache.org/jira/browse/HIVE-12705 Pro

[jira] [Created] (HIVE-12670) Fix tests failing due to invalid ConnectionDriverName

2015-12-14 Thread Mohit Sabharwal (JIRA)
Mohit Sabharwal created HIVE-12670: -- Summary: Fix tests failing due to invalid ConnectionDriverName Key: HIVE-12670 URL: https://issues.apache.org/jira/browse/HIVE-12670 Project: Hive Issue

Re: Review Request 41062: HIVE-12485 Secure HS2 web UI with kerberos

2015-12-09 Thread Mohit Sabharwal
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/41062/#review109581 --- Ship it! LGTM - Mohit Sabharwal On Dec. 9, 2015, 4:35 p.m

Re: Review Request 41062: HIVE-12485 Secure HS2 web UI with kerberos

2015-12-08 Thread Mohit Sabharwal
) <https://reviews.apache.org/r/41062/#comment168907> should this be conditional on the cluster itself being kerberized ? i.e. if (UserGroupInformation.isSecurityEnabled()) { } - Mohit Sabharwal On Dec. 8, 2015, 12:05 a.m., Jimmy Xiang

Re: Review Request 40948: HIVE-12499 : Add HMS metrics for number of tables and partitions

2015-12-04 Thread Mohit Sabharwal
ogging since it's every 5 minutes, no ? Make it DEBUG ? same for below.. - Mohit Sabharwal On Dec. 4, 2015, 1:51 a.m., Szehon Ho wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https

Re: Review Request 40898: HIVE-12431: Support timeout for compile lock

2015-12-03 Thread Mohit Sabharwal
/CLIServiceTest.java d90002bd16e46b5ce970d4c6c544a9c7605328d1 Diff: https://reviews.apache.org/r/40898/diff/ Testing --- TestEmbeddedThriftBinaryCLIService#testGlobalCompileLockTimeout Thanks, Mohit Sabharwal

Re: Review Request 40898: HIVE-12431: Support timeout for global compile lock

2015-12-03 Thread Mohit Sabharwal
t; > common/src/java/org/apache/hadoop/hive/conf/HiveConf.java > 7f9607129eb1f5f43e8a728cf7d2a56c1ed5af49 > ql/src/java/org/apache/hadoop/hive/ql/Driver.java > 62b608cbf53c371d1743df40988daf85f76a0867 > ql/src/java/org/apache/hadoop/hive/ql/ErrorMsg.java > 8a47605630066e39272f506c6e309b108b8455dd > service/src/test/org/apache/hive/service/cli/CLIServiceTest.java > d90002bd16e46b5ce970d4c6c544a9c7605328d1 > > Diff: https://reviews.apache.org/r/40898/diff/ > > > Testing > --- > > TestEmbeddedThriftBinaryCLIService#testGlobalCompileLockTimeout > > > Thanks, > > Mohit Sabharwal > >

Re: Review Request 40898: HIVE-12431: Support timeout for global compile lock

2015-12-03 Thread Mohit Sabharwal
d90002bd16e46b5ce970d4c6c544a9c7605328d1 Diff: https://reviews.apache.org/r/40898/diff/ Testing --- TestEmbeddedThriftBinaryCLIService#testGlobalCompileLockTimeout Thanks, Mohit Sabharwal

Review Request 40898: HIVE-12431: Support timeout for global compile lock

2015-12-03 Thread Mohit Sabharwal
/40898/diff/ Testing --- TestEmbeddedThriftBinaryCLIService#testGlobalCompileLockTimeout Thanks, Mohit Sabharwal

Re: Review Request 40833: HIVE-12471 Secure HS2 web UI with SSL

2015-12-02 Thread Mohit Sabharwal
/java/org/apache/hive/http/HttpServer.java (line 274) <https://reviews.apache.org/r/40833/#comment168177> (!b.useSSL) ? - Mohit Sabharwal On Dec. 2, 2015, 8:09 p.m., Jimmy Xiang wrote: > > --- > This is an automatica

Re: Review Request 40833: HIVE-12471 Secure HS2 web UI with SSL

2015-12-01 Thread Mohit Sabharwal
s.apache.org/r/40833/#comment168071> Any reason why it shouldn't just default to what's specified in HiveConf.HIVE_SERVER2_WEBUI_MAX_THREADS (which is 50) ? - Mohit Sabharwal On Dec. 1, 2015, 6:50 p.m., Jimmy Xiang wrote: > > ---

[jira] [Created] (HIVE-12561) Add sentry jars to HS2 & HMS classpath

2015-12-01 Thread Mohit Sabharwal (JIRA)
Mohit Sabharwal created HIVE-12561: -- Summary: Add sentry jars to HS2 & HMS classpath Key: HIVE-12561 URL: https://issues.apache.org/jira/browse/HIVE-12561 Project: Hive Issue

[jira] [Created] (HIVE-12512) Include driver logs in execution-level Operation logs

2015-11-24 Thread Mohit Sabharwal (JIRA)
Mohit Sabharwal created HIVE-12512: -- Summary: Include driver logs in execution-level Operation logs Key: HIVE-12512 URL: https://issues.apache.org/jira/browse/HIVE-12512 Project: Hive Issue

Re: Review Request 40549: HIVE-12456: QueryId can't be stored in the configuration of the SessionState since multiple queries can run in a single session

2015-11-20 Thread Mohit Sabharwal
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/40549/#review107416 --- Ship it! Ship It! - Mohit Sabharwal On Nov. 20, 2015, 8:39 p.m

Re: Review Request 40549: HIVE-12456: QueryId can't be stored in the configuration of the SessionState since multiple queries can run in a single session

2015-11-20 Thread Mohit Sabharwal
> On Nov. 20, 2015, 7:30 p.m., Mohit Sabharwal wrote: > > service/src/java/org/apache/hive/service/cli/operation/Operation.java, line > > 56 > > <https://reviews.apache.org/r/40549/diff/1/?file=1134612#file1134612line56> > > > > what does MDC stand

Re: Review Request 40549: HIVE-12456: QueryId can't be stored in the configuration of the SessionState since multiple queries can run in a single session

2015-11-20 Thread Mohit Sabharwal
these public ... only accessed in this class. service/src/java/org/apache/hive/service/cli/operation/Operation.java (line 87) <https://reviews.apache.org/r/40549/#comment166497> is this conditional needed ? - Mohit Sabharwal On Nov. 20, 2015, 4:56 p.

Re: Review Request 40500: HIVE-12338 Add webui to HiveServer2

2015-11-20 Thread Mohit Sabharwal
> On Nov. 20, 2015, 4:53 a.m., Mohit Sabharwal wrote: > > LGTM. This patch only includes SQLOperations. Are we planning to add > > metadata operations as well ? (so we can capture jdbc clients and Hue usage > > as well...) > > Jimmy Xiang wrote: > Than

Re: Review Request 40500: HIVE-12338 Add webui to HiveServer2

2015-11-19 Thread Mohit Sabharwal
operation/OperationManager.java (line 65) <https://reviews.apache.org/r/40500/#comment166342> any reason we only want sqloperations ? - Mohit Sabharwal On Nov. 19, 2015, 8:53 p.m., Jimmy Xiang wrote: > > --- > This is an automa

[jira] [Created] (HIVE-11677) Access to opHandleSet in HiveSession should be synchronized

2015-08-27 Thread Mohit Sabharwal (JIRA)
Mohit Sabharwal created HIVE-11677: -- Summary: Access to opHandleSet in HiveSession should be synchronized Key: HIVE-11677 URL: https://issues.apache.org/jira/browse/HIVE-11677 Project: Hive

[jira] [Created] (HIVE-11534) Improve validateTableCols error message

2015-08-11 Thread Mohit Sabharwal (JIRA)
Mohit Sabharwal created HIVE-11534: -- Summary: Improve validateTableCols error message Key: HIVE-11534 URL: https://issues.apache.org/jira/browse/HIVE-11534 Project: Hive Issue Type

[jira] [Created] (HIVE-11133) Support hive.explain.user for Spark

2015-06-26 Thread Mohit Sabharwal (JIRA)
Mohit Sabharwal created HIVE-11133: -- Summary: Support hive.explain.user for Spark Key: HIVE-11133 URL: https://issues.apache.org/jira/browse/HIVE-11133 Project: Hive Issue Type: Sub-task

Review Request 35897: HIVE-11032: Enable more tests for grouping by skewed data [Spark Branch]

2015-06-25 Thread Mohit Sabharwal
estNegativeSparkCliDriver -Phadoop-2 -Dqfile=$line -Dtest.output.overwrite=true; done Thanks, Mohit Sabharwal

Review Request 35846: HIVE-11099: Add support for running negative q-tests [Spark Branch]

2015-06-24 Thread Mohit Sabharwal
, Mohit Sabharwal

[jira] [Created] (HIVE-11099) Add support for running negative q-tests [Spark Branch]

2015-06-24 Thread Mohit Sabharwal (JIRA)
Mohit Sabharwal created HIVE-11099: -- Summary: Add support for running negative q-tests [Spark Branch] Key: HIVE-11099 URL: https://issues.apache.org/jira/browse/HIVE-11099 Project: Hive

Re: Review Request 32489: HIVE-9518 Implement MONTHS_BETWEEN aligned with Oracle one

2015-03-31 Thread Mohit Sabharwal
/GenericUDFMonthsBetween.java <https://reviews.apache.org/r/32489/#comment127019> nit: cleaner to just say (31 * 24 * 60 * 60) - Mohit Sabharwal On March 31, 2015, 8:08 p.m., Alexander Pivovarov wrote: > > --- > This is an automatica

Re: Review Request 32489: HIVE-9518 Implement MONTHS_BETWEEN aligned with Oracle one

2015-03-30 Thread Mohit Sabharwal
u want to return null for dataStr.length() > 10 ? As it stands now, long date+time string will get converted using: Object writableValue = converters[i].convert(obj); Timestamp ts = ((TimestampWritable) writableValue).getTimestamp(); return ts; Is th

Re: Review Request 32489: HIVE-9518 Implement MONTHS_BETWEEN aligned with Oracle one

2015-03-27 Thread Mohit Sabharwal
STRING_GROUP ? ql/src/java/org/apache/hadoop/hive/ql/udf/generic/GenericUDF.java <https://reviews.apache.org/r/32489/#comment126505> 19...a comment on where this comes from would be great - Mohit Sabharwal On March 27, 2015, 12:58 a.m., Alexand

  1   2   3   4   >