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

2014-10-27 Thread skrho (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8458?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] skrho updated HIVE-8458: Attachment: HIVE-8458_001.patch I think null check logic from to || So I changed.. Potential null dereference

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

2014-10-27 Thread skrho (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8458?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] skrho updated HIVE-8458: Affects Version/s: 0.13.1 Status: Patch Available (was: Open) Potential null dereference in

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

2014-10-27 Thread skrho (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] skrho updated HIVE-8342: Attachment: HIVE-8342_002.patch I changed from null pointer exception to hive exception.. How about that?

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

2014-10-10 Thread skrho (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] skrho reassigned HIVE-8342: --- Assignee: skrho Potential null dereference in ColumnTruncateMapper#jobClose()

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

2014-10-10 Thread skrho (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] skrho updated HIVE-8342: Attachment: HIVE-8342_001.patch jobClose method is setting null object in FileSingDesc parameter, when calling

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

2014-10-10 Thread skrho (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] skrho updated HIVE-8342: Status: Patch Available (was: Open) Potential null dereference in ColumnTruncateMapper#jobClose()

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

2014-09-16 Thread skrho (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7996?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] skrho reassigned HIVE-7996: --- Assignee: skrho Potential resource leak in HiveBurnInClient ---

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

2014-09-16 Thread skrho (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7996?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14135139#comment-14135139 ] skrho commented on HIVE-7996: - Hello Ted Yu~~ What is class name which is fixed? or Where do

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

2014-09-16 Thread skrho (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7305?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] skrho updated HIVE-7305: Attachment: HIVE-7305_001.patch I added null check and size check logic.. Please review my patch~~ Return value

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

2014-09-16 Thread skrho (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7305?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] skrho updated HIVE-7305: Assignee: skrho Status: Patch Available (was: Open) Return value from in.read() is ignored in

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

2014-09-14 Thread skrho (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7180?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14133512#comment-14133512 ] skrho commented on HIVE-7180: - Sorry.. I don't know that~~ What do I do for? Assign to

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

2014-09-04 Thread skrho (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7180?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] skrho reassigned HIVE-7180: --- Assignee: skrho (was: Swarnim Kulkarni) BufferedReader is not closed in MetaStoreSchemaInfo ctor

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

2014-09-04 Thread skrho (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7180?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] skrho updated HIVE-7180: Attachment: HIVE-7180_001.patch Here is my new patch~ ^^ Please review my source BufferedReader is not closed in

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

2014-09-04 Thread skrho (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7180?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] skrho updated HIVE-7180: Status: Patch Available (was: Open) BufferedReader is not closed in MetaStoreSchemaInfo ctor

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

2014-09-01 Thread skrho (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7862?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] skrho updated HIVE-7862: Attachment: HIVE-7862_001.txt Here is patch.. I added try/catch/finally statement.. and InputStream,

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

2014-09-01 Thread skrho (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7862?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] skrho updated HIVE-7862: Labels: patch (was: ) Affects Version/s: 0.13.0 Status: Patch Available (was: Open)

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

2014-09-01 Thread skrho (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7306?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] skrho updated HIVE-7306: Attachment: HIVE-7306.patch Here is patch... I chanaged null check logic using if/else statement Please review my

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

2014-09-01 Thread skrho (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7306?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] skrho updated HIVE-7306: Labels: patch (was: ) Affects Version/s: 0.13.1 Status: Patch Available (was: Open)

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

2014-09-01 Thread skrho (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7306?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] skrho updated HIVE-7306: Attachment: (was: HIVE-7306.patch) Ineffective null check in

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

2014-09-01 Thread skrho (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7306?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] skrho updated HIVE-7306: Attachment: HIVE-7306.patch Here is my patch.. I changed null checker position to effect null check.. Ineffective

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

2014-09-01 Thread skrho (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7180?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] skrho updated HIVE-7180: Labels: patch (was: ) Affects Version/s: 0.13.1 Status: Patch Available (was: Open)

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

2014-09-01 Thread skrho (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7180?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] skrho updated HIVE-7180: Attachment: HIVE-7180.patch Here is my patch.. I chanaged BufferedReader position and added BufferedReader close

[jira] [Created] (HIVE-7928) There is no catch statement in Utils#updateMap

2014-09-01 Thread skrho (JIRA)
skrho created HIVE-7928: --- Summary: There is no catch statement in Utils#updateMap Key: HIVE-7928 URL: https://issues.apache.org/jira/browse/HIVE-7928 Project: Hive Issue Type: Bug Affects

[jira] [Updated] (HIVE-7928) There is no catch statement in Utils#updateMap

2014-09-01 Thread skrho (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7928?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] skrho updated HIVE-7928: Attachment: HIVE-7928_001.patch I added catch statement and RuntimeException statment, so if exception is happened

[jira] [Updated] (HIVE-7928) There is no catch statement in Utils#updateMap

2014-09-01 Thread skrho (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7928?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] skrho updated HIVE-7928: Status: Patch Available (was: Open) There is no catch statement in Utils#updateMap

[jira] [Created] (HIVE-7929) close of ZipOutputStream in Utils#jarDir() should be placed in finally block

2014-09-01 Thread skrho (JIRA)
skrho created HIVE-7929: --- Summary: close of ZipOutputStream in Utils#jarDir() should be placed in finally block Key: HIVE-7929 URL: https://issues.apache.org/jira/browse/HIVE-7929 Project: Hive Issue

[jira] [Updated] (HIVE-7929) close of ZipOutputStream in Utils#jarDir() should be placed in finally block

2014-09-01 Thread skrho (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7929?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] skrho updated HIVE-7929: Attachment: HIVE-7929_001.patch Here is patch.. I added try/catch/finally statement.. and IZipOutputStream object is

[jira] [Updated] (HIVE-7929) close of ZipOutputStream in Utils#jarDir() should be placed in finally block

2014-09-01 Thread skrho (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7929?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] skrho updated HIVE-7929: Labels: patch (was: ) Status: Patch Available (was: Open) close of ZipOutputStream in Utils#jarDir() should

[jira] [Updated] (HIVE-6987) Metastore qop settings won't work with Hadoop-2.4

2014-08-21 Thread skrho (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6987?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] skrho updated HIVE-6987: Attachment: HIVE-6987.txt Please review my patch and give me chance to contribute source~ ^^ Metastore qop

[jira] [Updated] (HIVE-6987) Metastore qop settings won't work with Hadoop-2.4

2014-08-21 Thread skrho (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6987?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] skrho updated HIVE-6987: Labels: patch (was: ) Status: Patch Available (was: Open) Metastore qop settings won't work with Hadoop-2.4