[jira] Commented: (HIVE-1115) optimize combinehiveinputformat in presence of many partitions

2010-04-27 Thread Matt Pestritto (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12861508#action_12861508 ] Matt Pestritto commented on HIVE-1115: -- Any eta on this issue for resolution

[jira] Commented: (HIVE-820) Describe Extended Line Breaks When Delimiter is \n

2010-01-06 Thread Matt Pestritto (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-820?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12797150#action_12797150 ] Matt Pestritto commented on HIVE-820: - All - Do we have a decision on what you want

Re: Hive-74

2009-10-08 Thread Matt Pestritto
, you got a runtime error – can you see the stderr logs on the tracker ? Thanks, -namit On 10/1/09 5:01 PM, Matt Pestritto m...@pestritto.com wrote: Namit - Any idea on how to resolve ? Thanks On Thu, Oct 1, 2009 at 10:52 AM, Matt Pestritto m...@pestritto.com wrote: There were

Re: Hive-74

2009-10-01 Thread Matt Pestritto
org.apache.hadoop.hive.ql.exec.ExecDriver On Wed, Sep 30, 2009 at 5:26 PM, Namit Jain nj...@facebook.com wrote: What you are doing seems OK ? Can you get the stack trace from /tmp/username/hive.log ? -Original Message- From: Matt Pestritto [mailto:m...@pestritto.com] Sent

Re: Hive-74

2009-10-01 Thread Matt Pestritto
Namit - Any idea on how to resolve ? Thanks On Thu, Oct 1, 2009 at 10:52 AM, Matt Pestritto m...@pestritto.com wrote: There were errors in the hive.log 2009-10-01 10:40:53,631 ERROR DataNucleus.Plugin (Log4JLogger.java:error(115)) - Bundle org.eclipse.jdt.core requires

Fwd: Hive-74

2009-09-30 Thread Matt Pestritto
Including hive-user in case someone has any experience with this.. Thanks -Matt -- Forwarded message -- From: Matt Pestritto m...@pestritto.com Date: Tue, Sep 29, 2009 at 5:26 PM Subject: Hive-74 To: hive-dev@hadoop.apache.org Hi- I'm having a problem using

Hive-74

2009-09-29 Thread Matt Pestritto
Hi- I'm having a problem using CombineHiveInputSplit. I believe this was patched in http://issues.apache.org/jira/browse/HIVE-74 I'm currently running hadoop 20.1 using hive trunk. hive-default.xml has the following property: property namehive.input.format/name value/value descriptionThe

[jira] Created: (HIVE-851) Thrift Client: BaseException.message deprecation warning in Python 2.6

2009-09-22 Thread Matt Pestritto (JIRA)
: Bug Components: Clients Reporter: Matt Pestritto Priority: Minor In Python 2.6 BaseException.message has been deprecated. This is a patch to remove these warnings. src/thrift/Thrift.py:62: DeprecationWarning: BaseException.message has been deprecated

[jira] Updated: (HIVE-851) Thrift Client: BaseException.message deprecation warning in Python 2.6

2009-09-22 Thread Matt Pestritto (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-851?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Pestritto updated HIVE-851: Attachment: hive_851.patch Note. This patches two files: service/lib/py/thrift/Thrift.py

Re: vote for release candidate for hive

2009-09-17 Thread Matt Pestritto
I recently switched to the 0.4 branch to do some testing and I'm running into a problem. When I run a query from the cli - the first one works, but the second query always fails with a NullPointerException. Did anyone else run into this ? Thanks -Matt hive select count(1) from table1; Total

Re: vote for release candidate for hive

2009-09-17 Thread Matt Pestritto
Please disregard. I found the cause of my error. Thanks. On Thu, Sep 17, 2009 at 3:09 PM, Matt Pestritto m...@pestritto.com wrote: I recently switched to the 0.4 branch to do some testing and I'm running into a problem. When I run a query from the cli - the first one works, but the second

[jira] Commented: (HIVE-820) Describe Extended Line Breaks When Delimiter is \n

2009-09-10 Thread Matt Pestritto (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-820?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12753629#action_12753629 ] Matt Pestritto commented on HIVE-820: - Edward - I made this suggested change and it did

[jira] Created: (HIVE-820) Describe Extended Line Breaks When Delimiter is \n

2009-09-09 Thread Matt Pestritto (JIRA)
Processor Reporter: Matt Pestritto Priority: Minor Tables defined delimited with \t and breaks using \n has output of describe extended that is not contiguous. Line.delim outputs an actual \n which breaks the display output so using the hiveservice you have to do another

[jira] Updated: (HIVE-80) Allow Hive Server to run multiple queries simulteneously

2009-09-09 Thread Matt Pestritto (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-80?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Pestritto updated HIVE-80: --- Attachment: hive_820.patch Patch Attached. Allow Hive Server to run multiple queries simulteneously

Describe Extended - Replace Tab and LF

2009-09-08 Thread Matt Pestritto
Hi. I was wondering if you could replace the Tab and LF to a string TAB and LF in the describe extended output ? I have tables defined delimited with \t and breaks using \n so the output of describe extended is not contiguous. Minor patch below. Feel free to use if you want to. For example.

Re: [jira] Commented: (HIVE-705) Let Hive can analyse hbase's tables

2009-08-23 Thread Matt Pestritto
Hi All. I see a lot of good work being done on HBase/Hive integration especially around how to express hbase metadata in hive and how to load data from/to hbase/hive. Has any thought be been put into how to use HBase data as lookup data in a query and not load all of the data as a normal hive

Problem with Thrift Server Concurrency

2009-07-28 Thread Matt Pestritto
Hi all Does the Thrift server support concurrency ? I'm having a problem that only happens if I fire off multiple ( 2+ ) DML queries at the same time. Randomly, one of the queries will succeed but the other will fail with the following error I pulled from the hiveserver output:

Re: Problem with Thrift Server Concurrency

2009-07-28 Thread Matt Pestritto
specific or session specific metastore clients but I don't think Hive Server is doing that right now. HIVE-584 is supposed to fix this issue. From: Matt Pestritto m...@pestritto.com Reply-To: hive-dev@hadoop.apache.org Date: Tue, 28 Jul 2009 10:48:24 -0700

Error on Load into multiple Partitions

2009-07-15 Thread Matt Pestritto
Hi All. Are there are existing test cases that load into multiple partitions using a single from query? This query worked in an older revision but the mappers fails when I run on trunk: java.lang.RuntimeException: Map operator initialization failed at

Re: Stdout - Stderr

2009-06-02 Thread Matt Pestritto
, Jun 1, 2009 at 4:33 PM, Raghu Murthy rmur...@facebook.com wrote: Only info messages are being written to stderr. The actual data should be written to stdout. See https://issues.apache.org/jira/browse/HIVE-505 On 6/1/09 1:29 PM, Matt Pestritto m...@pestritto.com wrote: Hi All. It seems

Stdout - Stderr

2009-06-01 Thread Matt Pestritto
Hi All. It seems like the latest trunk is writing stdout to stderr on a hive -e call. Is this the intended functionality ? hive -e query 1; query 2; query 3; 2 errors.out errors.out has stdout. stdout has no output. Thanks -Matt

Trunk runtime errors

2009-05-13 Thread Matt Pestritto
All - 1st problem. I was having a problem loading data into partitions when the partition did not exist and traced the problem to revision 772746. Trunk also has the same error. Revision 772746 SVN Commend: HIVE-442. Create partitions after data is moved in the query in order to close out an

[jira] Commented: (HIVE-383) New String Function: length

2009-04-20 Thread Matt Pestritto (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-383?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12700937#action_12700937 ] Matt Pestritto commented on HIVE-383: - Ah. Thanks Neil. I didn't notice the dup. New

[jira] Commented: (HIVE-354) [hive] udf needed for getting length of a string

2009-04-20 Thread Matt Pestritto (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12700970#action_12700970 ] Matt Pestritto commented on HIVE-354: - Thanks for patch. Worked for me. [hive] udf

[jira] Created: (HIVE-383) New String Function: length

2009-04-02 Thread Matt Pestritto (JIRA)
New String Function: length --- Key: HIVE-383 URL: https://issues.apache.org/jira/browse/HIVE-383 Project: Hadoop Hive Issue Type: New Feature Reporter: Matt Pestritto Request for an additional string