Re: [jira] Resolved: (HIVE-1512) Need to get hive_hbase-handler to work with hbase versions 0.20.4 0.20.5 and cloudera CDH3 version

2010-08-25 Thread Ted Yu
Right now I see when accessing https://issues.apache.org/jira/browse/HIVE-1512: com.atlassian.jira.exception.DataAccessException: org.ofbiz.core.entity.GenericDataSourceException: Unable to esablish a connection with the database. (FATAL: database is not accepting commands to avoid wraparound data

BucketizedHiveInputSplit.readFields()

2010-03-21 Thread Ted Yu
Hi, I am wondering if the newInstance() call in readFields() can be performed outside the for loop. We can assign this instance to inputSplits[i] in the loop: for (int i = 0; i < numSplits; i++) { try { inputSplits[i] = (InputSplit) ReflectionUtils.newInstance(conf .g

Re: [jira] Commented: (HIVE-1157) UDFs can't be loaded via "add jar" when jar is on HDFS

2010-03-29 Thread Ted Yu
Philip: hive> add jar hdfs://localhost/FooTest.jar; Unable to validate hdfs://localhost/FooTest.jar Exception: Call to localhost/127.0.0.1:8020 failed on connection exception: java.net.ConnectException: Connection refused Do you know how the port (8020) is configured for 'add jar' command ? Thank

Re: [jira] Updated: (HIVE-1272) Add SymlinkTextInputFormat to Hive

2010-03-31 Thread Ted Yu
In getTargetPathsFromSymlinksDirs(), should we check whether each target path exists ? On Tue, Mar 30, 2010 at 6:50 PM, Guanghao Shen (JIRA) wrote: > > [ > https://issues.apache.org/jira/browse/HIVE-1272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel] > > Guanghao Shen upda

Re: question on TProtocol exception handling

2010-04-09 Thread Ted Yu
seems to be inaccessible). > > JVS > > On Apr 9, 2010, at 11:36 AM, Ted Yu wrote: > > John: > > I see the following code in hive- > 417-2009-07-18.patch<https://issues.apache.org/jira/secure/attachment/12413928/hive-417%EF%BC%8D2009-07-18.patch> > : > +private

[jira] Commented: (HIVE-1272) Add SymlinkTextInputFormat to Hive

2010-03-31 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1272?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12852125#action_12852125 ] Ted Yu commented on HIVE-1272: -- How are we supposed to handle duplicate filenames in sym

[jira] Commented: (HIVE-1002) multi-partition inserts

2010-04-06 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12854186#action_12854186 ] Ted Yu commented on HIVE-1002: -- In ObjectInspectorUtils.partialCopyToStandardObject(),

[jira] Created: (HIVE-1324) support more than 1 reducer in local test mode

2010-04-23 Thread Ted Yu (JIRA)
Infrastructure Affects Versions: 0.5.0 Reporter: Ted Yu Currently only 1 reducer is supported in local test mode. In order to write unit tests that simulate real production environment, it would be desirable to support more than 1 reducer. -- This message is automatically generated