[jira] Commented: (HIVE-1376) Simple UDAFs with more than 1 parameter crash on empty row query

2010-09-30 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1376?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12916573#action_12916573 ] Zheng Shao commented on HIVE-1376: -- I think (3) makes the most sense. If (3) does not work

[jira] Commented: (HIVE-537) Hive TypeInfo/ObjectInspector to support union (besides struct, array, and map)

2010-09-22 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-537?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12913670#action_12913670 ] Zheng Shao commented on HIVE-537: - {code} unionT0,T1,T2 create_union(byte tag, T0 o0, T1 o1,

[jira] Commented: (HIVE-537) Hive TypeInfo/ObjectInspector to support union (besides struct, array, and map)

2010-09-20 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-537?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12912614#action_12912614 ] Zheng Shao commented on HIVE-537: - I think so. Let's use a different name for the UDF. Using

[jira] Commented: (HIVE-895) Add SerDe for Avro serialized data

2010-07-19 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12889772#action_12889772 ] Zheng Shao commented on HIVE-895: - We should just copy \the schema information from the file

[jira] Commented: (HIVE-1468) intermediate data produced for select queries ignores hive.exec.compress.intermediate

2010-07-17 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1468?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12889528#action_12889528 ] Zheng Shao commented on HIVE-1468: -- select queries means SELECT without INSERT, correct? I

[jira] Created: (HIVE-1460) JOIN should not output rows for NULL values

2010-07-12 Thread Zheng Shao (JIRA)
JOIN should not output rows for NULL values --- Key: HIVE-1460 URL: https://issues.apache.org/jira/browse/HIVE-1460 Project: Hadoop Hive Issue Type: Bug Reporter: Zheng Shao We should

[jira] Commented: (HIVE-1460) JOIN should not output rows for NULL values

2010-07-12 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12887543#action_12887543 ] Zheng Shao commented on HIVE-1460: -- That's a good use case to consider. I believe Hive

[jira] Commented: (HIVE-287) count distinct on multiple columns does not work

2010-07-09 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12886794#action_12886794 ] Zheng Shao commented on HIVE-287: - The plan looks good to me. Just one comment: I think we

[jira] Commented: (HIVE-287) count distinct on multiple columns does not work

2010-07-09 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12886882#action_12886882 ] Zheng Shao commented on HIVE-287: - Talked with John offline also. I agree that we can use

[jira] Commented: (HIVE-287) count distinct on multiple columns does not work

2010-07-07 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12886183#action_12886183 ] Zheng Shao commented on HIVE-287: - Hi Arvind, sorry for coming late for the party. I have 2

[jira] Updated: (HIVE-1447) Speed up reflection method calls

2010-07-01 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1447?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Shao updated HIVE-1447: - Attachment: A.java A.java for performance test. Some of the code is borrowed from

[jira] Updated: (HIVE-1447) Speed up reflection method calls

2010-07-01 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1447?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Shao updated HIVE-1447: - Attachment: HIVE-1447.1.patch Patch that sets setAccessible for both GenericUDFBridge.java and

[jira] Updated: (HIVE-1447) Speed up reflection method calls

2010-07-01 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1447?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Shao updated HIVE-1447: - Status: Patch Available (was: Open) Speed up reflection method calls

[jira] Commented: (HIVE-1271) Case sensitiveness of type information specified when using custom reducer causes type mismatch

2010-06-28 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1271?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12883051#action_12883051 ] Zheng Shao commented on HIVE-1271: -- I might be too late for the party, but I have a

[jira] Created: (HIVE-1338) Fix bin/ext/jar.sh to work with hadoop 0.20 and above

2010-05-05 Thread Zheng Shao (JIRA)
Fix bin/ext/jar.sh to work with hadoop 0.20 and above - Key: HIVE-1338 URL: https://issues.apache.org/jira/browse/HIVE-1338 Project: Hadoop Hive Issue Type: Bug Reporter: Zheng

[jira] Updated: (HIVE-1338) Fix bin/ext/jar.sh to work with hadoop 0.20 and above

2010-05-05 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1338?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Shao updated HIVE-1338: - Attachment: HIVE-1338.1.patch This patch follows the same way as {{bin/ext/hiveserver.sh}} Fix

[jira] Updated: (HIVE-1338) Fix bin/ext/jar.sh to work with hadoop 0.20 and above

2010-05-05 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1338?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Shao updated HIVE-1338: - Status: Patch Available (was: Open) Fix bin/ext/jar.sh to work with hadoop 0.20 and above

[jira] Updated: (HIVE-1311) bug is use of hadoop supports splittable

2010-04-15 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1311?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Shao updated HIVE-1311: - Status: Resolved (was: Patch Available) Hadoop Flags: [Reviewed] Release Note: HIVE-1311.

[jira] Created: (HIVE-1312) hive trunk does compile with hadoop 0.17 any more

2010-04-15 Thread Zheng Shao (JIRA)
hive trunk does compile with hadoop 0.17 any more - Key: HIVE-1312 URL: https://issues.apache.org/jira/browse/HIVE-1312 Project: Hadoop Hive Issue Type: Bug Affects Versions: 0.6.0

[jira] Commented: (HIVE-1280) problem in combinehiveinputformat with nested directories

2010-04-06 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12854162#action_12854162 ] Zheng Shao commented on HIVE-1280: -- splitable - splittable problem in

[jira] Created: (HIVE-1292) Bug in generating partition pruner expression

2010-04-06 Thread Zheng Shao (JIRA)
Bug in generating partition pruner expression - Key: HIVE-1292 URL: https://issues.apache.org/jira/browse/HIVE-1292 Project: Hadoop Hive Issue Type: Bug Affects Versions: 0.6.0

[jira] Updated: (HIVE-1280) problem in combinehiveinputformat with nested directories

2010-04-06 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1280?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Shao updated HIVE-1280: - Status: Open (was: Patch Available) problem in combinehiveinputformat with nested directories

[jira] Updated: (HIVE-1280) problem in combinehiveinputformat with nested directories

2010-04-06 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1280?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Shao updated HIVE-1280: - Resolution: Fixed Release Note: HIVE-1280. Add option to CombineHiveInputFormat for non-splittable

[jira] Commented: (HIVE-1131) Add column lineage information to the pre execution hooks

2010-04-05 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1131?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12853323#action_12853323 ] Zheng Shao commented on HIVE-1131: -- Still seeing test failures from HIVE-1131_7.patch

[jira] Created: (HIVE-1291) Fix UDAFPercentile ndexOutOfBoundsException

2010-04-05 Thread Zheng Shao (JIRA)
Fix UDAFPercentile ndexOutOfBoundsException --- Key: HIVE-1291 URL: https://issues.apache.org/jira/browse/HIVE-1291 Project: Hadoop Hive Issue Type: Bug Affects Versions: 0.6.0

[jira] Updated: (HIVE-1291) Fix UDAFPercentile ndexOutOfBoundsException

2010-04-05 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Shao updated HIVE-1291: - Attachment: HIVE-1291.1.patch This patch fixes the bug. Fix UDAFPercentile ndexOutOfBoundsException

[jira] Updated: (HIVE-1291) Fix UDAFPercentile ndexOutOfBoundsException

2010-04-05 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Shao updated HIVE-1291: - Fix Version/s: 0.6.0 Status: Patch Available (was: Open) Fix UDAFPercentile

[jira] Commented: (HIVE-1253) date_sub() function returns wrong date because of daylight saving time difference

2010-04-01 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1253?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12852279#action_12852279 ] Zheng Shao commented on HIVE-1253: -- +1. Will test and commit. date_sub() function returns

[jira] Updated: (HIVE-1253) date_sub() function returns wrong date because of daylight saving time difference

2010-04-01 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Shao updated HIVE-1253: - Resolution: Fixed Fix Version/s: 0.6.0 Release Note: HIVE-1253. Fix Date_sub and Date_add in

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

2010-03-31 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1272?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12852015#action_12852015 ] Zheng Shao commented on HIVE-1272: -- Can you add a test case? Take a look at the .q files in

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

2010-03-31 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1272?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12852040#action_12852040 ] Zheng Shao commented on HIVE-1272: -- We can add a file with name data/symlink.txt which

[jira] Updated: (HIVE-1286) error/info message being emitted on standard output

2010-03-30 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1286?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Shao updated HIVE-1286: - Resolution: Fixed Release Note: HIVE-1286. Remove debug message from stdout in ColumnarSerDe.

[jira] Created: (HIVE-1289) Make gz text file work with CombineHiveInputFormat

2010-03-30 Thread Zheng Shao (JIRA)
Make gz text file work with CombineHiveInputFormat -- Key: HIVE-1289 URL: https://issues.apache.org/jira/browse/HIVE-1289 Project: Hadoop Hive Issue Type: Improvement Reporter:

[jira] Commented: (HIVE-1131) Add column lineage information to the pre execution hooks

2010-03-30 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1131?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12851664#action_12851664 ] Zheng Shao commented on HIVE-1131: -- S1. Can we make lineage partition-level instead of

[jira] Commented: (HIVE-1131) Add column lineage information to the pre execution hooks

2010-03-30 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1131?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12851718#action_12851718 ] Zheng Shao commented on HIVE-1131: -- Look at the DataContainer class. That has a partition

[jira] Commented: (HIVE-1286) error/info message being emitted on standard output

2010-03-29 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1286?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12851048#action_12851048 ] Zheng Shao commented on HIVE-1286: -- Shall we use LOG.info or LOG.debug instead?

[jira] Commented: (HIVE-1287) Struct datatype should not use field names for type equivalence.

2010-03-29 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12851075#action_12851075 ] Zheng Shao commented on HIVE-1287: -- I think we should support the following query: {code}

[jira] Commented: (HIVE-1019) java.io.FileNotFoundException: HIVE_PLAN (No such file or directory)

2010-03-26 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1019?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12850427#action_12850427 ] Zheng Shao commented on HIVE-1019: -- The concept of session is longer than a query. See

[jira] Resolved: (HIVE-1256) fix Hive logo img tag to avoid stretching

2010-03-25 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Shao resolved HIVE-1256. -- Resolution: Fixed svn info; svn commit -m Fixed hive_logo_medium.jpg Path: . URL:

[jira] Commented: (HIVE-1255) Add mathamatical UDFs PI, E, degrees, radians, tan, sign, and atan

2010-03-24 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12849438#action_12849438 ] Zheng Shao commented on HIVE-1255: -- Edward, can you add back the (unnecessary) type casts

[jira] Updated: (HIVE-1255) Add mathamatical UDFs PI, E, degrees, radians, tan, sign, and atan

2010-03-24 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Shao updated HIVE-1255: - Status: Open (was: Patch Available) Add mathamatical UDFs PI, E, degrees, radians, tan, sign, and atan

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

2010-03-23 Thread Zheng Shao (JIRA)
Add SymlinkTextInputFormat to Hive -- Key: HIVE-1272 URL: https://issues.apache.org/jira/browse/HIVE-1272 Project: Hadoop Hive Issue Type: New Feature Affects Versions: 0.5.0 Reporter: Zheng

[jira] Created: (HIVE-1273) UDF_Percentile NullPointerException

2010-03-23 Thread Zheng Shao (JIRA)
UDF_Percentile NullPointerException --- Key: HIVE-1273 URL: https://issues.apache.org/jira/browse/HIVE-1273 Project: Hadoop Hive Issue Type: Bug Reporter: Zheng Shao Assignee: Zheng

[jira] Updated: (HIVE-1273) UDF_Percentile NullPointerException

2010-03-23 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1273?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Shao updated HIVE-1273: - Attachment: HIVE-1273.1.patch Ignore null in merge. UDF_Percentile NullPointerException

[jira] Commented: (HIVE-365) Create Table to support multiple levels of delimiters

2010-03-18 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-365?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12847048#action_12847048 ] Zheng Shao commented on HIVE-365: - I am thinking something like: {code} CREATE TABLE

[jira] Commented: (HIVE-1219) More robust handling of metastore connection failures

2010-03-17 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1219?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12846568#action_12846568 ] Zheng Shao commented on HIVE-1219: -- nitpick: HiveConf.ConfVars.METATOREATTEMPTS has a typo.

[jira] Created: (HIVE-1254) CTAS creates column names starting with _ while the grammar does not allow column names starting with _

2010-03-17 Thread Zheng Shao (JIRA)
CTAS creates column names starting with _ while the grammar does not allow column names starting with _ --- Key: HIVE-1254 URL:

[jira] Commented: (HIVE-1242) CombineHiveInputFormat does not work for compressed text files

2010-03-12 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12844663#action_12844663 ] Zheng Shao commented on HIVE-1242: -- Talked with Namit offline. HIVE-1200 needs a small fix

[jira] Commented: (HIVE-1238) Get partitions with a partial specification

2010-03-11 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12844187#action_12844187 ] Zheng Shao commented on HIVE-1238: -- {{get_partitions_mp_by_name}} will be much more

[jira] Updated: (HIVE-1216) Show the row with error in mapper/reducer

2010-03-09 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1216?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Shao updated HIVE-1216: - Attachment: HIVE-1216.4.patch Sorry I forgot to include a newly added file: UDFTestErrorOnFalse.java

[jira] Updated: (HIVE-1212) Explicitly say Hive Internal Error to ease debugging

2010-03-08 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1212?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Shao updated HIVE-1212: - Attachment: HIVE-1212.3.patch Addressed the comment from Paul. Explicitly say Hive Internal Error to

[jira] Updated: (HIVE-1216) Show the row with error in mapper/reducer

2010-03-08 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1216?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Shao updated HIVE-1216: - Attachment: HIVE-1216.3.patch This patch fixes some checkstyle warnings. Show the row with error in

[jira] Commented: (HIVE-1216) Show the row with error in mapper/reducer

2010-03-08 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12842908#action_12842908 ] Zheng Shao commented on HIVE-1216: -- Which test case? I tried them but they were fine for

[jira] Assigned: (HIVE-1179) Add UDF array_contains

2010-03-06 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1179?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Shao reassigned HIVE-1179: Assignee: Arvind Prabhakar Add UDF array_contains -- Key:

[jira] Updated: (HIVE-1216) Show the row with error in mapper/reducer

2010-03-06 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1216?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Shao updated HIVE-1216: - Status: Patch Available (was: Open) Show the row with error in mapper/reducer

[jira] Updated: (HIVE-1216) Show the row with error in mapper/reducer

2010-03-06 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1216?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Shao updated HIVE-1216: - Attachment: HIVE-1216.1.patch Show the row with error in mapper/reducer

[jira] Commented: (HIVE-1179) Add UDF array_contains

2010-03-06 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12842237#action_12842237 ] Zheng Shao commented on HIVE-1179: -- Hi Arvind, we have to restore the unnecessary type

[jira] Updated: (HIVE-1179) Add UDF array_contains

2010-03-06 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1179?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Shao updated HIVE-1179: - Status: Open (was: Patch Available) Add UDF array_contains --

[jira] Commented: (HIVE-1211) Tapping logs from child processes

2010-03-06 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12842239#action_12842239 ] Zheng Shao commented on HIVE-1211: -- Hi bc, can you talk a bit more about the use case in

[jira] Assigned: (HIVE-1211) Tapping logs from child processes

2010-03-06 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1211?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Shao reassigned HIVE-1211: Assignee: bc Wong Tapping logs from child processes -

[jira] Created: (HIVE-1216) Show the row with error in mapper/reducer

2010-03-05 Thread Zheng Shao (JIRA)
Show the row with error in mapper/reducer - Key: HIVE-1216 URL: https://issues.apache.org/jira/browse/HIVE-1216 Project: Hadoop Hive Issue Type: Improvement Affects Versions: 0.6.0

[jira] Updated: (HIVE-1212) Explicitly say Hive Internal Error to ease debugging

2010-03-05 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1212?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Shao updated HIVE-1212: - Attachment: HIVE-1212.2.patch Cleaned up some error processing code. Explicitly say Hive Internal Error

[jira] Commented: (HIVE-1216) Show the row with error in mapper/reducer

2010-03-05 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12841971#action_12841971 ] Zheng Shao commented on HIVE-1216: -- Thanks for the link Jeff. This JIRA aims to do a bit

[jira] Commented: (HIVE-431) Auto-add table property select to be the select statement that created the table

2010-03-05 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-431?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12842014#action_12842014 ] Zheng Shao commented on HIVE-431: - I guess the information is already in lineage. I think

[jira] Commented: (HIVE-224) implement lfu based flushing policy for map side aggregates

2010-03-04 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12841714#action_12841714 ] Zheng Shao commented on HIVE-224: - Hi James, currently we don't have the bandwidth to do

[jira] Updated: (HIVE-1212) Explicitly say Hive Internal Error to ease debugging

2010-03-04 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1212?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Shao updated HIVE-1212: - Affects Version/s: 0.6.0 Status: Patch Available (was: Open) Explicitly say Hive

[jira] Updated: (HIVE-1212) Explicitly say Hive Internal Error to ease debugging

2010-03-04 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1212?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Shao updated HIVE-1212: - Attachment: HIVE-1212.1.patch This also fixes UDFArgumentException reporting. Explicitly say Hive

[jira] Updated: (HIVE-1212) Explicitly say Hive Internal Error to ease debugging

2010-03-04 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1212?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Shao updated HIVE-1212: - Attachment: (was: HIVE-1212.1.patch) Explicitly say Hive Internal Error to ease debugging

[jira] Updated: (HIVE-1212) Explicitly say Hive Internal Error to ease debugging

2010-03-04 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1212?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Shao updated HIVE-1212: - Attachment: HIVE-1212.1.patch Explicitly say Hive Internal Error to ease debugging

[jira] Assigned: (HIVE-1203) HiveInputFormat.getInputFormatFromCache swallows cause exception when trowing IOExcpetion

2010-03-01 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Shao reassigned HIVE-1203: Assignee: Vladimir Klimontovich HiveInputFormat.getInputFormatFromCache swallows cause exception

[jira] Commented: (HIVE-1202) Unknown exception : null while join

2010-03-01 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12839940#action_12839940 ] Zheng Shao commented on HIVE-1202: -- {code} select * from ( select name from classes ) a

[jira] Created: (HIVE-1207) ScriptOperator AutoProgressor does not set the interval

2010-03-01 Thread Zheng Shao (JIRA)
ScriptOperator AutoProgressor does not set the interval --- Key: HIVE-1207 URL: https://issues.apache.org/jira/browse/HIVE-1207 Project: Hadoop Hive Issue Type: Bug Reporter:

[jira] Updated: (HIVE-1207) ScriptOperator AutoProgressor does not set the interval

2010-03-01 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1207?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Shao updated HIVE-1207: - Attachment: HIVE-1207.1.patch ScriptOperator AutoProgressor does not set the interval

[jira] Updated: (HIVE-1207) ScriptOperator AutoProgressor does not set the interval

2010-03-01 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1207?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Shao updated HIVE-1207: - Affects Version/s: 0.6.0 0.5.0 Status: Patch Available (was: Open)

[jira] Created: (HIVE-1208) Bug with error cannot find ObjectInspector for VOID

2010-03-01 Thread Zheng Shao (JIRA)
Bug with error cannot find ObjectInspector for VOID - Key: HIVE-1208 URL: https://issues.apache.org/jira/browse/HIVE-1208 Project: Hadoop Hive Issue Type: Bug Reporter: Zheng

[jira] Updated: (HIVE-259) Add PERCENTILE aggregate function

2010-02-28 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-259?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Shao updated HIVE-259: Attachment: HIVE-259.5.patch We take the method recommended by NIST. See

[jira] Commented: (HIVE-259) Add PERCENTILE aggregate function

2010-02-28 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12839393#action_12839393 ] Zheng Shao commented on HIVE-259: - (1) I am not familiar with the exact definition of

[jira] Commented: (HIVE-1201) Add a python command-line interface for Hive

2010-02-27 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12839200#action_12839200 ] Zheng Shao commented on HIVE-1201: -- Yes this is a client module (using Metastore Thrift

[jira] Commented: (HIVE-1197) create a new input format where a mapper spans a file

2010-02-26 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12838763#action_12838763 ] Zheng Shao commented on HIVE-1197: -- Can you explain what does a mapper spans a file mean?

[jira] Updated: (HIVE-259) Add PERCENTILE aggregate function

2010-02-26 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-259?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Shao updated HIVE-259: Attachment: HIVE-259.4.patch This one fixes all checkstyle errors, and uses *Writable classes to avoid

[jira] Updated: (HIVE-1137) build references IVY_HOME incorrectly

2010-02-25 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1137?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Shao updated HIVE-1137: - Resolution: Fixed Release Note: HIVE-1137. Fix build.xml for references to IVY_HOME. (Carl

[jira] Created: (HIVE-1200) Fix CombineHiveInputFormat to work with multi-level of directories in a single table/partition

2010-02-25 Thread Zheng Shao (JIRA)
Fix CombineHiveInputFormat to work with multi-level of directories in a single table/partition -- Key: HIVE-1200 URL: https://issues.apache.org/jira/browse/HIVE-1200

[jira] Updated: (HIVE-1032) Better Error Messages for Execution Errors

2010-02-25 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1032?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Shao updated HIVE-1032: - Resolution: Fixed Fix Version/s: 0.6.0 Release Note: HIVE-1032. Better Error Messages for

[jira] Created: (HIVE-1201) Add a python command-line interface for Hive

2010-02-25 Thread Zheng Shao (JIRA)
Add a python command-line interface for Hive Key: HIVE-1201 URL: https://issues.apache.org/jira/browse/HIVE-1201 Project: Hadoop Hive Issue Type: New Feature Reporter: Zheng Shao

[jira] Updated: (HIVE-1200) Fix CombineHiveInputFormat to work with multi-level of directories in a single table/partition

2010-02-25 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1200?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Shao updated HIVE-1200: - Attachment: HIVE-1200.1.branch-0.5.patch HIVE-1200.1.patch Fix CombineHiveInputFormat to

[jira] Updated: (HIVE-1200) Fix CombineHiveInputFormat to work with multi-level of directories in a single table/partition

2010-02-25 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1200?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Shao updated HIVE-1200: - Status: Patch Available (was: Open) Fix CombineHiveInputFormat to work with multi-level of directories

[jira] Commented: (HIVE-259) Add PERCENTILE aggregate function

2010-02-25 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12838718#action_12838718 ] Zheng Shao commented on HIVE-259: - Hi Jerome, using ArrayListInteger won't cause unnecessary

[jira] Commented: (HIVE-1193) ensure sorting properties for a table

2010-02-25 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1193?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12838737#action_12838737 ] Zheng Shao commented on HIVE-1193: -- Can we have some more description on the JIRA? The

[jira] Created: (HIVE-1195) Increase ObjectInspector[] length on demand

2010-02-24 Thread Zheng Shao (JIRA)
Increase ObjectInspector[] length on demand --- Key: HIVE-1195 URL: https://issues.apache.org/jira/browse/HIVE-1195 Project: Hadoop Hive Issue Type: Improvement Affects Versions: 0.5.0, 0.6.0

[jira] Updated: (HIVE-1195) Increase ObjectInspector[] length on demand

2010-02-24 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1195?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Shao updated HIVE-1195: - Attachment: HIVE-1195.1.patch Increase ObjectInspector[] length on demand

[jira] Updated: (HIVE-1195) Increase ObjectInspector[] length on demand

2010-02-24 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1195?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Shao updated HIVE-1195: - Fix Version/s: 0.6.0 0.5.1 Status: Patch Available (was: Open) Increase

[jira] Updated: (HIVE-1195) Increase ObjectInspector[] length on demand

2010-02-24 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1195?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Shao updated HIVE-1195: - Attachment: HIVE-1195.2.patch HIVE-1195.2.branch-0.5.patch Fixed an obvious bug which

[jira] Commented: (HIVE-259) Add PERCENTILE aggregate function

2010-02-24 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12838118#action_12838118 ] Zheng Shao commented on HIVE-259: - Also see

[jira] Commented: (HIVE-259) Add PERCENTILE aggregate function

2010-02-24 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12838119#action_12838119 ] Zheng Shao commented on HIVE-259: - The test cases looks a bit too trivial or the results have

[jira] Commented: (HIVE-1194) sorted merge join

2010-02-24 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1194?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12838120#action_12838120 ] Zheng Shao commented on HIVE-1194: -- Why does SortMergeJoinOperator extends MapJoinOperator?

[jira] Commented: (HIVE-1194) sorted merge join

2010-02-24 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1194?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12838132#action_12838132 ] Zheng Shao commented on HIVE-1194: -- If it does not inherit any methods, shall we add an

[jira] Commented: (HIVE-1189) Add package-info.java to Hive

2010-02-24 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1189?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12838148#action_12838148 ] Zheng Shao commented on HIVE-1189: -- I am checking the BuildVersion which contains

[jira] Commented: (HIVE-1032) Better Error Messages for Execution Errors

2010-02-24 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1032?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12838156#action_12838156 ] Zheng Shao commented on HIVE-1032: -- That makes sense to me. As long as it's compilable with

[jira] Updated: (HIVE-1184) Expression Not In Group By Key error is sometimes masked

2010-02-23 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Shao updated HIVE-1184: - Status: Open (was: Patch Available) Expression Not In Group By Key error is sometimes masked

[jira] Commented: (HIVE-1184) Expression Not In Group By Key error is sometimes masked

2010-02-23 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1184?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12837476#action_12837476 ] Zheng Shao commented on HIVE-1184: -- The explanation looks good to me, but I am not

  1   2   3   4   5   6   7   8   9   10   >