Re: How to do updation in Hive?

2012-02-13 Thread Mark Grover
Hi Bhavesh, I am no expert in this matter but typical Hive use cases don't involve updates. If your workflow, relies considerably on updating existing data in Hive (i.e. in HDFS), you might need to re-think your design or the tools you use. Mark Mark Grover, Business Intelligence Analyst OANDA

Re: Doubts related to Amazon EMR

2012-04-23 Thread Mark Grover
are the same as (well, close enough to) what you installed your local cluster vs. what's installed on EMR. 3) Like Kyle said, Sqoop with EMR should be OK. Good luck! Mark Mark Grover, Business Intelligence Analyst OANDA Corporation www: oanda.com www: fxtrade.com e: mgro...@oanda.com Best

Behavior of Hive 2837: insert into external tables should not be allowed

2012-05-31 Thread Mark Grover
Hi folks, I have a question regarding HIVE 2837( https://issues.apache.org/jira/browse/HIVE-2837) that deals with disallowing external table from using insert into queries. From looking at the JIRA, it seems like it applies to external tables on HDFS as well. Technically, insert into should be ok

Re: Behavior of Hive 2837: insert into external tables should not be allowed

2012-06-01 Thread Mark Grover
not regular tables? Thanks, Ashutosh On Thu, May 31, 2012 at 9:35 PM, Mark Grover grover.markgro...@gmail.com wrote: Hi folks, I have a question regarding HIVE 2837( https://issues.apache.org/jira/browse/HIVE-2837 ) that deals with disallowing external table from using insert

Re: [ANNOUNCE] New Hive Committer - Brock Noland

2013-07-16 Thread Mark Grover
Congrats, Brock! On Tue, Jul 16, 2013 at 12:31 PM, Thejas Nair the...@hortonworks.com wrote: Congrats Brock! On Tue, Jul 16, 2013 at 11:41 AM, Shreepadma Venugopalan shreepa...@cloudera.com wrote: Many congrats, Brock! On Tue, Jul 16, 2013 at 7:33 AM, Ricky Saltzer ri...@cloudera.com

Re: VOTE: moving hive from forest to Apache CMS

2013-07-21 Thread Mark Grover
+1 (non-binding) On Sun, Jul 21, 2013 at 11:08 AM, Jarek Jarcec Cecho jar...@apache.org wrote: +1 (non-binding) Jarcec On Sun, Jul 21, 2013 at 01:53:39PM -0400, Edward Capriolo wrote: http://hive.apache.org is generated by forest, a rather cumbersome and confusing way to run a website.

Re: [ANNOUNCE] New Hive Committer - Gunther Hagleitner

2013-07-21 Thread Mark Grover
Many congratulations, Gunther! On Sun, Jul 21, 2013 at 10:55 AM, Shreepadma Venugopalan shreepa...@cloudera.com wrote: Congratulations, Gunther! On Sun, Jul 21, 2013 at 10:29 AM, Thejas Nair the...@hortonworks.comwrote: Congrats Gunther ! Great to see more bandwidth to get the patch

Re: Proposing a 0.11.1

2013-08-13 Thread Mark Grover
+ d...@bigtop.apache.org Hi Owen, I work on Apache Bigtop http://bigtop.apache.org and we were recently discussinghttp://search-hadoop.com/m/A8Jne2SAnHq1/bigtop+0.7+bomsubj=Re+DISCUSS+BOM+for+release+0+7+0+of+Bigtopinclusion of Hive 0.11 in the next release of Bigtop - Bigtop 0.7. However, we

Re: Proposing a 0.11.1

2013-08-26 Thread Mark Grover
Hi folks, Any update on this? We are considering including Hive 0.11* in Bigtop 0.7 and it would be very useful and much appreciated to get a little more context into what the Hive 0.11.1 release would look like. Thanks in advance! Mark On Tue, Aug 13, 2013 at 9:24 PM, Edward Capriolo

Re: Proposing a 0.11.1

2013-08-26 Thread Mark Grover
start a discussion about starting to lock down 0.12.0. -- Owen On Mon, Aug 26, 2013 at 10:20 AM, Mark Grover m...@apache.org wrote: Hi folks, Any update on this? We are considering including Hive 0.11* in Bigtop 0.7 and it would be very useful and much appreciated to get a little more

Re: [VOTE] Apache Hive 0.12.0 Release Candidate 0

2013-10-08 Thread Mark Grover
Thejas, Thanks for working on Hive 0.12 release! I work on Apache Bigtop http://bigtop.apache.org and we build rpm and deb packages by building and packaging the source tarballs. Most components (if not all) release a source tarball. Releasing a source tarball would make it make Hive consistent

Review Request: HIVE-3918: Normalize more CRLF line endings

2013-01-23 Thread Mark Grover
--- Explained in the JIRA. This is a purely cosmetic change, this review should validate that. This addresses bug HIVE-3918. https://issues.apache.org/jira/browse/HIVE-3918 Diffs - Diff: https://reviews.apache.org/r/9083/diff/ Testing --- Thanks, Mark Grover

Review Request: HIVE-3918: Normalize more CRLF line endings

2013-01-23 Thread Mark Grover
ql/src/test/queries/clientpositive/split_sample.q 0270449 ql/src/test/queries/clientpositive/udf_compare_java_string.q 3c9d5e1 ql/src/test/queries/clientpositive/udf_logic_java_boolean.q ef48907 Diff: https://reviews.apache.org/r/9084/diff/ Testing --- Thanks, Mark Grover

Review Request: HIVE-3810: HiveHistory.log need to replace '\r' with space before writing Entry.value to historyfile

2013-01-28 Thread Mark Grover
changes to make Hive work across multiple OSs This addresses bug HIVE-3810. https://issues.apache.org/jira/browse/HIVE-3810 Diffs - ql/src/java/org/apache/hadoop/hive/ql/history/HiveHistory.java 7e80c2d Diff: https://reviews.apache.org/r/9129/diff/ Testing --- Thanks, Mark

Re: [VOTE] Amend Hive Bylaws + Add HCatalog Submodule

2013-01-29 Thread Mark Grover
Measure 1: +1 Measure 2: +1 On Tue, Jan 29, 2013 at 4:21 PM, Zhenxiao Luo zhenx...@fb.com wrote: Measure 1: +1 Measure 2: +1 Thanks, Zhenxiao

Review Request: HIVE-3951: Allow Decimal type columns in Regex Serde

2013-01-31 Thread Mark Grover
/RegexSerDe.java ae7693a Diff: https://reviews.apache.org/r/9173/diff/ Testing --- Added a client positive test Thanks, Mark Grover

Re: Review Request: Add support for pulling HBase columns with prefixes

2013-02-04 Thread Mark Grover
https://reviews.apache.org/r/9276/#comment34401 This seems like a limited case of pattern matching. Swarnim, any way we can support generic regex matching instead? - Mark Grover On Feb. 3, 2013, 1:04 a.m., Swarnim Kulkarni wrote

Re: Review Requests

2013-02-04 Thread Mark Grover
Swarnim, I left some comments on reviewboard. On Mon, Feb 4, 2013 at 8:00 AM, kulkarni.swar...@gmail.com kulkarni.swar...@gmail.com wrote: Hello, I opened up two reviews for small issues, HIVE-3553[1] and HIVE-3725[2]. If you guys get a chance to review and provide feedback on it, I will

Re: Review Request: HIVE-3995 PostgreSQL upgrade scripts are not valid

2013-02-06 Thread Mark Grover
at http://www.postgresql.org/docs/8.0/static/sql-altertable.html - Mark Grover On Feb. 7, 2013, 2 a.m., Jarek Cecho wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/9349

Re: Review Request: HIVE-3995 PostgreSQL upgrade scripts are not valid

2013-02-07 Thread Mark Grover
.postgres.sql https://reviews.apache.org/r/9349/#comment34802 For the record, false seems like the right value for existing records in SDS table. Context: CreateTableDesc.java in HIVE-3649.patch.9 - Mark Grover On Feb. 7, 2013, 4:22 p.m., Jarek Cecho wrote

Re: Review Request: HIVE-3995 PostgreSQL upgrade scripts are not valid

2013-02-07 Thread Mark Grover
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/9349/#review16333 --- Ship it! Ship It! - Mark Grover On Feb. 7, 2013, 4:22 p.m

Re: Review Request: HIVE-3999 Mysql metastore upgrade script will end up with different schema than the full schema load

2013-02-07 Thread Mark Grover
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/9365/#review16334 --- Ship it! Ship It! - Mark Grover On Feb. 7, 2013, 9:24 p.m

Re: Review Request: HIVE-3179: HBase Handler doesn't handle NULLs properly

2013-02-08 Thread Mark Grover
/LazyHBaseRow.java https://reviews.apache.org/r/5542/#comment34816 Lars, I noticed that the Javadoc here is inconsistent with the method signature. This is obviously unrelated to your change but if you have a chance, could you please correct the Javadoc here? - Mark Grover On June 25, 2012, 5:30 a.m

Re: Review Request: Add support for pulling HBase columns with prefixes

2013-02-09 Thread Mark Grover
On Feb. 5, 2013, 3:43 a.m., Mark Grover wrote: hbase-handler/src/java/org/apache/hadoop/hive/hbase/HBaseSerDe.java, line 192 https://reviews.apache.org/r/9276/diff/1/?file=254957#file254957line192 This seems like a limited case of pattern matching. Swarnim, any way we can

Re: Subcribe

2013-02-09 Thread Mark Grover
Karthik, Please send an email to the subscribe address listed at http://hive.apache.org/mailing_lists.html#Developers On Sat, Feb 9, 2013 at 7:41 AM, karthik tunga karthik.tu...@gmail.comwrote: Hi, I would like to subscribe to this list. Cheers, Karthik

Re: Review Request: HIVE-3179: HBase Handler doesn't handle NULLs properly

2013-02-09 Thread Mark Grover
On Feb. 8, 2013, 3:33 p.m., Mark Grover wrote: hbase-handler/src/java/org/apache/hadoop/hive/hbase/LazyHBaseRow.java, line 127 https://reviews.apache.org/r/5542/diff/1/?file=116176#file116176line127 Lars, I noticed that the Javadoc here is inconsistent with the method

Re: Newbie

2013-02-09 Thread Mark Grover
Hi Karthik, Welcome! My first Hive JIRA was a UDF (User Defined Functions) - HIVE-2418 I personally believe starting off with UDFs is a great and relatively easy way to start contributing to Hive. I did a quick search for UDF related JIRAs:

Re: HIVE-4053 | Review request

2013-02-23 Thread Mark Grover
Krishna, Can you please post a patch on the JIRA and post a review on reviewboard? You should also consider adding some unit tests. If you need help with any of this, please let us know. I will post this on JIRA as well for completeness. Mark On Fri, Feb 22, 2013 at 9:48 PM, Krishna

Re: [ANNOUNCE] Kevin Wilfong elected to Hive PMC

2013-03-04 Thread Mark Grover
Congrats, Kevin. Keep up the good work! On Mon, Mar 4, 2013 at 11:54 AM, Carl Steinbach c...@apache.org wrote: On behalf of the Apache Hive PMC I am pleased to welcome Kevin Wilfong as a member of the Apache Hive PMC. Please join me in congratulating Kevin on his new role! Thanks. Carl

Re: Review Request: Request to review the change

2013-03-09 Thread Mark Grover
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/9673/#review17649 --- Ship it! Ship It! - Mark Grover On Feb. 28, 2013, 4:05 a.m

Re: Hive-3963

2013-03-09 Thread Mark Grover
Maxime, I posted a comment on the JIRA. Thanks! On Thu, Mar 7, 2013 at 5:57 AM, mlanciau mlanc...@gmail.com wrote: Hello ! I am working on https://issues.apache.org/jira/browse/HIVE-3963 to allow Hive's users to get data from databases to do join with big Hadoop/Hive table and

Re: Review Request: HIVE-3951: Allow Decimal type columns in Regex Serde

2013-04-01 Thread Mark Grover
serde/src/java/org/apache/hadoop/hive/serde2/RegexSerDe.java 9317a6c Diff: https://reviews.apache.org/r/9173/diff/ Testing --- Added a client positive test Thanks, Mark Grover

Re: HCatalog to Hive Committership

2013-04-05 Thread Mark Grover
Francis, You may have already seen this but I thought I'd post anyways: https://cwiki.apache.org/Hive/becomingacommitter.html Mark On Fri, Apr 5, 2013 at 11:35 AM, Francis Liu tof...@apache.org wrote: Thanks for your response. This clarifies a lot. I just have two follow-up questions: 1.

Re: Hive compilation issues on branch-0.10 and trunk

2013-04-11 Thread Mark Grover
Nitin, I have been able to build hive trunk with JDK 1.6. Did you try the workaround listed in HIVE-4231? Mark On Thu, Apr 11, 2013 at 2:42 AM, Nitin Pawar nitinpawar...@gmail.comwrote: Hello, I am trying to build hive on both trunk and branch-0.10 I have tried both SUN JDK6 and JDK7 With

Running Hive unit tests on a fully-distributed cluster

2013-04-15 Thread Mark Grover
Hi all, Is there a way to run Hive unit tests against a fully-distributed Hadoop cluster? I poked around the code and was only able to find two modes - local mode and miniMR. Is there a property or something similar that I can set to do so? I have been contributing recently to Apache

Re: Running Hive unit tests on a fully-distributed cluster

2013-04-15 Thread Mark Grover
a handful of those. May be we can provide an option to have that run all tests. Ashutosh On Mon, Apr 15, 2013 at 5:26 PM, Mark Grover grover.markgro...@gmail.com wrote: Hi all, Is there a way to run Hive unit tests against a fully-distributed Hadoop cluster? I poked around the code

Re: [VOTE] Apache Hive 0.11.0 Release Candidate 0

2013-04-30 Thread Mark Grover
Thanks for the release candidate, Ashutosh. Would it also make sense to conclude the voting after the weekend so those busy during the week could also chime in? Mark On Tue, Apr 30, 2013 at 2:07 AM, Alexander Alten-Lorenz wget.n...@gmail.com wrote: Yes, a bit large. Looks like that the

Re: Hive JOIN fails if SELECT statement contains fields from the first table.

2012-01-16 Thread Mark Grover
statements, that should fix the problem. Good luck! Mark Mark Grover, Business Intelligence Analyst OANDA Corporation www: oanda.com www: fxtrade.com e: mgro...@oanda.com Best Trading Platform - World Finance's Forex Awards 2009. The One to Watch - Treasury Today's Adam Smith Awards 2009

Re: [VOTE] Apache Hive 0.12.0 Release Candidate 1

2013-10-14 Thread Mark Grover
I wasn't able to start webhcat server. It seems to be related to file permissions. FWIW, it's not a regression (the same problem existed in Hive 0.11). Having said that, it makes webhcat pretty unusable out of the box. I created HIVE-5534 to track this. On Sun, Oct 13, 2013 at 4:37 PM, Carl

Re: [VOTE] Apache Hive 0.12.0 Release Candidate 1

2013-10-14 Thread Mark Grover
, Oct 14, 2013 at 12:18 PM, Mark Grover m...@apache.org wrote: I wasn't able to start webhcat server. It seems to be related to file permissions. FWIW, it's not a regression (the same problem existed in Hive 0.11). Having said that, it makes webhcat pretty unusable out of the box. I created HIVE

Re: Proposal to move Hive Apache Jenkins jobs to Bigtop Jenkins?

2013-10-29 Thread Mark Grover
Done! On Tue, Oct 29, 2013 at 8:50 AM, Brock Noland br...@cloudera.com wrote: On Mon, Oct 28, 2013 at 10:51 PM, Roman Shaposhnik ro...@shaposhnik.org wrote: My username is brock. I gave you perms to manipulate the jobs. Go wild ;-) Would you be able to add a throttle category for

Re: number of buckets in bucket map join

2012-11-01 Thread Mark Grover
Hi Mahsa, Just to elaborate a little further. Bucket joins are quicker than regular joins because they lessen the number of logical multiplications that need to happen between the records from two tables being joined. A regular bucket join would logically multiply each row from one table with

Re: Review Request: implement a udf to keep hive session alive for certain amount of time

2012-11-03 Thread Mark Grover
/GenericUDFSleep.java https://reviews.apache.org/r/7848/#comment28174 In my opinion, InterruptedException should be wrapped into a HiveException and then thrown. - Mark Grover On Nov. 3, 2012, 2:56 a.m., Johnny Zhang wrote

Re: Review Request: implement a udf to keep hive session alive for certain amount of time

2012-11-09 Thread Mark Grover
/hadoop/hive/ql/udf/generic/GenericUDFSleep.java https://reviews.apache.org/r/7848/#comment28583 This might be confusing to some users. The method may call Thread.sleep but the UDF's argument is in seconds. So perhaps get rid long millis and mention that the UDF argument is in seconds - Mark

Re: Review Request: DB based token store

2012-11-14 Thread Mark Grover
particular reason why this is not abstract as well? - Mark Grover On Nov. 13, 2012, 8:45 a.m., Ashutosh Chauhan wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/7941

Re: Username/password authentication support in HiveServer

2012-11-30 Thread Mark Grover
Hi Yu Gao, The submission of HiveServer2 is being tracked by https://issues.apache.org/jira/browse/HIVE-2935 Keep your eyes out for when the status of that JIRA changes:-) Mark On Thu, Nov 29, 2012 at 11:18 PM, 郜瑜 crystalga...@gmail.com wrote: Hi all, I noticed that HiveServer2 will have

Re: Review Request: float and double calculation is inaccurate in Hive

2012-12-17 Thread Mark Grover
the present case. So, take this suggestion with a grain of salt:-) - Mark Grover On Dec. 18, 2012, 12:37 a.m., Johnny Zhang wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/8653

Re: Review Request: float and double calculation is inaccurate in Hive

2012-12-21 Thread Mark Grover
in Hive. Contact me offline if you need more details. -Bharath From: Johnny Zhang xiao...@cloudera.com To: Johnny Zhang xiao...@cloudera.com; Mark Grover grover.markgro...@gmail.com; hive dev@hive.apache.org Sent: Monday, December 17, 2012 5:13 PM Subject: Re

Re: Review Request: float and double calculation is inaccurate in Hive

2012-12-21 Thread Mark Grover
On Dec. 18, 2012, 12:38 a.m., Mark Grover wrote: http://svn.apache.org/repos/asf/hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/udf/UDFOPDivide.java, line 50 https://reviews.apache.org/r/8653/diff/1/?file=240423#file240423line50 10 seems to be a rather arbitrary number

Re: where should I start from if I want to customize my own hive release?

2012-12-27 Thread Mark Grover
Zongquan, The developer guide would be a good starting place: https://cwiki.apache.org/confluence/display/Hive/DeveloperGuide Mark On Wed, Dec 26, 2012 at 2:59 AM, Liu,Zongquan liuzongq...@baidu.com wrote: Hi all, I am a newer to Hive development, I want to know where should I start if I

Re: Review Request: HIVE-3004: RegexSerDe should support other column types in addition to STRING

2013-01-14 Thread Mark Grover
On Jan. 13, 2013, 8:15 p.m., Ashutosh Chauhan wrote: serde/src/java/org/apache/hadoop/hive/serde2/RegexSerDe.java, line 121 https://reviews.apache.org/r/8931/diff/1/?file=247630#file247630line121 Are we sure that reference equality here is guaranteed to work? In other words, we

[jira] [Commented] (HIVE-2418) replace or translate function in hive

2012-05-25 Thread Mark Grover (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13283862#comment-13283862 ] Mark Grover commented on HIVE-2418: --- Edward, I would be happy to work on this. Not sure

[jira] [Commented] (HIVE-2837) insert into external tables should not be allowed

2012-05-31 Thread Mark Grover (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2837?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13286907#comment-13286907 ] Mark Grover commented on HIVE-2837: --- From looking at this, it seems like it applies

[jira] [Commented] (HIVE-3064) in insert into tablename statement,if the tablename contains uppercase characters this statement will overwrite the table

2012-05-31 Thread Mark Grover (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3064?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13287132#comment-13287132 ] Mark Grover commented on HIVE-3064: --- Just to clarify, the name of the table used

[jira] [Created] (HIVE-3077) Insert overwrite table doesn't fail for bucketed tables and breaks bucketing

2012-05-31 Thread Mark Grover (JIRA)
Mark Grover created HIVE-3077: - Summary: Insert overwrite table doesn't fail for bucketed tables and breaks bucketing Key: HIVE-3077 URL: https://issues.apache.org/jira/browse/HIVE-3077 Project: Hive

[jira] [Updated] (HIVE-3077) Insert overwrite table doesn't fail for bucketed tables and breaks bucketing

2012-05-31 Thread Mark Grover (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3077?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Grover updated HIVE-3077: -- Description: If table my_table is bucketed, the command insert into table my_table ... is supposed

[jira] [Assigned] (HIVE-682) add UDF concat_ws

2012-06-02 Thread Mark Grover (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-682?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Grover reassigned HIVE-682: Assignee: Mark Grover (was: Jonathan Chang) add UDF concat_ws

[jira] [Assigned] (HIVE-682) add UDF concat_ws

2012-06-03 Thread Mark Grover (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-682?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Grover reassigned HIVE-682: Assignee: Jonathan Chang (was: Mark Grover) I assigned it to myself by mistake. So, assigning

[jira] [Commented] (HIVE-2418) replace or translate function in hive

2012-06-03 Thread Mark Grover (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13288319#comment-13288319 ] Mark Grover commented on HIVE-2418: --- The code and test .q files are ready but I am having

[jira] [Updated] (HIVE-2418) replace or translate function in hive

2012-06-03 Thread Mark Grover (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2418?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Grover updated HIVE-2418: -- Status: Patch Available (was: Open) Here is what I have so far. It's missing the .q.out files since I

[jira] [Updated] (HIVE-2418) replace or translate function in hive

2012-06-03 Thread Mark Grover (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2418?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Grover updated HIVE-2418: -- Attachment: udf_translate_v1.patch Here is what I have so far. It's missing the .q.out files since I

[jira] [Commented] (HIVE-2418) replace or translate function in hive

2012-06-03 Thread Mark Grover (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13288339#comment-13288339 ] Mark Grover commented on HIVE-2418: --- Thanks, Ed. That fixed the issue

[jira] [Updated] (HIVE-2418) replace or translate function in hive

2012-06-03 Thread Mark Grover (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2418?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Grover updated HIVE-2418: -- Attachment: udf_translate_v2_with_1_negative_test.patch A new version of the patch with a minor bug fix

[jira] [Updated] (HIVE-2418) replace or translate function in hive

2012-06-03 Thread Mark Grover (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2418?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Grover updated HIVE-2418: -- Attachment: udf_translate_v2_with_3_negative_tests.patch A new version of the patch with a minor bug

[jira] [Commented] (HIVE-2418) replace or translate function in hive

2012-06-03 Thread Mark Grover (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13288344#comment-13288344 ] Mark Grover commented on HIVE-2418: --- I uploaded 2 v2 patches. One has 3 negative tests

[jira] [Commented] (HIVE-2418) replace or translate function in hive

2012-06-04 Thread Mark Grover (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13289115#comment-13289115 ] Mark Grover commented on HIVE-2418: --- Thanks for reviewing, Ed. I have taken out

[jira] [Updated] (HIVE-2418) replace or translate function in hive

2012-06-04 Thread Mark Grover (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2418?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Grover updated HIVE-2418: -- Attachment: udf_translate_v3_with_3_negative_tests.patch New version of the patch with minor changes

[jira] [Updated] (HIVE-2418) replace or translate function in hive

2012-06-04 Thread Mark Grover (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2418?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Grover updated HIVE-2418: -- Attachment: udf_translate_v3_with_1_negative_test.patch New version of the patch with minor changes

[jira] [Commented] (HIVE-2418) replace or translate function in hive

2012-06-05 Thread Mark Grover (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13289914#comment-13289914 ] Mark Grover commented on HIVE-2418: --- No worries, Ed. I thought about that too. However

[jira] [Commented] (HIVE-2418) replace or translate function in hive

2012-06-07 Thread Mark Grover (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13291448#comment-13291448 ] Mark Grover commented on HIVE-2418: --- Seems like this failure is not related to the check

[jira] [Commented] (HIVE-2418) replace or translate function in hive

2012-06-07 Thread Mark Grover (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13291473#comment-13291473 ] Mark Grover commented on HIVE-2418: --- Thanks, Ed. Looks like Lars Francke beat me

[jira] [Created] (HIVE-3104) Predicate pushdown doesn't work with multi-insert statements using LATERAL VIEW

2012-06-07 Thread Mark Grover (JIRA)
Mark Grover created HIVE-3104: - Summary: Predicate pushdown doesn't work with multi-insert statements using LATERAL VIEW Key: HIVE-3104 URL: https://issues.apache.org/jira/browse/HIVE-3104 Project: Hive

[jira] [Assigned] (HIVE-345) Extend Date UDFs to support time zone and full specs as in MySQL

2012-06-26 Thread Mark Grover (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Grover reassigned HIVE-345: Assignee: Mark Grover Extend Date UDFs to support time zone and full specs as in MySQL

[jira] [Commented] (HIVE-3245) UTF encoded data not displayed correctly by Hive driver

2012-08-30 Thread Mark Grover (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3245?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13445297#comment-13445297 ] Mark Grover commented on HIVE-3245: --- I got into some trouble with the JDBC driver on Hive

[jira] [Commented] (HIVE-1450) always catch exception when invoke executeUpdate in jdbc

2012-08-31 Thread Mark Grover (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1450?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13446066#comment-13446066 ] Mark Grover commented on HIVE-1450: --- Any updates on this JIRA? Is there something

[jira] [Commented] (HIVE-4070) Like operator in Hive is case sensitive while in MySQL (and most likely other DBs) it's case insensitive

2013-05-24 Thread Mark Grover (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4070?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13666785#comment-13666785 ] Mark Grover commented on HIVE-4070: --- I agree with Edward that having a property like

[jira] [Commented] (HIVE-4403) Running Hive queries on Yarn (MR2) gives warnings related to overriding final parameters

2013-05-29 Thread Mark Grover (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4403?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13669521#comment-13669521 ] Mark Grover commented on HIVE-4403: --- Chu, sorry about the delay. I can test patched Hive

[jira] [Commented] (HIVE-4403) Running Hive queries on Yarn (MR2) gives warnings related to overriding final parameters

2013-06-02 Thread Mark Grover (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4403?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13672703#comment-13672703 ] Mark Grover commented on HIVE-4403: --- Ashutosh +1'ed it. So, I guess there is no need

[jira] [Commented] (HIVE-4403) Running Hive queries on Yarn (MR2) gives warnings related to overriding final parameters

2013-06-03 Thread Mark Grover (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4403?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13674027#comment-13674027 ] Mark Grover commented on HIVE-4403: --- Chu, that's fine. Nothing required from your side

[jira] [Created] (HIVE-5046) Hcatalog's bin/hcat script doesn't respect HIVE_HOME

2013-08-09 Thread Mark Grover (JIRA)
Mark Grover created HIVE-5046: - Summary: Hcatalog's bin/hcat script doesn't respect HIVE_HOME Key: HIVE-5046 URL: https://issues.apache.org/jira/browse/HIVE-5046 Project: Hive Issue Type: Bug

[jira] [Updated] (HIVE-5046) Hcatalog's bin/hcat script doesn't respect HIVE_HOME

2013-08-09 Thread Mark Grover (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5046?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Grover updated HIVE-5046: -- Description: https://github.com/apache/hive/blob/trunk/hcatalog/bin/hcat#L81 The quoted snippet (see

[jira] [Updated] (HIVE-5046) Hcatalog's bin/hcat script doesn't respect HIVE_HOME

2013-08-09 Thread Mark Grover (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5046?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Grover updated HIVE-5046: -- Attachment: HIVE-5046.1.patch Hcatalog's bin/hcat script doesn't respect HIVE_HOME

[jira] [Updated] (HIVE-5046) Hcatalog's bin/hcat script doesn't respect HIVE_HOME

2013-08-09 Thread Mark Grover (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5046?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Grover updated HIVE-5046: -- Status: Patch Available (was: Open) Hcatalog's bin/hcat script doesn't respect HIVE_HOME

[jira] [Commented] (HIVE-5046) Hcatalog's bin/hcat script doesn't respect HIVE_HOME

2013-08-09 Thread Mark Grover (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5046?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13735566#comment-13735566 ] Mark Grover commented on HIVE-5046: --- Eugene, thanks for posting. I don't think so

[jira] [Commented] (HIVE-5046) Hcatalog's bin/hcat script doesn't respect HIVE_HOME

2013-08-12 Thread Mark Grover (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5046?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13737008#comment-13737008 ] Mark Grover commented on HIVE-5046: --- Thanks Brock! Hcatalog's bin/hcat

[jira] [Commented] (HIVE-4388) HBase tests fail against Hadoop 2

2013-08-12 Thread Mark Grover (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13737106#comment-13737106 ] Mark Grover commented on HIVE-4388: --- Brock, thanks for looking into this. I

[jira] [Commented] (HIVE-4003) NullPointerException in ql/src/java/org/apache/hadoop/hive/ql/exec/Utilities.java

2013-08-13 Thread Mark Grover (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4003?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13738355#comment-13738355 ] Mark Grover commented on HIVE-4003: --- Thanks, Brock, for taking a look. I will rebase

[jira] [Updated] (HIVE-4003) NullPointerException in ql/src/java/org/apache/hadoop/hive/ql/exec/Utilities.java

2013-08-13 Thread Mark Grover (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4003?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Grover updated HIVE-4003: -- Status: Patch Available (was: Open) NullPointerException in ql/src/java/org/apache/hadoop/hive

[jira] [Updated] (HIVE-4003) NullPointerException in ql/src/java/org/apache/hadoop/hive/ql/exec/Utilities.java

2013-08-13 Thread Mark Grover (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4003?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Grover updated HIVE-4003: -- Attachment: HIVE-4003.patch I am guessing I have to keep the name of the patch same, so tests can

[jira] [Updated] (HIVE-4003) NullPointerException in ql/src/java/org/apache/hadoop/hive/ql/exec/Utilities.java

2013-08-13 Thread Mark Grover (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4003?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Grover updated HIVE-4003: -- Attachment: (was: HIVE-4003.2.patch) NullPointerException in ql/src/java/org/apache/hadoop

[jira] [Updated] (HIVE-4003) NullPointerException in ql/src/java/org/apache/hadoop/hive/ql/exec/Utilities.java

2013-08-13 Thread Mark Grover (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4003?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Grover updated HIVE-4003: -- Attachment: HIVE-4003.2.patch Uploaded a new rebased patch. NullPointerException

[jira] [Commented] (HIVE-4003) NullPointerException in ql/src/java/org/apache/hadoop/hive/ql/exec/Utilities.java

2013-09-09 Thread Mark Grover (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4003?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13762017#comment-13762017 ] Mark Grover commented on HIVE-4003: --- [~appodictic] or [~brocknoland] would one of you

[jira] [Commented] (HIVE-4003) NullPointerException in exec.Utilities

2013-09-09 Thread Mark Grover (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4003?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13762057#comment-13762057 ] Mark Grover commented on HIVE-4003: --- Thank you! NullPointerException

[jira] [Commented] (HIVE-3976) Support specifying scale and precision with Hive decimal type

2013-09-11 Thread Mark Grover (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3976?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13765119#comment-13765119 ] Mark Grover commented on HIVE-3976: --- Hi Xuefu, Thanks for posting the document. Overall

[jira] [Commented] (HIVE-2868) Insert into table wipes out table content

2013-01-23 Thread Mark Grover (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2868?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13561152#comment-13561152 ] Mark Grover commented on HIVE-2868: --- You are most likely running into HIVE-3062

[jira] [Updated] (HIVE-3918) Normalize more CRLF line endings

2013-01-23 Thread Mark Grover (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3918?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Grover updated HIVE-3918: -- Attachment: HIVE-3918.1.patch Normalize more CRLF line endings

[jira] [Updated] (HIVE-3918) Normalize more CRLF line endings

2013-01-23 Thread Mark Grover (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3918?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Grover updated HIVE-3918: -- Status: Patch Available (was: Open) Normalize more CRLF line endings

[jira] [Commented] (HIVE-3918) Normalize more CRLF line endings

2013-01-23 Thread Mark Grover (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3918?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13561461#comment-13561461 ] Mark Grover commented on HIVE-3918: --- Review request: https://reviews.apache.org/r/9083

[jira] [Commented] (HIVE-3918) Normalize more CRLF line endings

2013-01-23 Thread Mark Grover (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3918?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13561472#comment-13561472 ] Mark Grover commented on HIVE-3918: --- Scratch that, new review request at https

[jira] [Commented] (HIVE-3918) Normalize more CRLF line endings

2013-01-23 Thread Mark Grover (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3918?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13561473#comment-13561473 ] Mark Grover commented on HIVE-3918: --- Some more context into this change: If you are using

  1   2   3   >