Re: blob handling in hive

2010-10-12 Thread Ted Yu
One way is to store blob in HBase and use HBaseHandler to access your blob. On Tue, Oct 12, 2010 at 2:14 PM, Jinsong Hu jinsong...@hotmail.com wrote: Hi, I am using sqoop to export data from mysql to hive. I noticed that hive don't have blob data type yet. is there anyway I can do so hive

Re: blob handling in hive

2010-10-12 Thread Ted Yu
the byte array returned in sql is appreciated. Jimmy -- From: Ted Yu yuzhih...@gmail.com Sent: Tuesday, October 12, 2010 2:19 PM To: dev@hive.apache.org Subject: Re: blob handling in hive One way is to store blob in HBase and use HBaseHandler

Re: [jira] Updated: (HIVE-1776) parallel execution and auto-local mode combine to place plan file in wrong file system

2010-11-09 Thread Ted Yu
This line is removed from MapRedTask.java: ctx.setOriginalTracker(conf.getVar(HiveConf.ConfVars.HADOOPJT)); I assume this is intentional. On Tue, Nov 9, 2010 at 3:28 PM, Joydeep Sen Sarma (JIRA) j...@apache.orgwrote: [

No matching method for ROUND(1.0)

2010-11-11 Thread Ted Yu
Hi, Using trunk build, I see: hive select ROUND(1.0) from pokes limit 1; FAILED: Error in semantic analysis: line 1:7 Wrong Arguments ROUND: No matching method for class org.apache.hadoop.hive.ql.udf.UDFRound with (). Possible choices: _FUNC_(double) _FUNC_(double, int)

building hive trunk

2011-02-21 Thread Ted Yu
Hi, tyu-mbp:trunk tyu$ uname -a Darwin tyu-mbp.ciq.com 10.5.0 Darwin Kernel Version 10.5.0: Fri Nov 5 23:20:39 PDT 2010; root:xnu-1504.9.17~1/RELEASE_I386 i386 i386 ant gave me the following: [javac] /Users/tyu/hive/trunk/serde/build.xml:52: warning: 'includeantruntime' was not set,

Re: Review Request: HIVE-1994: Support new annotation @UDFType(stateful = true)

2011-02-24 Thread Ted Yu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/442/#review258 ---

Re: skew join optimization

2011-03-22 Thread Ted Yu
How about link to http://imageshack.us/ or TinyPic ? Thanks On Sun, Mar 20, 2011 at 7:56 AM, Edward Capriolo edlinuxg...@gmail.comwrote: On Sun, Mar 20, 2011 at 10:30 AM, Ted Yu yuzhih...@gmail.com wrote: Can someone re-attach the missing figures for that wiki ? Thanks On Sun, Mar 20

Re: skew join optimization

2011-03-22 Thread Ted Yu
Can someone re-attach the missing figures for that wiki ? Thanks On Sun, Mar 20, 2011 at 7:15 AM, bharath vissapragada bharathvissapragada1...@gmail.com wrote: Hi Igor, See http://wiki.apache.org/hadoop/Hive/JoinOptimization and see the jira 1642 which automatically converts a normal join

Re: HCat security design

2012-01-30 Thread Ted Yu
I meant to say that the following example should be modified: grant '@goo' 'hbase_table' On Mon, Jan 30, 2012 at 5:06 PM, Enis Söztutar enis@gmail.com wrote: Yeah, but column family and column qualifier are optional. On Mon, Jan 30, 2012 at 5:03 PM, Ted Yu yuzhih...@gmail.com wrote

Re: HCat security design

2012-01-30 Thread Ted Yu
Thanks for the heads up. According to src/main/ruby/shell/commands/grant.rb, the syntax for grant in HBase should be: hbase grant 'bobsmith', 'RW', 't1', 'f1', 'col1' Cheers On Mon, Jan 30, 2012 at 4:51 PM, Enis Söztutar e...@apache.org wrote: Hi devs, We have been spending some time to

Re: [ANNOUNCE] New Hive Committer - Eugene Koifman

2014-09-13 Thread Ted Yu
Congratulations, Eugene.

Re: [ANNOUNCE] New Hive Committers - Sergey Shelukhin and Jason Dere

2014-01-27 Thread Ted Yu
Congratulations, Sergey and Jason. From: Carl Steinbach c...@apache.org Subject: [ANNOUNCE] New Hive Committers - Sergey Shelukhin and Jason Dere Date: January 27, 2014 8:36:37 AM PST To: dev@hive.apache.org dev@hive.apache.org, u...@hive.apache.org u...@hive.apache.org, jd...@hortonworks.com,

PreCommit QA not working ?

2014-12-20 Thread Ted Yu
Hi, Looking at recent QA runs, e.g.: https://builds.apache.org/job/PreCommit-Hive-Build/5295/console br/ br/ /body /html Description set: HIVE-9183 Finished: SUCCESS The test suite was not run. Build as early as #5265 had the same problem. Does someone have idea what caused this ? Thanks

Re: PreCommit QA not working ?

2014-12-21 Thread Ted Yu
I disabled the PreCommit QA job on apache Jenkins. Cheers On Dec 20, 2014, at 11:53 PM, Szehon Ho sze...@cloudera.com wrote: Hi, The precommit builds in use are actually here: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/. This is the job that

Re: PreCommit QA not working ?

2014-12-21 Thread Ted Yu
I wonder why patch attached to HIVE-9183 was not picked up by QA bot. Thanks On Sat, Dec 20, 2014 at 11:53 PM, Szehon Ho sze...@cloudera.com wrote: Hi, The precommit builds in use are actually here: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/

Fwd: way to add custom udf jar in hadoop 2.x version

2014-12-31 Thread Ted Yu
Forwarding Niels' question to hive mailing list. On Wed, Dec 31, 2014 at 1:24 AM, Niels Basjes ni...@basjes.nl wrote: Thanks for the pointer. This seems to work for functions. Is there something similar for CREATE EXTERNAL TABLE ?? Niels On Dec 31, 2014 8:13 AM, Ted Yu yuzhih...@gmail.com

[jira] Created: (HIVE-1698) Improve error log in HiveInputFormat

2010-10-08 Thread Ted Yu (JIRA)
Affects Versions: 0.7.0 Reporter: Ted Yu When newInstance() call fails in getInputFormatFromCache(), the exception isn't displayed in the log. java.io.IOException: Cannot create an instance of InputFormat class org.apache.hadoop.mapred.TextInputFormat as specified in mapredWork

[jira] Commented: (HIVE-1750) Remove Partition Filtering Conditions when Possible

2010-11-01 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1750?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12927285#action_12927285 ] Ted Yu commented on HIVE-1750: -- Should #PartitionConditionRemover.java# be removed from

[jira] Commented: (HIVE-1776) parallel execution and auto-local mode combine to place plan file in wrong file system

2010-11-09 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1776?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12930359#action_12930359 ] Ted Yu commented on HIVE-1776: -- This line is removed from MapRedTask.java

[jira] [Created] (HIVE-2077) Allow HBaseStorageHandler to work with hbase 0.90.1

2011-03-25 Thread Ted Yu (JIRA)
Handler Affects Versions: 0.7.0 Reporter: Ted Yu Fix For: 0.8.0 Currently HBase handler works with hbase 0.89 We should make it work with 0.90.1 as well. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com

[jira] [Updated] (HIVE-2077) Allow HBaseStorageHandler to work with hbase 0.90.1

2011-03-25 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2077?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HIVE-2077: - Description: Currently HBase handler works with hbase 0.89 We should make it work with 0.90.1 and utilize new

[jira] [Commented] (HIVE-2077) Allow HBaseStorageHandler to work with hbase 0.90.1

2011-10-23 Thread Ted Yu (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2077?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13133788#comment-13133788 ] Ted Yu commented on HIVE-2077: -- Working on HBase 0.92 and 0.94, 0.90.1 features didn't seem

[jira] [Commented] (HIVE-2077) Allow HBaseStorageHandler to work with hbase 0.90.1

2011-10-24 Thread Ted Yu (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2077?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13134639#comment-13134639 ] Ted Yu commented on HIVE-2077: -- HBaseStorageHandler was last updated 8 months ago. I haven't

[jira] [Created] (HIVE-7672) Potential resource leak in EximUtil#createExportDump()

2014-08-10 Thread Ted Yu (JIRA)
Ted Yu created HIVE-7672: Summary: Potential resource leak in EximUtil#createExportDump() Key: HIVE-7672 URL: https://issues.apache.org/jira/browse/HIVE-7672 Project: Hive Issue Type: Bug

[jira] [Created] (HIVE-7752) isClosed is accessed without holding lock in HiveClientCache#CacheableHiveMetaStoreClient#isClosed()

2014-08-15 Thread Ted Yu (JIRA)
Ted Yu created HIVE-7752: Summary: isClosed is accessed without holding lock in HiveClientCache#CacheableHiveMetaStoreClient#isClosed() Key: HIVE-7752 URL: https://issues.apache.org/jira/browse/HIVE-7752

[jira] [Created] (HIVE-7753) Same operand appears on both sides of in DataType#compareByteArray()

2014-08-15 Thread Ted Yu (JIRA)
Ted Yu created HIVE-7753: Summary: Same operand appears on both sides of in DataType#compareByteArray() Key: HIVE-7753 URL: https://issues.apache.org/jira/browse/HIVE-7753 Project: Hive Issue Type

[jira] [Updated] (HIVE-7753) Same operand appears on both sides of in DataType#compareByteArray()

2014-08-15 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7753?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HIVE-7753: - Attachment: hive-7753-v1.txt Same operand appears on both sides of in DataType#compareByteArray

[jira] [Updated] (HIVE-7753) Same operand appears on both sides of in DataType#compareByteArray()

2014-08-15 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7753?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HIVE-7753: - Status: Patch Available (was: Open) Same operand appears on both sides of in DataType#compareByteArray

[jira] [Created] (HIVE-7754) Potential null pointer dereference in ColumnTruncateMapper#jobClose()

2014-08-15 Thread Ted Yu (JIRA)
Ted Yu created HIVE-7754: Summary: Potential null pointer dereference in ColumnTruncateMapper#jobClose() Key: HIVE-7754 URL: https://issues.apache.org/jira/browse/HIVE-7754 Project: Hive Issue Type

[jira] [Created] (HIVE-7862) close of InputStream in Utils#copyToZipStream() should be placed in finally block

2014-08-22 Thread Ted Yu (JIRA)
Ted Yu created HIVE-7862: Summary: close of InputStream in Utils#copyToZipStream() should be placed in finally block Key: HIVE-7862 URL: https://issues.apache.org/jira/browse/HIVE-7862 Project: Hive

[jira] [Created] (HIVE-7863) Potential null reference in TxnDbUtil#prepareDb()

2014-08-22 Thread Ted Yu (JIRA)
Ted Yu created HIVE-7863: Summary: Potential null reference in TxnDbUtil#prepareDb() Key: HIVE-7863 URL: https://issues.apache.org/jira/browse/HIVE-7863 Project: Hive Issue Type: Bug

[jira] [Commented] (HIVE-7863) Potential null reference in TxnDbUtil#prepareDb()

2014-08-22 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7863?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14107773#comment-14107773 ] Ted Yu commented on HIVE-7863: -- Same pattern appears in cleanDb() as well. Potential null

[jira] [Created] (HIVE-7996) Potential resource leak in HiveBurnInClient

2014-09-04 Thread Ted Yu (JIRA)
Ted Yu created HIVE-7996: Summary: Potential resource leak in HiveBurnInClient Key: HIVE-7996 URL: https://issues.apache.org/jira/browse/HIVE-7996 Project: Hive Issue Type: Bug Reporter

[jira] [Created] (HIVE-7997) Potential null pointer reference in ObjectInspectorUtils#compareTypes()

2014-09-04 Thread Ted Yu (JIRA)
Ted Yu created HIVE-7997: Summary: Potential null pointer reference in ObjectInspectorUtils#compareTypes() Key: HIVE-7997 URL: https://issues.apache.org/jira/browse/HIVE-7997 Project: Hive Issue

[jira] [Created] (HIVE-8090) Potential null pointer reference in WriterImpl#StreamFactory#createStream()

2014-09-12 Thread Ted Yu (JIRA)
Ted Yu created HIVE-8090: Summary: Potential null pointer reference in WriterImpl#StreamFactory#createStream() Key: HIVE-8090 URL: https://issues.apache.org/jira/browse/HIVE-8090 Project: Hive

[jira] [Created] (HIVE-7150) FileInputStream is not closed in HiveConnection#getHttpClient()

2014-05-30 Thread Ted Yu (JIRA)
Ted Yu created HIVE-7150: Summary: FileInputStream is not closed in HiveConnection#getHttpClient() Key: HIVE-7150 URL: https://issues.apache.org/jira/browse/HIVE-7150 Project: Hive Issue Type: Bug

[jira] [Created] (HIVE-7157) skipRows() method in TreeReader subclasses in RecordReaderImpl should check return value from stream.skip()

2014-05-30 Thread Ted Yu (JIRA)
Ted Yu created HIVE-7157: Summary: skipRows() method in TreeReader subclasses in RecordReaderImpl should check return value from stream.skip() Key: HIVE-7157 URL: https://issues.apache.org/jira/browse/HIVE-7157

[jira] [Created] (HIVE-7172) Potential resource leak in HiveSchemaTool#getMetaStoreSchemaVersion()

2014-06-02 Thread Ted Yu (JIRA)
Ted Yu created HIVE-7172: Summary: Potential resource leak in HiveSchemaTool#getMetaStoreSchemaVersion() Key: HIVE-7172 URL: https://issues.apache.org/jira/browse/HIVE-7172 Project: Hive Issue Type

[jira] [Created] (HIVE-7176) FileInputStream is not closed in Commands#properties()

2014-06-04 Thread Ted Yu (JIRA)
Ted Yu created HIVE-7176: Summary: FileInputStream is not closed in Commands#properties() Key: HIVE-7176 URL: https://issues.apache.org/jira/browse/HIVE-7176 Project: Hive Issue Type: Bug

[jira] [Created] (HIVE-7180) BufferedReader is not closed in MetaStoreSchemaInfo ctor

2014-06-05 Thread Ted Yu (JIRA)
Ted Yu created HIVE-7180: Summary: BufferedReader is not closed in MetaStoreSchemaInfo ctor Key: HIVE-7180 URL: https://issues.apache.org/jira/browse/HIVE-7180 Project: Hive Issue Type: Bug

[jira] [Created] (HIVE-7182) ResultSet is not closed in JDBCStatsPublisher#init()

2014-06-05 Thread Ted Yu (JIRA)
Ted Yu created HIVE-7182: Summary: ResultSet is not closed in JDBCStatsPublisher#init() Key: HIVE-7182 URL: https://issues.apache.org/jira/browse/HIVE-7182 Project: Hive Issue Type: Bug

[jira] [Created] (HIVE-7183) Size of partColumnGrants should be checked in ObjectStore#removeRole()

2014-06-05 Thread Ted Yu (JIRA)
Ted Yu created HIVE-7183: Summary: Size of partColumnGrants should be checked in ObjectStore#removeRole() Key: HIVE-7183 URL: https://issues.apache.org/jira/browse/HIVE-7183 Project: Hive Issue

[jira] [Created] (HIVE-7185) KeyWrapperFactory#TextKeyWrapper#equals() extracts Text incorrectly when isCopy is false

2014-06-05 Thread Ted Yu (JIRA)
Ted Yu created HIVE-7185: Summary: KeyWrapperFactory#TextKeyWrapper#equals() extracts Text incorrectly when isCopy is false Key: HIVE-7185 URL: https://issues.apache.org/jira/browse/HIVE-7185 Project: Hive

[jira] [Created] (HIVE-7225) Unclosed Statement's in TxnHandler

2014-06-12 Thread Ted Yu (JIRA)
Ted Yu created HIVE-7225: Summary: Unclosed Statement's in TxnHandler Key: HIVE-7225 URL: https://issues.apache.org/jira/browse/HIVE-7225 Project: Hive Issue Type: Bug Reporter: Ted Yu

[jira] [Commented] (HIVE-7225) Unclosed Statement's in TxnHandler

2014-06-17 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14034148#comment-14034148 ] Ted Yu commented on HIVE-7225: -- Does this answer your question ? http://stackoverflow.com

[jira] [Commented] (HIVE-7225) Unclosed Statement's in TxnHandler

2014-06-17 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14034400#comment-14034400 ] Ted Yu commented on HIVE-7225: -- Hive depends on BoneCP 0.8.0 I cloned BoneCP locally

[jira] [Commented] (HIVE-7225) Unclosed Statement's in TxnHandler

2014-06-18 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14036388#comment-14036388 ] Ted Yu commented on HIVE-7225: -- bq. whether the default is to close the open statements As far

[jira] [Updated] (HIVE-7225) Unclosed Statement's in TxnHandler

2014-06-20 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7225?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HIVE-7225: - Status: Patch Available (was: Open) Unclosed Statement's in TxnHandler

[jira] [Updated] (HIVE-7225) Unclosed Statement's in TxnHandler

2014-06-20 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7225?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HIVE-7225: - Attachment: hive-7225.3.patch Patch v3 addresses Alan's comments above. Unclosed Statement's in TxnHandler

[jira] [Commented] (HIVE-7229) String is compared using equal in HiveMetaStore#HMSHandler#init()

2014-06-24 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7229?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14042190#comment-14042190 ] Ted Yu commented on HIVE-7229: -- Looks like QA bot had some issue. String is compared using

[jira] [Created] (HIVE-7305) Return value from in.read() is ignored in SerializationUtils#readLongLE()

2014-06-27 Thread Ted Yu (JIRA)
Ted Yu created HIVE-7305: Summary: Return value from in.read() is ignored in SerializationUtils#readLongLE() Key: HIVE-7305 URL: https://issues.apache.org/jira/browse/HIVE-7305 Project: Hive Issue

[jira] [Created] (HIVE-7306) Ineffective null check in GenericUDAFAverage#GenericUDAFAverageEvaluatorDouble#getNextResult()

2014-06-27 Thread Ted Yu (JIRA)
Ted Yu created HIVE-7306: Summary: Ineffective null check in GenericUDAFAverage#GenericUDAFAverageEvaluatorDouble#getNextResult() Key: HIVE-7306 URL: https://issues.apache.org/jira/browse/HIVE-7306 Project

[jira] [Commented] (HIVE-7306) Ineffective null check in GenericUDAFAverage#GenericUDAFAverageEvaluatorDouble#getNextResult()

2014-06-27 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7306?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14046215#comment-14046215 ] Ted Yu commented on HIVE-7306: -- Similar problem exists in GenericUDAFAverage

[jira] [Created] (HIVE-7307) Lack of synchronization for TxnHandler#getDbConn()

2014-06-27 Thread Ted Yu (JIRA)
Ted Yu created HIVE-7307: Summary: Lack of synchronization for TxnHandler#getDbConn() Key: HIVE-7307 URL: https://issues.apache.org/jira/browse/HIVE-7307 Project: Hive Issue Type: Bug

[jira] [Updated] (HIVE-7307) Lack of synchronization for TxnHandler#getDbConn()

2014-06-27 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7307?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HIVE-7307: - Description: TxnHandler#getDbConn() accesses connPool without holding lock on TxnHandler.class {code

[jira] [Resolved] (HIVE-7307) Lack of synchronization for TxnHandler#getDbConn()

2014-07-01 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7307?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu resolved HIVE-7307. -- Resolution: Later Lack of synchronization for TxnHandler#getDbConn

[jira] [Created] (HIVE-7418) Missing null check in HiveSQLException#toStackTrace()

2014-07-15 Thread Ted Yu (JIRA)
Ted Yu created HIVE-7418: Summary: Missing null check in HiveSQLException#toStackTrace() Key: HIVE-7418 URL: https://issues.apache.org/jira/browse/HIVE-7418 Project: Hive Issue Type: Bug

[jira] [Created] (HIVE-7419) Missing break in SemanticAnalyzer#getTableDescFromSerDe()

2014-07-15 Thread Ted Yu (JIRA)
Ted Yu created HIVE-7419: Summary: Missing break in SemanticAnalyzer#getTableDescFromSerDe() Key: HIVE-7419 URL: https://issues.apache.org/jira/browse/HIVE-7419 Project: Hive Issue Type: Bug

[jira] [Resolved] (HIVE-7418) Missing null check in HiveSQLException#toStackTrace()

2014-07-15 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7418?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu resolved HIVE-7418. -- Resolution: Not a Problem Missing null check in HiveSQLException#toStackTrace

[jira] [Commented] (HIVE-7419) Missing break in SemanticAnalyzer#getTableDescFromSerDe()

2014-07-17 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7419?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14066003#comment-14066003 ] Ted Yu commented on HIVE-7419: -- Thanks for taking care of this. Missing break

[jira] [Created] (HIVE-7452) Boolean comparison is done through reference equality rather than using equals

2014-07-18 Thread Ted Yu (JIRA)
Ted Yu created HIVE-7452: Summary: Boolean comparison is done through reference equality rather than using equals Key: HIVE-7452 URL: https://issues.apache.org/jira/browse/HIVE-7452 Project: Hive

[jira] [Created] (HIVE-7521) Reference equality is used on Boolean in NullScanOptimizer#WhereFalseProcessor#process()

2014-07-25 Thread Ted Yu (JIRA)
Ted Yu created HIVE-7521: Summary: Reference equality is used on Boolean in NullScanOptimizer#WhereFalseProcessor#process() Key: HIVE-7521 URL: https://issues.apache.org/jira/browse/HIVE-7521 Project: Hive

[jira] [Created] (HIVE-7598) Potential null pointer dereference in MergeTask#closeJob()

2014-08-03 Thread Ted Yu (JIRA)
Ted Yu created HIVE-7598: Summary: Potential null pointer dereference in MergeTask#closeJob() Key: HIVE-7598 URL: https://issues.apache.org/jira/browse/HIVE-7598 Project: Hive Issue Type: Bug

[jira] [Created] (HIVE-7599) NPE in MergeTask#main() when -format is absent

2014-08-03 Thread Ted Yu (JIRA)
Ted Yu created HIVE-7599: Summary: NPE in MergeTask#main() when -format is absent Key: HIVE-7599 URL: https://issues.apache.org/jira/browse/HIVE-7599 Project: Hive Issue Type: Bug

[jira] [Created] (HIVE-7600) ConstantPropagateProcFactory uses reference equality on Boolean

2014-08-03 Thread Ted Yu (JIRA)
Ted Yu created HIVE-7600: Summary: ConstantPropagateProcFactory uses reference equality on Boolean Key: HIVE-7600 URL: https://issues.apache.org/jira/browse/HIVE-7600 Project: Hive Issue Type: Bug

[jira] [Created] (HIVE-8176) Close of FSDataOutputStream in OrcRecordUpdater ctor should be in finally clause

2014-09-17 Thread Ted Yu (JIRA)
Ted Yu created HIVE-8176: Summary: Close of FSDataOutputStream in OrcRecordUpdater ctor should be in finally clause Key: HIVE-8176 URL: https://issues.apache.org/jira/browse/HIVE-8176 Project: Hive

[jira] [Created] (HIVE-8177) Wrong parameter order in ExplainTask#getJSONLogicalPlan()

2014-09-17 Thread Ted Yu (JIRA)
Ted Yu created HIVE-8177: Summary: Wrong parameter order in ExplainTask#getJSONLogicalPlan() Key: HIVE-8177 URL: https://issues.apache.org/jira/browse/HIVE-8177 Project: Hive Issue Type: Bug

[jira] [Created] (HIVE-8282) Potential null deference in ConvertJoinMapJoin#convertJoinBucketMapJoin()

2014-09-27 Thread Ted Yu (JIRA)
Ted Yu created HIVE-8282: Summary: Potential null deference in ConvertJoinMapJoin#convertJoinBucketMapJoin() Key: HIVE-8282 URL: https://issues.apache.org/jira/browse/HIVE-8282 Project: Hive Issue

[jira] [Created] (HIVE-8283) Missing break in FilterSelectivityEstimator#visitCall()

2014-09-27 Thread Ted Yu (JIRA)
Ted Yu created HIVE-8283: Summary: Missing break in FilterSelectivityEstimator#visitCall() Key: HIVE-8283 URL: https://issues.apache.org/jira/browse/HIVE-8283 Project: Hive Issue Type: Bug

[jira] [Created] (HIVE-8284) Equality comparison is done between two floating point variables in HiveRelMdUniqueKeys#getUniqueKeys()

2014-09-27 Thread Ted Yu (JIRA)
Ted Yu created HIVE-8284: Summary: Equality comparison is done between two floating point variables in HiveRelMdUniqueKeys#getUniqueKeys() Key: HIVE-8284 URL: https://issues.apache.org/jira/browse/HIVE-8284

[jira] [Created] (HIVE-8285) Reference equality is used on boolean values in PartitionPruner#removeTruePredciates()

2014-09-27 Thread Ted Yu (JIRA)
Ted Yu created HIVE-8285: Summary: Reference equality is used on boolean values in PartitionPruner#removeTruePredciates() Key: HIVE-8285 URL: https://issues.apache.org/jira/browse/HIVE-8285 Project: Hive

[jira] [Commented] (HIVE-8285) Reference equality is used on boolean values in PartitionPruner#removeTruePredciates()

2014-09-30 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8285?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14153220#comment-14153220 ] Ted Yu commented on HIVE-8285: -- +1 Reference equality is used on boolean values

[jira] [Commented] (HIVE-8282) Potential null deference in ConvertJoinMapJoin#convertJoinBucketMapJoin()

2014-09-30 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14153232#comment-14153232 ] Ted Yu commented on HIVE-8282: -- lgtm nit: 'bucket map join' was mentioned in the log message

[jira] [Created] (HIVE-8342) Potential null dereference in ColumnTruncateMapper#jobClose()

2014-10-03 Thread Ted Yu (JIRA)
Ted Yu created HIVE-8342: Summary: Potential null dereference in ColumnTruncateMapper#jobClose() Key: HIVE-8342 URL: https://issues.apache.org/jira/browse/HIVE-8342 Project: Hive Issue Type: Bug

[jira] [Created] (HIVE-8343) Return value from BlockingQueue.offer() is not checked in DynamicPartitionPruner

2014-10-03 Thread Ted Yu (JIRA)
Ted Yu created HIVE-8343: Summary: Return value from BlockingQueue.offer() is not checked in DynamicPartitionPruner Key: HIVE-8343 URL: https://issues.apache.org/jira/browse/HIVE-8343 Project: Hive

[jira] [Created] (HIVE-8458) Potential null dereference in Utilities#clearWork()

2014-10-14 Thread Ted Yu (JIRA)
Ted Yu created HIVE-8458: Summary: Potential null dereference in Utilities#clearWork() Key: HIVE-8458 URL: https://issues.apache.org/jira/browse/HIVE-8458 Project: Hive Issue Type: Bug

[jira] [Created] (HIVE-8493) Access to HiveClientCache$CacheableHiveMetaStoreClient#isClosed should be synchronized

2014-10-16 Thread Ted Yu (JIRA)
Ted Yu created HIVE-8493: Summary: Access to HiveClientCache$CacheableHiveMetaStoreClient#isClosed should be synchronized Key: HIVE-8493 URL: https://issues.apache.org/jira/browse/HIVE-8493 Project: Hive

[jira] [Created] (HIVE-8523) Potential null dereference in DDLSemanticAnalyzer#addInputsOutputsAlterTable()

2014-10-20 Thread Ted Yu (JIRA)
Ted Yu created HIVE-8523: Summary: Potential null dereference in DDLSemanticAnalyzer#addInputsOutputsAlterTable() Key: HIVE-8523 URL: https://issues.apache.org/jira/browse/HIVE-8523 Project: Hive

[jira] [Created] (HIVE-8593) Unintended regex is used in ScriptOperator#blackListed()

2014-10-24 Thread Ted Yu (JIRA)
Ted Yu created HIVE-8593: Summary: Unintended regex is used in ScriptOperator#blackListed() Key: HIVE-8593 URL: https://issues.apache.org/jira/browse/HIVE-8593 Project: Hive Issue Type: Bug

[jira] [Created] (HIVE-8594) Wrong condition in SettableConfigUpdater#setHiveConfWhiteList()

2014-10-24 Thread Ted Yu (JIRA)
Ted Yu created HIVE-8594: Summary: Wrong condition in SettableConfigUpdater#setHiveConfWhiteList() Key: HIVE-8594 URL: https://issues.apache.org/jira/browse/HIVE-8594 Project: Hive Issue Type: Bug

[jira] [Created] (HIVE-8645) RecordReaderImpl#TimestampTreeReader#nextVector() should call TreeReader#nextVector()

2014-10-29 Thread Ted Yu (JIRA)
Ted Yu created HIVE-8645: Summary: RecordReaderImpl#TimestampTreeReader#nextVector() should call TreeReader#nextVector() Key: HIVE-8645 URL: https://issues.apache.org/jira/browse/HIVE-8645 Project: Hive

[jira] [Updated] (HIVE-8594) Wrong condition in SettableConfigUpdater#setHiveConfWhiteList()

2014-11-01 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8594?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HIVE-8594: - Attachment: hive-8594.txt Wrong condition in SettableConfigUpdater#setHiveConfWhiteList

[jira] [Assigned] (HIVE-8594) Wrong condition in SettableConfigUpdater#setHiveConfWhiteList()

2014-11-01 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8594?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu reassigned HIVE-8594: Assignee: Ted Yu Wrong condition in SettableConfigUpdater#setHiveConfWhiteList

[jira] [Updated] (HIVE-8594) Wrong condition in SettableConfigUpdater#setHiveConfWhiteList()

2014-11-01 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8594?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HIVE-8594: - Status: Patch Available (was: Open) Wrong condition in SettableConfigUpdater#setHiveConfWhiteList

[jira] [Created] (HIVE-8729) VectorizedRowBatch#selected is not restored upon exception in VectorFilterOperator#processOp()

2014-11-04 Thread Ted Yu (JIRA)
Ted Yu created HIVE-8729: Summary: VectorizedRowBatch#selected is not restored upon exception in VectorFilterOperator#processOp() Key: HIVE-8729 URL: https://issues.apache.org/jira/browse/HIVE-8729 Project

[jira] [Updated] (HIVE-7150) FileInputStream is not closed in HiveConnection#getHttpClient()

2014-11-04 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7150?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HIVE-7150: - Labels: jdbc (was: ) FileInputStream is not closed in HiveConnection#getHttpClient

[jira] [Created] (HIVE-8806) Potential null dereference in Metrics#incrementCounter()

2014-11-10 Thread Ted Yu (JIRA)
Ted Yu created HIVE-8806: Summary: Potential null dereference in Metrics#incrementCounter() Key: HIVE-8806 URL: https://issues.apache.org/jira/browse/HIVE-8806 Project: Hive Issue Type: Bug

[jira] [Updated] (HIVE-8594) Wrong condition in SettableConfigUpdater#setHiveConfWhiteList()

2014-11-19 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8594?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HIVE-8594: - Attachment: HIVE-8594.txt Wrong condition in SettableConfigUpdater#setHiveConfWhiteList

[jira] [Created] (HIVE-8927) Potential race condition on modification of dirtyAttributeInfoCache in MetricsMBeanImpl#getMBeanInfo()

2014-11-20 Thread Ted Yu (JIRA)
Ted Yu created HIVE-8927: Summary: Potential race condition on modification of dirtyAttributeInfoCache in MetricsMBeanImpl#getMBeanInfo() Key: HIVE-8927 URL: https://issues.apache.org/jira/browse/HIVE-8927

[jira] [Created] (HIVE-9014) Upgrade hbase dependency to 0.98.8

2014-12-03 Thread Ted Yu (JIRA)
Ted Yu created HIVE-9014: Summary: Upgrade hbase dependency to 0.98.8 Key: HIVE-9014 URL: https://issues.apache.org/jira/browse/HIVE-9014 Project: Hive Issue Type: Task Reporter: Ted Yu

[jira] [Updated] (HIVE-9014) Upgrade hbase dependency to 0.98.8

2014-12-03 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9014?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HIVE-9014: - Attachment: HIVE-9014.patch Upgrade hbase dependency to 0.98.8

[jira] [Updated] (HIVE-9014) Upgrade hbase dependency to 0.98.8

2014-12-03 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9014?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HIVE-9014: - Status: Patch Available (was: Open) Upgrade hbase dependency to 0.98.8

[jira] [Created] (HIVE-9061) BigDecimal is constructed from double in TestFileDump#testDataDump()

2014-12-09 Thread Ted Yu (JIRA)
Ted Yu created HIVE-9061: Summary: BigDecimal is constructed from double in TestFileDump#testDataDump() Key: HIVE-9061 URL: https://issues.apache.org/jira/browse/HIVE-9061 Project: Hive Issue Type

[jira] [Created] (HIVE-9096) GenericUDF may be left unclosed in PartitionPrune#visitCall()

2014-12-13 Thread Ted Yu (JIRA)
Ted Yu created HIVE-9096: Summary: GenericUDF may be left unclosed in PartitionPrune#visitCall() Key: HIVE-9096 URL: https://issues.apache.org/jira/browse/HIVE-9096 Project: Hive Issue Type: Bug

[jira] [Updated] (HIVE-9096) GenericUDF may be left unclosed in PartitionPrune#visitCall()

2014-12-16 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9096?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HIVE-9096: - Status: Patch Available (was: Open) GenericUDF may be left unclosed in PartitionPrune#visitCall

[jira] [Created] (HIVE-9150) Unrelated types are compared in GenTezWork#getFollowingWorkIndex()

2014-12-17 Thread Ted Yu (JIRA)
Ted Yu created HIVE-9150: Summary: Unrelated types are compared in GenTezWork#getFollowingWorkIndex() Key: HIVE-9150 URL: https://issues.apache.org/jira/browse/HIVE-9150 Project: Hive Issue Type

[jira] [Created] (HIVE-9151) Checking s against null in TezJobMonitor#getNameWithProgress() should be done earlier

2014-12-17 Thread Ted Yu (JIRA)
Ted Yu created HIVE-9151: Summary: Checking s against null in TezJobMonitor#getNameWithProgress() should be done earlier Key: HIVE-9151 URL: https://issues.apache.org/jira/browse/HIVE-9151 Project: Hive

[jira] [Created] (HIVE-9183) Compilation against HBase 1.0.0 fails due to missing dependency on high_scale_lib.Counter

2014-12-20 Thread Ted Yu (JIRA)
Ted Yu created HIVE-9183: Summary: Compilation against HBase 1.0.0 fails due to missing dependency on high_scale_lib.Counter Key: HIVE-9183 URL: https://issues.apache.org/jira/browse/HIVE-9183 Project: Hive

[jira] [Updated] (HIVE-9183) Compilation against HBase 1.0.0 fails due to missing dependency on high_scale_lib.Counter

2014-12-20 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9183?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HIVE-9183: - Description: In the HBase 1.0.0 release, org.cliffc.high_scale_lib is no longer used. HBaseStorageHandler.java has

[jira] [Updated] (HIVE-9183) Compilation against HBase 1.0.0 fails due to missing dependency on high_scale_lib.Counter

2014-12-20 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9183?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HIVE-9183: - Attachment: hive-9183-001.patch Patch v1 moves loading of high_scale_lib.Counter to runtime. Change in pom.xml

  1   2   >