[jira] [Work logged] (HIVE-26056) Retire the api metrics of HMSHandler

2022-05-21 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/HIVE-26056?focusedWorklogId=773159&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-773159
 ]

ASF GitHub Bot logged work on HIVE-26056:
-

Author: ASF GitHub Bot
Created on: 22/May/22 00:19
Start Date: 22/May/22 00:19
Worklog Time Spent: 10m 
  Work Description: github-actions[bot] commented on PR #3123:
URL: https://github.com/apache/hive/pull/3123#issuecomment-1133788977

   This pull request has been automatically marked as stale because it has not 
had recent activity. It will be closed if no further activity occurs.
   Feel free to reach out on the d...@hive.apache.org list if the patch is in 
need of reviews.




Issue Time Tracking
---

Worklog Id: (was: 773159)
Remaining Estimate: 0h
Time Spent: 10m

> Retire the api metrics of HMSHandler
> 
>
> Key: HIVE-26056
> URL: https://issues.apache.org/jira/browse/HIVE-26056
> Project: Hive
>  Issue Type: Improvement
>  Components: Standalone Metastore
>Reporter: Zhihua Deng
>Priority: Minor
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> We are using PerfLogger to measure and log the time spent for the metastore 
> thrift apis,  this is more complete and simpler than inserting start/end 
> functions in HMSHandler to do the same thing.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Updated] (HIVE-26056) Retire the api metrics of HMSHandler

2022-05-21 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/HIVE-26056?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ASF GitHub Bot updated HIVE-26056:
--
Labels: pull-request-available  (was: )

> Retire the api metrics of HMSHandler
> 
>
> Key: HIVE-26056
> URL: https://issues.apache.org/jira/browse/HIVE-26056
> Project: Hive
>  Issue Type: Improvement
>  Components: Standalone Metastore
>Reporter: Zhihua Deng
>Priority: Minor
>  Labels: pull-request-available
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> We are using PerfLogger to measure and log the time spent for the metastore 
> thrift apis,  this is more complete and simpler than inserting start/end 
> functions in HMSHandler to do the same thing.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Work logged] (HIVE-26057) Cleanup QueryWrapper

2022-05-21 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/HIVE-26057?focusedWorklogId=773158&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-773158
 ]

ASF GitHub Bot logged work on HIVE-26057:
-

Author: ASF GitHub Bot
Created on: 22/May/22 00:19
Start Date: 22/May/22 00:19
Worklog Time Spent: 10m 
  Work Description: github-actions[bot] commented on PR #3124:
URL: https://github.com/apache/hive/pull/3124#issuecomment-1133788973

   This pull request has been automatically marked as stale because it has not 
had recent activity. It will be closed if no further activity occurs.
   Feel free to reach out on the d...@hive.apache.org list if the patch is in 
need of reviews.




Issue Time Tracking
---

Worklog Id: (was: 773158)
Remaining Estimate: 0h
Time Spent: 10m

> Cleanup QueryWrapper
> 
>
> Key: HIVE-26057
> URL: https://issues.apache.org/jira/browse/HIVE-26057
> Project: Hive
>  Issue Type: Improvement
>Reporter: Zhihua Deng
>Priority: Minor
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Now the QueryWrapper implements Query which has dozens of overridden methods 
> no use in codebase, these methods can be cleaned to keep it simple for 
> maintaining.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Updated] (HIVE-26057) Cleanup QueryWrapper

2022-05-21 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/HIVE-26057?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ASF GitHub Bot updated HIVE-26057:
--
Labels: pull-request-available  (was: )

> Cleanup QueryWrapper
> 
>
> Key: HIVE-26057
> URL: https://issues.apache.org/jira/browse/HIVE-26057
> Project: Hive
>  Issue Type: Improvement
>Reporter: Zhihua Deng
>Priority: Minor
>  Labels: pull-request-available
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Now the QueryWrapper implements Query which has dozens of overridden methods 
> no use in codebase, these methods can be cleaned to keep it simple for 
> maintaining.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Comment Edited] (HIVE-26255) Drop custom code for String deduplication inside URI class

2022-05-21 Thread Sylwester Lachiewicz (Jira)


[ 
https://issues.apache.org/jira/browse/HIVE-26255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17540506#comment-17540506
 ] 

Sylwester Lachiewicz edited comment on HIVE-26255 at 5/21/22 9:28 PM:
--

Also, if we use newer Java - few tests will fail

Unable to make field private volatile java.lang.String java.net.URI.string 
accessible: module java.base does not "opens java.net" to unnamed module 
@486bb9ce [in thread "main"]     at 
java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:354)

 
{noformat}
[ERROR] 
org.apache.hadoop.hive.hbase.TestHBaseSerDe.testHBaseSerDeWithAvroExternalSchema
  Time elapsed: 0.001 s  <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class 
org.apache.hadoop.hive.common.StringInternUtils
    at 
org.apache.hadoop.hive.serde2.objectinspector.ObjectInspectorFactory.getStandardStructObjectInspector(ObjectInspectorFactory.java:330)
    at 
org.apache.hadoop.hive.serde2.objectinspector.ObjectInspectorFactory.getStandardStructObjectInspector(ObjectInspectorFactory.java:322)
    at 
org.apache.hadoop.hive.serde2.avro.AvroObjectInspectorGenerator.createObjectInspectorWorker(AvroObjectInspectorGenerator.java:108)
    at 
org.apache.hadoop.hive.serde2.avro.AvroObjectInspectorGenerator.createObjectInspectorWorker(AvroObjectInspectorGenerator.java:129)
    at 
org.apache.hadoop.hive.serde2.avro.AvroObjectInspectorGenerator.createObjectInspectorWorker(AvroObjectInspectorGenerator.java:104)
    at 
org.apache.hadoop.hive.serde2.avro.AvroObjectInspectorGenerator.createObjectInspectorWorker(AvroObjectInspectorGenerator.java:121)
    at 
org.apache.hadoop.hive.serde2.avro.AvroObjectInspectorGenerator.createObjectInspectorWorker(AvroObjectInspectorGenerator.java:104)
    at 
org.apache.hadoop.hive.serde2.avro.AvroObjectInspectorGenerator.createObjectInspector(AvroObjectInspectorGenerator.java:83)
    at 
org.apache.hadoop.hive.serde2.avro.AvroObjectInspectorGenerator.(AvroObjectInspectorGenerator.java:56)
    at 
org.apache.hadoop.hive.hbase.HBaseSerDeHelper.generateAvroStructFromSchema(HBaseSerDeHelper.java:500)
    at 
org.apache.hadoop.hive.hbase.HBaseSerDeHelper.generateAvroStructFromClass(HBaseSerDeHelper.java:474)
    at 
org.apache.hadoop.hive.hbase.HBaseSerDeHelper.generateColumnStruct(HBaseSerDeHelper.java:446)
    at 
org.apache.hadoop.hive.hbase.HBaseSerDeHelper.generateColumnTypes(HBaseSerDeHelper.java:342)
    at 
org.apache.hadoop.hive.hbase.ColumnMappings.toTypesString(ColumnMappings.java:84)
    at 
org.apache.hadoop.hive.hbase.HBaseSerDeParameters.(HBaseSerDeParameters.java:94)
    at org.apache.hadoop.hive.hbase.HBaseSerDe.initialize(HBaseSerDe.java:118)
    at 
org.apache.hadoop.hive.hbase.TestHBaseSerDe.testHBaseSerDeWithAvroExternalSchema(TestHBaseSerDe.java:1346)
    at 
java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
    at java.base/java.lang.reflect.Method.invoke(Method.java:577)
    at 
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
    at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
    at 
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
    at 
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
    at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
    at 
org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
    at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
    at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
    at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
    at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
    at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
    at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
    at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
    at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
    at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
    at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
    at org.junit.runner.JUnitCore.run(JUnitCore.java:137)
    at org.junit.runner.JUnitCore.run(JUnitCore.java:115)
    at 
org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:43)
    at 
java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183)
    at 
java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
    at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133)
    at 
java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1845)
    at 
java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipe

[jira] [Commented] (HIVE-26255) Drop custom code for String deduplication inside URI class

2022-05-21 Thread Sylwester Lachiewicz (Jira)


[ 
https://issues.apache.org/jira/browse/HIVE-26255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17540506#comment-17540506
 ] 

Sylwester Lachiewicz commented on HIVE-26255:
-

Also, if we use newer Java - few tests will fail

 
{noformat}
[ERROR] 
org.apache.hadoop.hive.hbase.TestHBaseSerDe.testHBaseSerDeWithAvroExternalSchema
  Time elapsed: 0.001 s  <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class 
org.apache.hadoop.hive.common.StringInternUtils
    at 
org.apache.hadoop.hive.serde2.objectinspector.ObjectInspectorFactory.getStandardStructObjectInspector(ObjectInspectorFactory.java:330)
    at 
org.apache.hadoop.hive.serde2.objectinspector.ObjectInspectorFactory.getStandardStructObjectInspector(ObjectInspectorFactory.java:322)
    at 
org.apache.hadoop.hive.serde2.avro.AvroObjectInspectorGenerator.createObjectInspectorWorker(AvroObjectInspectorGenerator.java:108)
    at 
org.apache.hadoop.hive.serde2.avro.AvroObjectInspectorGenerator.createObjectInspectorWorker(AvroObjectInspectorGenerator.java:129)
    at 
org.apache.hadoop.hive.serde2.avro.AvroObjectInspectorGenerator.createObjectInspectorWorker(AvroObjectInspectorGenerator.java:104)
    at 
org.apache.hadoop.hive.serde2.avro.AvroObjectInspectorGenerator.createObjectInspectorWorker(AvroObjectInspectorGenerator.java:121)
    at 
org.apache.hadoop.hive.serde2.avro.AvroObjectInspectorGenerator.createObjectInspectorWorker(AvroObjectInspectorGenerator.java:104)
    at 
org.apache.hadoop.hive.serde2.avro.AvroObjectInspectorGenerator.createObjectInspector(AvroObjectInspectorGenerator.java:83)
    at 
org.apache.hadoop.hive.serde2.avro.AvroObjectInspectorGenerator.(AvroObjectInspectorGenerator.java:56)
    at 
org.apache.hadoop.hive.hbase.HBaseSerDeHelper.generateAvroStructFromSchema(HBaseSerDeHelper.java:500)
    at 
org.apache.hadoop.hive.hbase.HBaseSerDeHelper.generateAvroStructFromClass(HBaseSerDeHelper.java:474)
    at 
org.apache.hadoop.hive.hbase.HBaseSerDeHelper.generateColumnStruct(HBaseSerDeHelper.java:446)
    at 
org.apache.hadoop.hive.hbase.HBaseSerDeHelper.generateColumnTypes(HBaseSerDeHelper.java:342)
    at 
org.apache.hadoop.hive.hbase.ColumnMappings.toTypesString(ColumnMappings.java:84)
    at 
org.apache.hadoop.hive.hbase.HBaseSerDeParameters.(HBaseSerDeParameters.java:94)
    at org.apache.hadoop.hive.hbase.HBaseSerDe.initialize(HBaseSerDe.java:118)
    at 
org.apache.hadoop.hive.hbase.TestHBaseSerDe.testHBaseSerDeWithAvroExternalSchema(TestHBaseSerDe.java:1346)
    at 
java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
    at java.base/java.lang.reflect.Method.invoke(Method.java:577)
    at 
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
    at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
    at 
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
    at 
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
    at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
    at 
org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
    at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
    at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
    at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
    at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
    at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
    at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
    at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
    at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
    at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
    at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
    at org.junit.runner.JUnitCore.run(JUnitCore.java:137)
    at org.junit.runner.JUnitCore.run(JUnitCore.java:115)
    at 
org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:43)
    at 
java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183)
    at 
java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
    at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133)
    at 
java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1845)
    at 
java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
    at 
java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
    at 
java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150)
    at 
java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173)
    at 
java.base/java.

[jira] [Work logged] (HIVE-25497) Bump ORC to 1.7.2

2022-05-21 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/HIVE-25497?focusedWorklogId=773147&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-773147
 ]

ASF GitHub Bot logged work on HIVE-25497:
-

Author: ASF GitHub Bot
Created on: 21/May/22 21:17
Start Date: 21/May/22 21:17
Worklog Time Spent: 10m 
  Work Description: dongjoon-hyun commented on PR #2853:
URL: https://github.com/apache/hive/pull/2853#issuecomment-1133769592

   And, FYI, cc @williamhyun and @stiga-huang 




Issue Time Tracking
---

Worklog Id: (was: 773147)
Time Spent: 2h 50m  (was: 2h 40m)

> Bump ORC to 1.7.2
> -
>
> Key: HIVE-25497
> URL: https://issues.apache.org/jira/browse/HIVE-25497
> Project: Hive
>  Issue Type: Improvement
>Affects Versions: 4.0.0
>Reporter: William Hyun
>Assignee: Panagiotis Garefalakis
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 2h 50m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Resolved] (HIVE-24470) Separate HiveMetastore Thrift and Driver logic

2022-05-21 Thread Sylwester Lachiewicz (Jira)


 [ 
https://issues.apache.org/jira/browse/HIVE-24470?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sylwester Lachiewicz resolved HIVE-24470.
-
Resolution: Fixed

> Separate HiveMetastore Thrift and Driver logic
> --
>
> Key: HIVE-24470
> URL: https://issues.apache.org/jira/browse/HIVE-24470
> Project: Hive
>  Issue Type: Improvement
>  Components: Standalone Metastore
>Reporter: Cameron Moberg
>Assignee: Cameron Moberg
>Priority: Minor
>  Labels: pull-request-available
> Fix For: storage-2.7.3, storage-2.8.1, 4.0.0-alpha-1
>
>  Time Spent: 6h 40m
>  Remaining Estimate: 0h
>
> In the file HiveMetastore.java the majority of the code is a thrift interface 
> rather than the actual logic behind starting hive metastore, this should be 
> moved out into a separate file to clean up the file.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Work logged] (HIVE-25497) Bump ORC to 1.7.2

2022-05-21 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/HIVE-25497?focusedWorklogId=773146&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-773146
 ]

ASF GitHub Bot logged work on HIVE-25497:
-

Author: ASF GitHub Bot
Created on: 21/May/22 21:16
Start Date: 21/May/22 21:16
Worklog Time Spent: 10m 
  Work Description: dongjoon-hyun commented on PR #2853:
URL: https://github.com/apache/hive/pull/2853#issuecomment-1133769469

   +1 for @slachiewicz comment. The latest one is Apache ORC 1.7.4. We can 
re-try with 1.7.4.
   - https://github.com/apache/orc/releases/tag/v1.7.4




Issue Time Tracking
---

Worklog Id: (was: 773146)
Time Spent: 2h 40m  (was: 2.5h)

> Bump ORC to 1.7.2
> -
>
> Key: HIVE-25497
> URL: https://issues.apache.org/jira/browse/HIVE-25497
> Project: Hive
>  Issue Type: Improvement
>Affects Versions: 4.0.0
>Reporter: William Hyun
>Assignee: Panagiotis Garefalakis
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 2h 40m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Updated] (HIVE-24470) Separate HiveMetastore Thrift and Driver logic

2022-05-21 Thread Sylwester Lachiewicz (Jira)


 [ 
https://issues.apache.org/jira/browse/HIVE-24470?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sylwester Lachiewicz updated HIVE-24470:

Fix Version/s: storage-2.7.3
   storage-2.8.1

> Separate HiveMetastore Thrift and Driver logic
> --
>
> Key: HIVE-24470
> URL: https://issues.apache.org/jira/browse/HIVE-24470
> Project: Hive
>  Issue Type: Improvement
>  Components: Standalone Metastore
>Reporter: Cameron Moberg
>Assignee: Cameron Moberg
>Priority: Minor
>  Labels: pull-request-available
> Fix For: storage-2.7.3, storage-2.8.1, 4.0.0-alpha-1
>
>  Time Spent: 6h 40m
>  Remaining Estimate: 0h
>
> In the file HiveMetastore.java the majority of the code is a thrift interface 
> rather than the actual logic behind starting hive metastore, this should be 
> moved out into a separate file to clean up the file.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Updated] (HIVE-24470) Separate HiveMetastore Thrift and Driver logic

2022-05-21 Thread Sylwester Lachiewicz (Jira)


 [ 
https://issues.apache.org/jira/browse/HIVE-24470?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sylwester Lachiewicz updated HIVE-24470:

Fix Version/s: 4.0.0-alpha-1

> Separate HiveMetastore Thrift and Driver logic
> --
>
> Key: HIVE-24470
> URL: https://issues.apache.org/jira/browse/HIVE-24470
> Project: Hive
>  Issue Type: Improvement
>  Components: Standalone Metastore
>Reporter: Cameron Moberg
>Assignee: Cameron Moberg
>Priority: Minor
>  Labels: pull-request-available
> Fix For: 4.0.0-alpha-1
>
>  Time Spent: 6h 40m
>  Remaining Estimate: 0h
>
> In the file HiveMetastore.java the majority of the code is a thrift interface 
> rather than the actual logic behind starting hive metastore, this should be 
> moved out into a separate file to clean up the file.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Work logged] (HIVE-25497) Bump ORC to 1.7.2

2022-05-21 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/HIVE-25497?focusedWorklogId=773145&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-773145
 ]

ASF GitHub Bot logged work on HIVE-25497:
-

Author: ASF GitHub Bot
Created on: 21/May/22 21:03
Start Date: 21/May/22 21:03
Worklog Time Spent: 10m 
  Work Description: slachiewicz commented on PR #2853:
URL: https://github.com/apache/hive/pull/2853#issuecomment-1133768035

   @kgyrtkirk @pgaref could reopen PR and review again?
   




Issue Time Tracking
---

Worklog Id: (was: 773145)
Time Spent: 2.5h  (was: 2h 20m)

> Bump ORC to 1.7.2
> -
>
> Key: HIVE-25497
> URL: https://issues.apache.org/jira/browse/HIVE-25497
> Project: Hive
>  Issue Type: Improvement
>Affects Versions: 4.0.0
>Reporter: William Hyun
>Assignee: Panagiotis Garefalakis
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 2.5h
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Resolved] (HIVE-17632) Build Hive with JDK9

2022-05-21 Thread Sylwester Lachiewicz (Jira)


 [ 
https://issues.apache.org/jira/browse/HIVE-17632?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sylwester Lachiewicz resolved HIVE-17632.
-
Resolution: Abandoned

> Build Hive with JDK9
> 
>
> Key: HIVE-17632
> URL: https://issues.apache.org/jira/browse/HIVE-17632
> Project: Hive
>  Issue Type: Improvement
>  Components: Build Infrastructure
>Affects Versions: 3.0.0
>Reporter: Haifeng Chen
>Priority: Major
>  Labels: build
>
> JDK 9 has been released recently with a lot of improvements such as the 
> support of AVX 512 which can bring performance benefits running on Skylake 
> servers.
> We would expect that the users will soon to try JDK9 and will build Hadoop on 
> it. Currently it's not clear what issues will the user have to build Hive on 
> JDK9. The JIRA can serve as the umbrella JIRA to track all these issues.
> http://jdk.java.net/9/



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Work logged] (HIVE-21961) Update jetty version to 9.4.x

2022-05-21 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/HIVE-21961?focusedWorklogId=773138&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-773138
 ]

ASF GitHub Bot logged work on HIVE-21961:
-

Author: ASF GitHub Bot
Created on: 21/May/22 19:05
Start Date: 21/May/22 19:05
Worklog Time Spent: 10m 
  Work Description: pjfanning commented on PR #3310:
URL: https://github.com/apache/hive/pull/3310#issuecomment-1133753355

   @kgyrtkirk the links for the broken CI build do not work - do you know how I 
can access the logs from the failed build?
   
   I did a local build and saw no issues.




Issue Time Tracking
---

Worklog Id: (was: 773138)
Time Spent: 3h 20m  (was: 3h 10m)

> Update jetty version to 9.4.x
> -
>
> Key: HIVE-21961
> URL: https://issues.apache.org/jira/browse/HIVE-21961
> Project: Hive
>  Issue Type: Task
>Reporter: Oleksiy Sayankin
>Assignee: László Bodor
>Priority: Major
>  Labels: pull-request-available
> Attachments: HIVE-21961.02.patch, HIVE-21961.03.patch, 
> HIVE-21961.patch
>
>  Time Spent: 3h 20m
>  Remaining Estimate: 0h
>
> Update jetty version to 9.4.x



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Updated] (HIVE-26254) upgrade calcite to 1.26 due to CVEs

2022-05-21 Thread PJ Fanning (Jira)


 [ 
https://issues.apache.org/jira/browse/HIVE-26254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

PJ Fanning updated HIVE-26254:
--
Summary: upgrade calcite to 1.26 due to CVEs  (was: upgrade calcite to 1.26 
due to CVE)

> upgrade calcite to 1.26 due to CVEs
> ---
>
> Key: HIVE-26254
> URL: https://issues.apache.org/jira/browse/HIVE-26254
> Project: Hive
>  Issue Type: Improvement
>Reporter: PJ Fanning
>Priority: Major
>
> https://github.com/advisories/GHSA-hxp5-8pgq-mgv9



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Work logged] (HIVE-26079) Upgrade protobuf to 3.16.1

2022-05-21 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/HIVE-26079?focusedWorklogId=773127&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-773127
 ]

ASF GitHub Bot logged work on HIVE-26079:
-

Author: ASF GitHub Bot
Created on: 21/May/22 16:28
Start Date: 21/May/22 16:28
Worklog Time Spent: 10m 
  Work Description: slachiewicz commented on PR #3309:
URL: https://github.com/apache/hive/pull/3309#issuecomment-1133664613

   WIP looks like issue with HBase 




Issue Time Tracking
---

Worklog Id: (was: 773127)
Time Spent: 1h  (was: 50m)

> Upgrade protobuf to 3.16.1
> --
>
> Key: HIVE-26079
> URL: https://issues.apache.org/jira/browse/HIVE-26079
> Project: Hive
>  Issue Type: Task
>Reporter: Ashish Sharma
>Assignee: Ashish Sharma
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 1h
>  Remaining Estimate: 0h
>
> Upgrade com.google.protobuf:protobuf-java from 2.5.0 to 3.16.1 to fix 
> CVE-2021-22569



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Updated] (HIVE-26253) upgrade postgresql to 42.3.x due to security issues

2022-05-21 Thread PJ Fanning (Jira)


 [ 
https://issues.apache.org/jira/browse/HIVE-26253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

PJ Fanning updated HIVE-26253:
--
Summary: upgrade postgresql to 42.3.x due to security issues  (was: upgrade 
postgresql to 42.3.3 due to security issues)

> upgrade postgresql to 42.3.x due to security issues
> ---
>
> Key: HIVE-26253
> URL: https://issues.apache.org/jira/browse/HIVE-26253
> Project: Hive
>  Issue Type: Improvement
>Reporter: PJ Fanning
>Priority: Major
>
> issues visible in 
> [https://mvnrepository.com/artifact/org.postgresql/postgresql]
> v42.3.5 might be a good option



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Work logged] (HIVE-21961) Update jetty version to 9.4.x

2022-05-21 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/HIVE-21961?focusedWorklogId=773125&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-773125
 ]

ASF GitHub Bot logged work on HIVE-21961:
-

Author: ASF GitHub Bot
Created on: 21/May/22 15:44
Start Date: 21/May/22 15:44
Worklog Time Spent: 10m 
  Work Description: pjfanning opened a new pull request, #3310:
URL: https://github.com/apache/hive/pull/3310

   
   
   ### What changes were proposed in this pull request?
   Upgrade jetty due to CVEs
   
   
   
   ### Why are the changes needed?
   
   
   
   ### Does this PR introduce _any_ user-facing change?
   No
   
   
   ### How was this patch tested?
   CI build
   




Issue Time Tracking
---

Worklog Id: (was: 773125)
Time Spent: 3h 10m  (was: 3h)

> Update jetty version to 9.4.x
> -
>
> Key: HIVE-21961
> URL: https://issues.apache.org/jira/browse/HIVE-21961
> Project: Hive
>  Issue Type: Task
>Reporter: Oleksiy Sayankin
>Assignee: László Bodor
>Priority: Major
>  Labels: pull-request-available
> Attachments: HIVE-21961.02.patch, HIVE-21961.03.patch, 
> HIVE-21961.patch
>
>  Time Spent: 3h 10m
>  Remaining Estimate: 0h
>
> Update jetty version to 9.4.x



--
This message was sent by Atlassian Jira
(v8.20.7#820007)