Review Request: Adding two interfaces for schema-aware codecs and their invocations from appropriate places in rcfile

2011-12-07 Thread Krishna
-CREATION ql/src/java/org/apache/hadoop/hive/ql/io/SchemaAwareCompressionOutputStream.java PRE-CREATION ql/src/java/org/apache/hadoop/hive/ql/io/RCFile.java b15fdb8 Diff: https://reviews.apache.org/r/3051/diff Testing --- Thanks, Krishna

Review Request: Add UberCompressor Serde/Codec to contrib which allows per-column compression strategies

2011-12-08 Thread Krishna
/ubercompressor/TypeSpecificCompressor.java PRE-CREATION contrib/src/java/org/apache/hadoop/hive/contrib/ubercompressor/UberCompressionCodec.java PRE-CREATION Diff: https://reviews.apache.org/r/3075/diff Testing --- test added Thanks, Krishna

Re: Review Request: Add UberCompressor Serde/Codec to contrib which allows per-column compression strategies

2011-12-17 Thread Krishna
/clientpositive/ubercompressor.q PRE-CREATION contrib/src/test/results/clientpositive/ubercompressor.q.out PRE-CREATION Diff: https://reviews.apache.org/r/3075/diff Testing --- test added Thanks, Krishna

Review Request: Patch #4 For Hive 1918 - Export / Import

2011-02-17 Thread Krishna
/exim_23_import_part_authsuccess.q.out PRE-CREATION ql/src/test/results/clientpositive/exim_24_import_nonexist_authsuccess.q.out PRE-CREATION Diff: https://reviews.apache.org/r/430/diff Testing --- Tests added Thanks, Krishna

Re: Review Request: Patch For Hive 1918 - Export / Import

2011-02-17 Thread Krishna
ql/src/test/results/clientpositive/exim_23_import_part_authsuccess.q.out PRE-CREATION ql/src/test/results/clientpositive/exim_24_import_nonexist_authsuccess.q.out PRE-CREATION Diff: https://reviews.apache.org/r/430/diff Testing --- Tests added Thanks, Krishna

Re: Review Request: Patch For Hive 1918 - Export / Import

2011-02-28 Thread Krishna
ql/src/test/results/clientpositive/exim_23_import_part_authsuccess.q.out PRE-CREATION ql/src/test/results/clientpositive/exim_24_import_nonexist_authsuccess.q.out PRE-CREATION Diff: https://reviews.apache.org/r/430/diff Testing --- Tests added Thanks, Krishna

Re: Review Request: Patch For Hive 1918 - Export / Import

2011-02-28 Thread Krishna
: https://reviews.apache.org/r/430/diff Testing --- Tests added Thanks, Krishna

Re: Review Request: Patch For Hive 1918 - Export / Import

2011-03-14 Thread Krishna
Thanks, Krishna

Review Request: Patch for HIVE-2003: Load analysis should add table/partition to the outputs

2011-03-22 Thread Krishna
://reviews.apache.org/r/518/diff Testing --- Tests added. Authentication failures are now possible now that outputs are set properly. Thanks, Krishna

Review Request: Fixes for (a) removing redundant synchronized (b) calculating and writing the correct record length and (c) making the layout and the key/value classes actually sequencefile compliant

2011-03-28 Thread Krishna
/partition_wise_fileformat3.q.out 067ab43 ql/src/test/results/clientpositive/sample10.q.out 50406c3 Diff: https://reviews.apache.org/r/529/diff Testing --- Tests added, existing tests updated Thanks, Krishna

Re: Review Request: Fixes for (a) removing redundant synchronized (b) calculating and writing the correct record length and (c) making the layout and the key/value classes actually sequencefile compli

2011-04-06 Thread Krishna
/529/diff Testing --- Tests added, existing tests updated Thanks, Krishna

Review Request: Add LazyBinaryColumnarSerDe

2011-05-31 Thread Krishna
PRE-CREATION Diff: https://reviews.apache.org/r/806/diff Testing --- Tests added Thanks, Krishna

Re: Review Request: Add LazyBinaryColumnarSerDe

2011-06-02 Thread Krishna
/src/java/org/apache/hadoop/hive/serde2/objectinspector/SimpleMapEqualComparer.java PRE-CREATION serde/src/test/org/apache/hadoop/hive/serde2/columnar/TestLazyBinaryColumnarSerDe.java PRE-CREATION Diff: https://reviews.apache.org/r/806/diff Testing --- Tests added Thanks, Krishna

Re: Review Request: Add LazyBinaryColumnarSerDe

2011-06-08 Thread Krishna
PRE-CREATION serde/src/test/org/apache/hadoop/hive/serde2/columnar/TestLazyBinaryColumnarSerDe.java PRE-CREATION Diff: https://reviews.apache.org/r/806/diff Testing --- Tests added Thanks, Krishna

Review Request: Patch for Hive-2209, extending ObjectInspectorUtils.compare with some map comparison implementations

2011-06-10 Thread Krishna
/objectinspector/TestSimpleMapEqualcomparer.java PRE-CREATION Diff: https://reviews.apache.org/r/879/diff Testing --- Tests added Thanks, Krishna

Re: Review Request: Patch for Hive-2209, extending ObjectInspectorUtils.compare with some map comparison implementations

2011-06-17 Thread Krishna
/src/test/org/apache/hadoop/hive/serde2/objectinspector/TestSimpleMapEqualcomparer.java PRE-CREATION Diff: https://reviews.apache.org/r/879/diff Testing --- Tests added Thanks, Krishna

Re: Review Request: Patch for Hive-2209, extending ObjectInspectorUtils.compare with some map comparison implementations

2011-06-20 Thread Krishna
/apache/hadoop/hive/serde2/objectinspector/TestSimpleMapEqualComparer.java PRE-CREATION Diff: https://reviews.apache.org/r/879/diff Testing --- Tests added Thanks, Krishna

Re: Review Request: Add LazyBinaryColumnarSerDe

2011-06-20 Thread Krishna
/TestLazyBinaryColumnarSerDe.java PRE-CREATION Diff: https://reviews.apache.org/r/806/diff Testing --- Tests added Thanks, Krishna

Re: Review Request: Patch for Hive-2209, extending ObjectInspectorUtils.compare with some map comparison implementations

2011-07-19 Thread Krishna
/apache/hadoop/hive/serde2/objectinspector/TestSimpleMapEqualComparer.java PRE-CREATION Diff: https://reviews.apache.org/r/879/diff Testing --- Tests added Thanks, Krishna

HIVE-4053 | Review request

2013-02-22 Thread Krishna
; 6 * L => 7 * M, N => 8 * R => 9 * Other letters => 0 Consecutive letters belonging to the same group are replaced by one letter Example: > SELECT soundex_ref('Carren') FROM src LIMIT 1; > C30908 Thanks, Krishna

dev-ow...@hive.apache.org.

2014-12-04 Thread Mohan Krishna
Can Hive handles Unstructured data o it handles only structured data? Please confirm Thanks Mohan

Re: dev-ow...@hive.apache.org.

2014-12-04 Thread Mohan Krishna
; set the schema for the table or partition you are reading based on the data > in the file. > > Alan. > > Mohan Krishna > December 3, 2014 at 17:01 > Can Hive handles Unstructured data o it handles only structured data? > Please confirm > > > Thanks

Re: dev-ow...@hive.apache.org.

2014-12-04 Thread Mohan Krishna
CI| EPM | MDM > > -Original Message- > From: Mohan Krishna [mailto:mohan.25fe...@gmail.com] > Sent: Thursday, December 04, 2014 1:09 PM > To: dev@hive.apache.org > Subject: Re: dev-ow...@hive.apache.org. > > Thanks alan for the answer/ > So, can i conclude that Hi

Re: [ANNOUNCE] New Hive PMC Member - Prasad Mujumdar

2014-12-10 Thread Mohan Krishna
Congrats Prasad On Wed, Dec 10, 2014 at 3:47 AM, Carl Steinbach wrote: > I am pleased to announce that Prasad Mujumdar has been elected to the Hive > Project Management Committee. Please join me in congratulating Prasad! > > Thanks. > > - Carl >

What more Hive can do when compared to PIG

2014-12-16 Thread Mohan Krishna
*Hello all* *Can somebody help me in getting the answer for the below question* *Its regarding PIG vs HIVE:* We knew that PIG for large data sets analysis and Hive is good at data summrization and adhoc queries. But,I want to know , an usecase where Hive can handle it and the same can not be ach

Some queries re locking

2011-02-16 Thread Krishna Kumar
p->teardown call, so most of the create/loads in createSources run without a zookeeper server, so any attempt to lock errors out. Is this by intent? Cheers Krishna

RCFile - some queries

2011-03-18 Thread Krishna Kumar
methods on the Reader. Cheers, Krishna

Re: RCFile - some queries

2011-03-18 Thread Krishna Kumar
comment there. Cheers, Krishna On 3/18/11 11:47 PM, "yongqiang he" wrote: >> but the recordLength is not the actual on-disk length of the record. It is acutal on-disk length. It is compressed key length plus the compressed value length >>Similarly, the next field - key lengt

Re Stats Publishing /Aggregation

2011-06-20 Thread Krishna Kumar
Any reason why persistent stores such as jdbc and hbase are supported for temporary stats storage IIUC, but hadoop counters were not used for the tasks to 'publish' their stats for the aggregation task to pick it up from? Cheers, Krishna

[jira] [Commented] (HIVE-4053) Add support for phonetic algorithms in Hive

2013-02-21 Thread Krishna (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4053?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13583819#comment-13583819 ] Krishna commented on HIVE-4053: --- Soundex: http://en.wikipedia.org/wiki/Soundex Da

[jira] [Updated] (HIVE-4053) Add support for phonetic algorithms in Hive

2013-02-21 Thread Krishna (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4053?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Krishna updated HIVE-4053: -- Affects Version/s: (was: 0.10.0) > Add support for phonetic algorithms in H

[jira] [Updated] (HIVE-4053) Add support for phonetic algorithms in Hive

2013-02-22 Thread Krishna (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4053?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Krishna updated HIVE-4053: -- Description: Following phonetic algorithms should be considered, which are very useful in search: Soundex

[jira] [Commented] (HIVE-4053) Add support for phonetic algorithms in Hive

2013-02-22 Thread Krishna (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4053?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13585025#comment-13585025 ] Krishna commented on HIVE-4053: --- I've implemented 'Refined Soundex'

[jira] [Updated] (HIVE-4053) Add support for phonetic algorithms in Hive

2013-02-22 Thread Krishna (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4053?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Krishna updated HIVE-4053: -- Attachment: GenericUDFRefinedSoundex.java FunctionRegistry.java > Add support for phone

[jira] [Updated] (HIVE-4053) Add support for phonetic algorithms in Hive

2013-02-25 Thread Krishna (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4053?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Krishna updated HIVE-4053: -- Attachment: HIVE-4053.1.patch.txt > Add support for phonetic algorithms in H

[jira] [Commented] (HIVE-4053) Add support for phonetic algorithms in Hive

2013-02-25 Thread Krishna (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4053?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13586422#comment-13586422 ] Krishna commented on HIVE-4053: --- I've attached the patch to JIRA. How do I po

[jira] [Updated] (HIVE-4053) Add support for phonetic algorithms in Hive

2013-02-25 Thread Krishna (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4053?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Krishna updated HIVE-4053: -- Fix Version/s: 0.10.0 Labels: patch (was: ) Affects Version/s: 0.10.0 Release

[jira] [Commented] (HIVE-4053) Add support for phonetic algorithms in Hive

2013-02-25 Thread Krishna (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4053?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13586499#comment-13586499 ] Krishna commented on HIVE-4053: --- I have submitted the patch; please review the

[jira] [Updated] (HIVE-4053) Add support for phonetic algorithms in Hive

2013-02-26 Thread Krishna (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4053?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Krishna updated HIVE-4053: -- Description: Following phonetic algorithms should be considered, which are very useful in search: Soundex

[jira] [Updated] (HIVE-4053) Add support for phonetic algorithms in Hive

2013-02-26 Thread Krishna (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4053?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Krishna updated HIVE-4053: -- Description: Following phonetic algorithms should be considered, which are very useful in search: Soundex: ttp

[jira] [Updated] (HIVE-4053) Add support for phonetic algorithms in Hive

2013-02-26 Thread Krishna (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4053?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Krishna updated HIVE-4053: -- Description: Following phonetic algorithms should be considered, which are very useful in search: Soundex

[jira] [Updated] (HIVE-4053) Add support for phonetic algorithms in Hive

2013-02-26 Thread Krishna (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4053?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Krishna updated HIVE-4053: -- Description: Following phonetic algorithms should be considered, which are very useful in search: Soundex

[jira] [Updated] (HIVE-4053) Add support for phonetic algorithms in Hive

2013-02-26 Thread Krishna (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4053?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Krishna updated HIVE-4053: -- Description: Following phonetic algorithms should be considered, which are very useful in search: Soundex

[jira] [Updated] (HIVE-4053) Add support for phonetic algorithms in Hive

2013-02-26 Thread Krishna (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4053?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Krishna updated HIVE-4053: -- Description: Following phonetic algorithms should be considered, which are very useful in search: Soundex

[jira] [Commented] (HIVE-4053) Add support for phonetic algorithms in Hive

2013-02-26 Thread Krishna (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4053?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13587827#comment-13587827 ] Krishna commented on HIVE-4053: --- There are 6 popular phonetic algorithms (as mentione

[jira] [Updated] (HIVE-4053) Add support for phonetic algorithms in Hive

2013-03-02 Thread Krishna (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4053?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Krishna updated HIVE-4053: -- Status: Open (was: Patch Available) I will re-submit the patch > Add support for phone

hive pull request: Kk wb 1228

2013-08-28 Thread krishna-verticloud
GitHub user krishna-verticloud opened a pull request: https://github.com/apache/hive/pull/11 Kk wb 1228 You can merge this pull request into a Git repository by running: $ git pull https://github.com/VertiPub/hive kk-WB-1228 Alternatively you can review and apply these

hive pull request: Kk wb 1228

2013-08-28 Thread krishna-verticloud
Github user krishna-verticloud closed the pull request at: https://github.com/apache/hive/pull/11

[jira] Created: (HIVE-1918) Add export/import facilities to the hive system

2011-01-17 Thread Krishna Kumar (JIRA)
Reporter: Krishna Kumar This is an enhancement request to add export/import features to hive. With this language extension, the user can export the data of the table - which may be located in different hdfs locations in case of a partitioned table - as well as the metadata of the

[jira] Updated: (HIVE-1918) Add export/import facilities to the hive system

2011-01-18 Thread Krishna Kumar (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1918?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Krishna Kumar updated HIVE-1918: Status: Patch Available (was: Open) Patch for adding export/import. > Add export/imp

[jira] Updated: (HIVE-1918) Add export/import facilities to the hive system

2011-01-18 Thread Krishna Kumar (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1918?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Krishna Kumar updated HIVE-1918: Attachment: HIVE-1918.patch.txt > Add export/import facilities to the hive sys

[jira] Commented: (HIVE-1918) Add export/import facilities to the hive system

2011-01-18 Thread Krishna Kumar (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1918?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12983532#action_12983532 ] Krishna Kumar commented on HIVE-1918: - Design notes: - Export/Import modele

[jira] Commented: (HIVE-1918) Add export/import facilities to the hive system

2011-01-20 Thread Krishna Kumar (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1918?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12984128#action_12984128 ] Krishna Kumar commented on HIVE-1918: - Ok. Will take of this via a delegating ctor

[jira] Commented: (HIVE-1918) Add export/import facilities to the hive system

2011-01-20 Thread Krishna Kumar (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1918?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12984563#action_12984563 ] Krishna Kumar commented on HIVE-1918: - Why export/import needs this change: It is

[jira] Created: (HIVE-1924) checkformat implementations leak handles

2011-01-23 Thread Krishna Kumar (JIRA)
: Krishna Kumar In validateInput, Reader constructors of SequenceFile and RCFile throw exceptions to indicate that the format is incorrect, but the close is not called in a finally block. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the

[jira] Updated: (HIVE-1924) checkformat implementations leak handles

2011-01-23 Thread Krishna Kumar (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1924?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Krishna Kumar updated HIVE-1924: Status: Patch Available (was: Open) Not sure how to test this automatically, since the readers are

[jira] Updated: (HIVE-1924) checkformat implementations leak handles

2011-01-23 Thread Krishna Kumar (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1924?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Krishna Kumar updated HIVE-1924: Attachment: HIVE.1924.patch.txt Tested only manually with hive.fileformat.check set to true

[jira] Commented: (HIVE-1918) Add export/import facilities to the hive system

2011-01-24 Thread Krishna Kumar (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1918?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12985556#action_12985556 ] Krishna Kumar commented on HIVE-1918: - @Edward: Both the existing data m

[jira] Commented: (HIVE-1918) Add export/import facilities to the hive system

2011-01-24 Thread Krishna Kumar (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1918?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12985557#action_12985557 ] Krishna Kumar commented on HIVE-1918: - @Carl: 1. Taken care in the new patch.

[jira] Updated: (HIVE-1918) Add export/import facilities to the hive system

2011-01-24 Thread Krishna Kumar (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1918?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Krishna Kumar updated HIVE-1918: Attachment: HIVE-1918.patch.1.txt A quick summary of the second derivative (difference between

[jira] Updated: (HIVE-1918) Add export/import facilities to the hive system

2011-01-24 Thread Krishna Kumar (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1918?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Krishna Kumar updated HIVE-1918: Attachment: hive-metastore-er.pdf Prettified ER diagram of the existing data model > Add exp

[jira] Commented: (HIVE-1918) Add export/import facilities to the hive system

2011-01-24 Thread Krishna Kumar (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1918?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12985565#action_12985565 ] Krishna Kumar commented on HIVE-1918: - @Namit: 1. Do you have any ideas re how we

[jira] Updated: (HIVE-1924) checkformat implementations leak handles

2011-01-24 Thread Krishna Kumar (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1924?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Krishna Kumar updated HIVE-1924: Status: Open (was: Patch Available) Hmm, The patch is not correct. Setting hive.checkformat=false

[jira] Resolved: (HIVE-1924) checkformat implementations leak handles

2011-01-24 Thread Krishna Kumar (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1924?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Krishna Kumar resolved HIVE-1924. - Resolution: Duplicate Problem referenced in HADOOP-5476 and HIVE-1185 > checkfor

[jira] Updated: (HIVE-1918) Add export/import facilities to the hive system

2011-01-31 Thread Krishna Kumar (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1918?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Krishna Kumar updated HIVE-1918: Attachment: HIVE-1918.patch.2.txt Patch including - no changes to ql.metadata.Partition as per

[jira] Commented: (HIVE-1918) Add export/import facilities to the hive system

2011-01-31 Thread Krishna Kumar (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1918?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12988693#comment-12988693 ] Krishna Kumar commented on HIVE-1918: - @Namit: Attached patch now uses relative p

[jira] Updated: (HIVE-1918) Add export/import facilities to the hive system

2011-02-02 Thread Krishna Kumar (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1918?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Krishna Kumar updated HIVE-1918: Attachment: HIVE-1918.patch.3.txt Patch with all open issues addressed > Add export/imp

[jira] Updated: (HIVE-1918) Add export/import facilities to the hive system

2011-02-02 Thread Krishna Kumar (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1918?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Krishna Kumar updated HIVE-1918: Status: Patch Available (was: Open) > Add export/import facilities to the hive sys

[jira] Commented: (HIVE-1918) Add export/import facilities to the hive system

2011-02-02 Thread Krishna Kumar (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1918?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12989747#comment-12989747 ] Krishna Kumar commented on HIVE-1918: - With this patch, I think all above issues

[jira] Commented: (HIVE-1918) Add export/import facilities to the hive system

2011-02-08 Thread Krishna Kumar (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1918?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12992036#comment-12992036 ] Krishna Kumar commented on HIVE-1918: - Thanks, Namit, for the comments. 1. O

[jira] Commented: (HIVE-1918) Add export/import facilities to the hive system

2011-02-09 Thread Krishna Kumar (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1918?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12992373#comment-12992373 ] Krishna Kumar commented on HIVE-1918: - Importing into existing tables is now suppo

[jira] Commented: (HIVE-1918) Add export/import facilities to the hive system

2011-02-09 Thread Krishna Kumar (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1918?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12992606#comment-12992606 ] Krishna Kumar commented on HIVE-1918: - Hmm. LoadSemanticAnalyzer (which knows

[jira] Updated: (HIVE-1918) Add export/import facilities to the hive system

2011-02-11 Thread Krishna Kumar (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1918?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Krishna Kumar updated HIVE-1918: Status: Patch Available (was: Open) Please review. Will try and see if I can update the

[jira] Updated: (HIVE-1918) Add export/import facilities to the hive system

2011-02-11 Thread Krishna Kumar (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1918?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Krishna Kumar updated HIVE-1918: Attachment: HIVE-1918.patch.4.txt Patch with - metadata ser/deser methods moved from HiveUtils to

[jira] [Created] (HIVE-17278) Incorrect output timestamp from from_utc_timestamp()/to_utc_timestamp when local timezone has DST

2017-08-08 Thread Leela Krishna (JIRA)
Leela Krishna created HIVE-17278: Summary: Incorrect output timestamp from from_utc_timestamp()/to_utc_timestamp when local timezone has DST Key: HIVE-17278 URL: https://issues.apache.org/jira/browse/HIVE-17278

[jira] [Commented] (HIVE-2417) Merging of compressed rcfiles fails to write the valuebuffer part correctly

2011-08-30 Thread Krishna Kumar (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2417?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13094294#comment-13094294 ] Krishna Kumar commented on HIVE-2417: - Yes, the test is designed to produce the e

[jira] [Updated] (HIVE-2417) Merging of compressed rcfiles fails to write the valuebuffer part correctly

2011-08-30 Thread Krishna Kumar (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2417?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Krishna Kumar updated HIVE-2417: Attachment: HIVE-2417.v1.patch Test changed after review comments - default codec instead of bzip2

[jira] [Updated] (HIVE-2413) BlockMergeTask ignores client-specified jars

2011-09-01 Thread Krishna Kumar (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2413?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Krishna Kumar updated HIVE-2413: Attachment: HIVE-2413.v1.patch Empty string not handled correctly in JC so handling it here

[jira] Commented: (HIVE-1918) Add export/import facilities to the hive system

2011-02-17 Thread Krishna Kumar (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1918?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12995767#comment-12995767 ] Krishna Kumar commented on HIVE-1918: - https://reviews.apache.org/r/430/ added (

[jira] Commented: (HIVE-1918) Add export/import facilities to the hive system

2011-02-21 Thread Krishna Kumar (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1918?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12997296#comment-12997296 ] Krishna Kumar commented on HIVE-1918: - There are a few reasons why I took

[jira] Created: (HIVE-2003) LOAD compilation does not set the outputs during semantic analysis resulting in no authorization checks being done for it.

2011-02-23 Thread Krishna Kumar (JIRA)
URL: https://issues.apache.org/jira/browse/HIVE-2003 Project: Hive Issue Type: Bug Components: Query Processor Reporter: Krishna Kumar Assignee: Krishna Kumar Priority: Minor The table/partition being loaded is not being added to

[jira] Updated: (HIVE-2003) LOAD compilation does not set the outputs during semantic analysis resulting in no authorization checks being done for it.

2011-02-23 Thread Krishna Kumar (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2003?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Krishna Kumar updated HIVE-2003: Attachment: HIVE-2003.patch.txt Patch attached. 1. LoadSemanticAnalyzer adds the table/partition

[jira] Commented: (HIVE-2003) LOAD compilation does not set the outputs during semantic analysis resulting in no authorization checks being done for it.

2011-02-23 Thread Krishna Kumar (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2003?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12998276#comment-12998276 ] Krishna Kumar commented on HIVE-2003: - 6. Loading a partitioned table wit

[jira] Updated: (HIVE-2003) LOAD compilation does not set the outputs during semantic analysis resulting in no authorization checks being done for it.

2011-02-23 Thread Krishna Kumar (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2003?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Krishna Kumar updated HIVE-2003: Attachment: (was: HIVE-2003.patch.txt) > LOAD compilation does not set the outputs dur

[jira] Updated: (HIVE-2003) LOAD compilation does not set the outputs during semantic analysis resulting in no authorization checks being done for it.

2011-02-23 Thread Krishna Kumar (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2003?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Krishna Kumar updated HIVE-2003: Attachment: HIVE-2003.patch.txt One results file was diffed as binary so patch regenerated with

[jira] Commented: (HIVE-1918) Add export/import facilities to the hive system

2011-02-23 Thread Krishna Kumar (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1918?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12998442#comment-12998442 ] Krishna Kumar commented on HIVE-1918: - Thanks Paul. [Your comments are

[jira] Updated: (HIVE-1918) Add export/import facilities to the hive system

2011-02-28 Thread Krishna Kumar (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1918?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Krishna Kumar updated HIVE-1918: Attachment: HIVE-1918.patch.5.txt - Nested ternaries expanded - thrift-based serialization for

[jira] Updated: (HIVE-2003) LOAD compilation does not set the outputs during semantic analysis resulting in no authorization checks being done for it.

2011-02-28 Thread Krishna Kumar (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2003?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Krishna Kumar updated HIVE-2003: Status: Patch Available (was: Open) > LOAD compilation does not set the outputs during seman

[jira] Updated: (HIVE-1918) Add export/import facilities to the hive system

2011-03-14 Thread Krishna Kumar (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1918?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Krishna Kumar updated HIVE-1918: Attachment: HIVE-1918.patch.5.txt Merged with trunk > Add export/import facilities to the h

[jira] Updated: (HIVE-1918) Add export/import facilities to the hive system

2011-03-14 Thread Krishna Kumar (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1918?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Krishna Kumar updated HIVE-1918: Attachment: (was: HIVE-1918.patch.5.txt) > Add export/import facilities to the hive sys

[jira] Created: (HIVE-2065) RCFile issues

2011-03-18 Thread Krishna Kumar (JIRA)
RCFile issues - Key: HIVE-2065 URL: https://issues.apache.org/jira/browse/HIVE-2065 Project: Hive Issue Type: Bug Reporter: Krishna Kumar Priority: Minor Some potential issues with RCFile 1. Remove

[jira] Updated: (HIVE-2065) RCFile issues

2011-03-18 Thread Krishna Kumar (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2065?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Krishna Kumar updated HIVE-2065: Attachment: Slide1.png Compressed RCFile Layout > RCFile iss

[jira] Assigned: (HIVE-2065) RCFile issues

2011-03-18 Thread Krishna Kumar (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2065?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Krishna Kumar reassigned HIVE-2065: --- Assignee: Krishna Kumar > RCFile issues > - > > Ke

[jira] Commented: (HIVE-2065) RCFile issues

2011-03-19 Thread Krishna Kumar (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2065?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13008741#comment-13008741 ] Krishna Kumar commented on HIVE-2065: - So should I go ahead and fix #2 and #3 as

[jira] Updated: (HIVE-2065) RCFile issues

2011-03-19 Thread Krishna Kumar (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2065?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Krishna Kumar updated HIVE-2065: Attachment: proposal.png Notation : Length bracket inside the dashed box means it is the

[jira] [Updated] (HIVE-2003) LOAD compilation does not set the outputs during semantic analysis resulting in no authorization checks being done for it.

2011-03-21 Thread Krishna Kumar (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2003?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Krishna Kumar updated HIVE-2003: Attachment: HIVE-2003.patch.1.txt Regenerated the patch. > LOAD compilation does not set

[jira] [Commented] (HIVE-2003) LOAD compilation does not set the outputs during semantic analysis resulting in no authorization checks being done for it.

2011-03-21 Thread Krishna Kumar (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2003?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13009202#comment-13009202 ] Krishna Kumar commented on HIVE-2003: - Added to review board: h

[jira] [Commented] (HIVE-2003) LOAD compilation does not set the outputs during semantic analysis resulting in no authorization checks being done for it.

2011-03-21 Thread Krishna Kumar (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2003?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13009203#comment-13009203 ] Krishna Kumar commented on HIVE-2003: - For #4 above, I have taken now the

[jira] [Updated] (HIVE-2003) LOAD compilation does not set the outputs during semantic analysis resulting in no authorization checks being done for it.

2011-03-22 Thread Krishna Kumar (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2003?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Krishna Kumar updated HIVE-2003: Status: Patch Available (was: Open) Please review asap as there are lots of changes to q.out files

[jira] [Commented] (HIVE-2065) RCFile issues

2011-03-22 Thread Krishna Kumar (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2065?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13009981#comment-13009981 ] Krishna Kumar commented on HIVE-2065: - Hmm. #3 is taking me a bit too far th

  1   2   >