[jira] [Work logged] (HIVE-24818) REPL LOAD (Bootstrap ) of views with partitions fails

2021-02-28 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot logged work on HIVE-24818:
-

Author: ASF GitHub Bot
Created on: 01/Mar/21 07:32
Start Date: 01/Mar/21 07:32
Worklog Time Spent: 10m 
  Work Description: anuragshekhar2020 opened a new pull request #2029:
URL: https://github.com/apache/hive/pull/2029


   
   
   ### What changes were proposed in this pull request?
   
   
   
   ### Why are the changes needed?
   
   
   
   ### Does this PR introduce _any_ user-facing change?
   
   
   
   ### How was this patch tested?
   
   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

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

> REPL LOAD (Bootstrap ) of views with partitions fails 
> --
>
> Key: HIVE-24818
> URL: https://issues.apache.org/jira/browse/HIVE-24818
> Project: Hive
>  Issue Type: Bug
>  Components: repl
>Reporter: Anurag Shekhar
>Assignee: Anurag Shekhar
>Priority: Major
>  Time Spent: 10m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (HIVE-24818) REPL LOAD (Bootstrap ) of views with partitions fails

2021-02-28 Thread ASF GitHub Bot (Jira)


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

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

> REPL LOAD (Bootstrap ) of views with partitions fails 
> --
>
> Key: HIVE-24818
> URL: https://issues.apache.org/jira/browse/HIVE-24818
> Project: Hive
>  Issue Type: Bug
>  Components: repl
>Reporter: Anurag Shekhar
>Assignee: Anurag Shekhar
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 10m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (HIVE-24416) Optimise HiveCharWritable::getStrippedValue

2021-02-28 Thread Jira


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

László Bodor updated HIVE-24416:

Fix Version/s: 4.0.0

> Optimise HiveCharWritable::getStrippedValue
> ---
>
> Key: HIVE-24416
> URL: https://issues.apache.org/jira/browse/HIVE-24416
> Project: Hive
>  Issue Type: Improvement
>Reporter: Rajesh Balamohan
>Assignee: László Bodor
>Priority: Major
>  Labels: pull-request-available
> Fix For: 4.0.0
>
> Attachments: Screenshot 2020-11-24 at 10.36.51 AM.png
>
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> !Screenshot 2020-11-24 at 10.36.51 AM.png|width=1126,height=404!
>  
> Multiple text conversions can be avoided in 
> HiveCharWritable::getStrippedValue for removing trailing spaces. 
>  
> https://github.com/apache/hive/blob/master/serde/src/java/org/apache/hadoop/hive/serde2/io/HiveCharWritable.java#L87
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Work logged] (HIVE-24416) Optimise HiveCharWritable::getStrippedValue

2021-02-28 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot logged work on HIVE-24416:
-

Author: ASF GitHub Bot
Created on: 01/Mar/21 07:07
Start Date: 01/Mar/21 07:07
Worklog Time Spent: 10m 
  Work Description: abstractdog merged pull request #1945:
URL: https://github.com/apache/hive/pull/1945


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 559232)
Time Spent: 40m  (was: 0.5h)

> Optimise HiveCharWritable::getStrippedValue
> ---
>
> Key: HIVE-24416
> URL: https://issues.apache.org/jira/browse/HIVE-24416
> Project: Hive
>  Issue Type: Improvement
>Reporter: Rajesh Balamohan
>Assignee: László Bodor
>Priority: Major
>  Labels: pull-request-available
> Attachments: Screenshot 2020-11-24 at 10.36.51 AM.png
>
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> !Screenshot 2020-11-24 at 10.36.51 AM.png|width=1126,height=404!
>  
> Multiple text conversions can be avoided in 
> HiveCharWritable::getStrippedValue for removing trailing spaces. 
>  
> https://github.com/apache/hive/blob/master/serde/src/java/org/apache/hadoop/hive/serde2/io/HiveCharWritable.java#L87
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Resolved] (HIVE-24416) Optimise HiveCharWritable::getStrippedValue

2021-02-28 Thread Jira


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

László Bodor resolved HIVE-24416.
-
Resolution: Fixed

> Optimise HiveCharWritable::getStrippedValue
> ---
>
> Key: HIVE-24416
> URL: https://issues.apache.org/jira/browse/HIVE-24416
> Project: Hive
>  Issue Type: Improvement
>Reporter: Rajesh Balamohan
>Assignee: László Bodor
>Priority: Major
>  Labels: pull-request-available
> Fix For: 4.0.0
>
> Attachments: Screenshot 2020-11-24 at 10.36.51 AM.png
>
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> !Screenshot 2020-11-24 at 10.36.51 AM.png|width=1126,height=404!
>  
> Multiple text conversions can be avoided in 
> HiveCharWritable::getStrippedValue for removing trailing spaces. 
>  
> https://github.com/apache/hive/blob/master/serde/src/java/org/apache/hadoop/hive/serde2/io/HiveCharWritable.java#L87
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (HIVE-24416) Optimise HiveCharWritable::getStrippedValue

2021-02-28 Thread Jira


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

László Bodor commented on HIVE-24416:
-

merged to master, thanks [~rajesh.balamohan] for the review

> Optimise HiveCharWritable::getStrippedValue
> ---
>
> Key: HIVE-24416
> URL: https://issues.apache.org/jira/browse/HIVE-24416
> Project: Hive
>  Issue Type: Improvement
>Reporter: Rajesh Balamohan
>Assignee: László Bodor
>Priority: Major
>  Labels: pull-request-available
> Attachments: Screenshot 2020-11-24 at 10.36.51 AM.png
>
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> !Screenshot 2020-11-24 at 10.36.51 AM.png|width=1126,height=404!
>  
> Multiple text conversions can be avoided in 
> HiveCharWritable::getStrippedValue for removing trailing spaces. 
>  
> https://github.com/apache/hive/blob/master/serde/src/java/org/apache/hadoop/hive/serde2/io/HiveCharWritable.java#L87
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Work logged] (HIVE-24834) Cannot add comment for kafka table

2021-02-28 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot logged work on HIVE-24834:
-

Author: ASF GitHub Bot
Created on: 01/Mar/21 07:02
Start Date: 01/Mar/21 07:02
Worklog Time Spent: 10m 
  Work Description: ChangjiGuo opened a new pull request #2028:
URL: https://github.com/apache/hive/pull/2028


   When using kafka-handler to create a kafka table, no matter whether the user 
specifies column comment or not, the comment will become 'from deserializer' 
when the 'show create table' command is used to view the table structure.
   jira: https://issues.apache.org/jira/browse/HIVE-24834



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 559230)
Time Spent: 50m  (was: 40m)

> Cannot add comment for kafka table
> --
>
> Key: HIVE-24834
> URL: https://issues.apache.org/jira/browse/HIVE-24834
> Project: Hive
>  Issue Type: Bug
>  Components: kafka integration
>Affects Versions: 2.3.7
>Reporter: ChangjiGuo
>Assignee: ChangjiGuo
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 50m
>  Remaining Estimate: 0h
>
> when using kafka-handler to create a kafka table, no matter whether the user 
> specifies column comment or not, the comment will become 'from deserializer' 
> when the 'show create table' command is used to view the table structure.
> You can refer to the following example:
> {code:sql}
> CREATE EXTERNAL TABLE `kafka_table`(
>   `id` string, 
>   `info` string comment 'comment 1', 
>   `jsoninfo` struct comment 'comment 2')
> ROW FORMAT SERDE 
>   'org.apache.hadoop.hive.kafka.KafkaSerDe' 
> STORED BY 
>   'org.apache.hadoop.hive.kafka.KafkaStorageHandler' 
> WITH SERDEPROPERTIES ( 
>   'serialization.format'='1')
> LOCATION
>   'hdfs://offlinehdfs/user/hive/warehouse/kafka_table'
> TBLPROPERTIES (
>   'properties.bootstrap.servers'='', 
>   'topic'=''
>   ..)
> {code}
> The result is as follows:
> {code:sql}
> CREATE EXTERNAL TABLE `kafka_table`(
>   `id` string COMMENT 'from deserializer', 
>   `info` string COMMENT 'from deserializer', 
>   `jsoninfo` struct COMMENT 'from deserializer', 
>   `__key` binary COMMENT 'from deserializer', 
>   `__partition` int COMMENT 'from deserializer', 
>   `__offset` bigint COMMENT 'from deserializer', 
>   `__timestamp` bigint COMMENT 'from deserializer')
> ROW FORMAT SERDE 
>   'org.apache.hadoop.hive.kafka.KafkaSerDe' 
> STORED BY 
>   'org.apache.hadoop.hive.kafka.KafkaStorageHandler' 
> WITH SERDEPROPERTIES ( 
>   'serialization.format'='1')
> LOCATION
>   'hdfs://offlinehdfs/user/hive/warehouse/kafka_table'
> TBLPROPERTIES (
>   ...)
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Work logged] (HIVE-24730) Shims classes override values from hive-site.xml and tez-site.xml silently

2021-02-28 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot logged work on HIVE-24730:
-

Author: ASF GitHub Bot
Created on: 01/Mar/21 07:01
Start Date: 01/Mar/21 07:01
Worklog Time Spent: 10m 
  Work Description: abstractdog commented on pull request #1941:
URL: https://github.com/apache/hive/pull/1941#issuecomment-787704534


   @mustafaiman : you had some comments on jira, could you please take a look 
at the commits if you're fine with those? if so, let's merge this



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 559229)
Time Spent: 1h 40m  (was: 1.5h)

> Shims classes override values from hive-site.xml and tez-site.xml silently
> --
>
> Key: HIVE-24730
> URL: https://issues.apache.org/jira/browse/HIVE-24730
> Project: Hive
>  Issue Type: Bug
>Reporter: László Bodor
>Assignee: László Bodor
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 1h 40m
>  Remaining Estimate: 0h
>
> Since HIVE-14887, 
> [Hadoop23Shims|https://github.com/apache/hive/blob/master/shims/0.23/src/main/java/org/apache/hadoop/hive/shims/Hadoop23Shims.java]
>  silently overrides e.g. hive.tez.container.size which is defined in 
> data/conf/hive/llap/hive-site.xml. This way, the developer will have no idea 
> about what happened after setting those values in the xml.
> My proposal: 
> 1. don't set those values, unless they contain the default value (e.g.: -1 
> for hive.tez.container.size)
> 2. put an INFO level log message about the override
> OR:
> put a comment in hive-site.xml and tez-site.xml files that shims override it 
> while creating a tez mini cluster



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Work logged] (HIVE-24723) Use ExecutorService in TezSessionPool

2021-02-28 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot logged work on HIVE-24723:
-

Author: ASF GitHub Bot
Created on: 01/Mar/21 06:55
Start Date: 01/Mar/21 06:55
Worklog Time Spent: 10m 
  Work Description: abstractdog commented on pull request #1939:
URL: https://github.com/apache/hive/pull/1939#issuecomment-787701232


   > @abstractdog Just the existing unit tests. I have some confidence in the 
unit testing because they did indeed fail on a couple of mistakes I made along 
the way.
   
   yeah, I haven't found issues, LGTM, I think it's safe to commit



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

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

> Use ExecutorService in TezSessionPool
> -
>
> Key: HIVE-24723
> URL: https://issues.apache.org/jira/browse/HIVE-24723
> Project: Hive
>  Issue Type: Improvement
>  Components: Tez
>Reporter: David Mollitor
>Assignee: David Mollitor
>Priority: Minor
>  Labels: pull-request-available
>  Time Spent: 2h 50m
>  Remaining Estimate: 0h
>
> Currently there are some wonky home-made thread pooling action going on in 
> {{TezSessionPool}}.  Replace it with some JDK/Guava goodness.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Work logged] (HIVE-24783) Store currentNotificationID on target during repl load operation

2021-02-28 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot logged work on HIVE-24783:
-

Author: ASF GitHub Bot
Created on: 01/Mar/21 04:58
Start Date: 01/Mar/21 04:58
Worklog Time Spent: 10m 
  Work Description: pkumarsinha commented on a change in pull request #2005:
URL: https://github.com/apache/hive/pull/2005#discussion_r584438654



##
File path: 
itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/parse/TestReplicationScenariosAcidTables.java
##
@@ -162,6 +164,37 @@ public void testAcidTablesBootstrap() throws Throwable {
 verifyInc2Load(replicatedDbName, inc2Dump.lastReplicationId);
   }
 
+  @Test
+  public void testNotificationFromLoadMetadataAck() throws Throwable{
+long previousLoadNotificationID = 0, currentLoadNotificationID, 
currentNotificationID;
+WarehouseInstance.Tuple bootstrapDump = primary.run("use " + primaryDbName)
+.run("CREATE TABLE t1(a string) STORED AS TEXTFILE")
+.dump(primaryDbName);
+replica.load(replicatedDbName, primaryDbName)
+.verifyResults(new String[] {});
+currentLoadNotificationID = fetchNotificationIDFromDump(new 
Path(bootstrapDump.dumpLocation));
+currentNotificationID = 
replica.getCurrentNotificationEventId().getEventId();
+assertTrue(currentLoadNotificationID > previousLoadNotificationID && 
currentNotificationID > currentLoadNotificationID);
+previousLoadNotificationID = currentLoadNotificationID;
+WarehouseInstance.Tuple incrementalDump1 = primary.run("insert into t1 
values (1)")
+.dump(primaryDbName);
+replica.load(replicatedDbName, primaryDbName)
+.verifyResults(new String[] {});
+currentLoadNotificationID = fetchNotificationIDFromDump(new 
Path(incrementalDump1.dumpLocation));
+currentNotificationID = 
replica.getCurrentNotificationEventId().getEventId();
+assertTrue(currentLoadNotificationID > previousLoadNotificationID && 
currentNotificationID > currentLoadNotificationID);
+  }
+
+  private long fetchNotificationIDFromDump(Path dumpLocation) throws Exception{
+Path loadMetadataFilePath = new Path(dumpLocation, 
ReplUtils.REPL_HIVE_BASE_DIR + "/" + ReplAck.LOAD_METADATA);

Review comment:
   Use File.separator in stead of /

##
File path: ql/src/java/org/apache/hadoop/hive/ql/exec/repl/AckTask.java
##
@@ -43,6 +43,9 @@
   @Override
   public int execute() {
 try {
+  for( preAckTask task : work.getPreAckTasks() ){

Review comment:
   Format line:   for( preAckTask task : work.getPreAckTasks() ){
  => for (preAckTask task : work.getPreAckTasks()) { ?


##
File path: ql/src/java/org/apache/hadoop/hive/ql/exec/repl/ReplLoadTask.java
##
@@ -500,11 +503,25 @@ private void dropTablesExcludedInReplScope(ReplScope 
replScope) throws HiveExcep
   }
 
   private void createReplLoadCompleteAckTask() {
-if ((work.isIncrementalLoad() && 
!work.incrementalLoadTasksBuilder().hasMoreWork() && 
!work.hasBootstrapLoadTasks())
-|| (!work.isIncrementalLoad() && !work.hasBootstrapLoadTasks())) {
+if (!work.hasBootstrapLoadTasks() && (work.isIncrementalLoad() ? 
!work.incrementalLoadTasksBuilder().hasMoreWork() : true)){
   //All repl load tasks are executed and status is 0, create the task to 
add the acknowledgement
+  List listOfPreAckTasks = new LinkedList<>();
+  listOfPreAckTasks.add(new Runnable() {
+@Override
+public void run() {
+  try{
+HiveMetaStoreClient metaStoreClient = new 
HiveMetaStoreClient(conf);
+long currentNotificationID = 
metaStoreClient.getCurrentNotificationEventId().getEventId();
+Path notificationFilePath = new Path(work.dumpDirectory, 
LOAD_METADATA.toString());
+Utils.writeOutput(String.valueOf(currentNotificationID), 
notificationFilePath, conf);
+LOG.info("Created NotificationACK file : {} with NotificationID : 
{}", notificationFilePath, currentNotificationID);
+  }catch (Exception e) {

Review comment:
   nit: format the code, it would fix the check-style issues like the above

##
File path: ql/src/java/org/apache/hadoop/hive/ql/exec/repl/ReplLoadTask.java
##
@@ -664,3 +678,7 @@ private int executeIncrementalLoad() throws Exception {
 return 0;
   }
 }
+
+interface preAckTask{

Review comment:
   Move this to AckTask, Fix interface name

##
File path: ql/src/java/org/apache/hadoop/hive/ql/exec/repl/ReplLoadTask.java
##
@@ -500,11 +503,22 @@ private void dropTablesExcludedInReplScope(ReplScope 
replScope) throws HiveExcep
   }
 
   private void createReplLoadCompleteAckTask() {
-if ((work.isIncrementalLoad() && 
!work.incrementalLoadTasksBuilder().hasMoreWork() && 

[jira] [Resolved] (HIVE-24750) Create a single copy task for external tables within default DB location

2021-02-28 Thread Pravin Sinha (Jira)


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

Pravin Sinha resolved HIVE-24750.
-
Resolution: Fixed

> Create a single copy task for external tables within default DB location
> 
>
> Key: HIVE-24750
> URL: https://issues.apache.org/jira/browse/HIVE-24750
> Project: Hive
>  Issue Type: Improvement
>Reporter: Ayush Saxena
>Assignee: Ayush Saxena
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 1h
>  Remaining Estimate: 0h
>
> Presently we create single task for each table, but for the tables within 
> default DB location, we can copy the DB location in one task.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (HIVE-24750) Create a single copy task for external tables within default DB location

2021-02-28 Thread Pravin Sinha (Jira)


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

Pravin Sinha commented on HIVE-24750:
-

Committed to master.
Thank you for the patch, [~ayushtkn]

> Create a single copy task for external tables within default DB location
> 
>
> Key: HIVE-24750
> URL: https://issues.apache.org/jira/browse/HIVE-24750
> Project: Hive
>  Issue Type: Improvement
>Reporter: Ayush Saxena
>Assignee: Ayush Saxena
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 1h
>  Remaining Estimate: 0h
>
> Presently we create single task for each table, but for the tables within 
> default DB location, we can copy the DB location in one task.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Work logged] (HIVE-24750) Create a single copy task for external tables within default DB location

2021-02-28 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot logged work on HIVE-24750:
-

Author: ASF GitHub Bot
Created on: 01/Mar/21 00:45
Start Date: 01/Mar/21 00:45
Worklog Time Spent: 10m 
  Work Description: pkumarsinha merged pull request #1954:
URL: https://github.com/apache/hive/pull/1954


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

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

> Create a single copy task for external tables within default DB location
> 
>
> Key: HIVE-24750
> URL: https://issues.apache.org/jira/browse/HIVE-24750
> Project: Hive
>  Issue Type: Improvement
>Reporter: Ayush Saxena
>Assignee: Ayush Saxena
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 1h
>  Remaining Estimate: 0h
>
> Presently we create single task for each table, but for the tables within 
> default DB location, we can copy the DB location in one task.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Work logged] (HIVE-24752) Returned operation's drilldown link may be broken

2021-02-28 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot logged work on HIVE-24752:
-

Author: ASF GitHub Bot
Created on: 28/Feb/21 14:23
Start Date: 28/Feb/21 14:23
Worklog Time Spent: 10m 
  Work Description: dengzhhu653 commented on pull request #1958:
URL: https://github.com/apache/hive/pull/1958#issuecomment-787460314


   > Please unsubscribe me
   > […](#)
   > On Tue, Feb 16, 2021, 5:49 PM dengzh ***@***.*** wrote: @kgyrtkirk 
 @belugabehr  
could you please take a look? thanks... — You are receiving this because you 
are subscribed to this thread. Reply to this email directly, view it on GitHub 
<[#1958 
(comment)](https://github.com/apache/hive/pull/1958#issuecomment-779801254)>, 
or unsubscribe 

 .
   
   Hey @searlapati , are you mean unsubscribing to the mailing lists? Please 
send an empty email to: user-unsubscr...@hive.apache.org for unsubscribing 
yourself. 
   https://hive.apache.org/mailing_lists.html
   
   Thanks, Zhihua Deng



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

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

> Returned operation's drilldown link may be broken
> -
>
> Key: HIVE-24752
> URL: https://issues.apache.org/jira/browse/HIVE-24752
> Project: Hive
>  Issue Type: Improvement
>  Components: HiveServer2
>Affects Versions: 4.0.0
>Reporter: Zhihua Deng
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 2h 50m
>  Remaining Estimate: 0h
>
> Since HIVE-23625, the path spec for the query page has changed from 
> _query_page_ to _query_page.html_,
> {code:java}
> webServer.addServlet("query_page", "/query_page.html", 
> QueryProfileServlet.class);{code}
> the drilldown link of the operation returned may be broken if 
> hive.server2.show.operation.drilldown.link is enabled...



--
This message was sent by Atlassian Jira
(v8.3.4#803005)