[jira] [Work logged] (HIVE-23989) Read isMetastoreRemote flag from system var in StartMiniHS2Cluster

2020-10-11 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot logged work on HIVE-23989:
-

Author: ASF GitHub Bot
Created on: 12/Oct/20 00:55
Start Date: 12/Oct/20 00:55
Worklog Time Spent: 10m 
  Work Description: github-actions[bot] closed pull request #1360:
URL: https://github.com/apache/hive/pull/1360


   



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: 499127)
Time Spent: 40m  (was: 0.5h)

> Read isMetastoreRemote flag from system var in StartMiniHS2Cluster
> --
>
> Key: HIVE-23989
> URL: https://issues.apache.org/jira/browse/HIVE-23989
> Project: Hive
>  Issue Type: Improvement
>  Components: HiveServer2
>Reporter: Sumeet
>Assignee: Sumeet
>Priority: Minor
>  Labels: pull-request-available
> Fix For: 4.0.0
>
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> *Problem:*
> In order to access ACID tables created using MiniHS2, spark-acid requires to 
> access the same HMS which MiniHS2 uses. 
> In StartMiniHS2Cluster, while initializing MiniHS2, isMetastoreRemote is set 
> to false. 
> Hence the metastore cannot be accessed from Spark or any other application 
> per se. 
> Due to this limitation, spark-acid cannot be tested on ACID tables created 
> using MiniHS2.
> *Proposed Solution:*
> Read miniHS2.isMetastoreRemote from env variable with default value of false.
> *Benefit:*
> This will enable testing spark-acid locally with MiniHS2 and may help in 
> reducing the test-dev cycle for spark-acid.



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


[jira] [Work logged] (HIVE-23989) Read isMetastoreRemote flag from system var in StartMiniHS2Cluster

2020-10-04 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot logged work on HIVE-23989:
-

Author: ASF GitHub Bot
Created on: 05/Oct/20 00:52
Start Date: 05/Oct/20 00:52
Worklog Time Spent: 10m 
  Work Description: github-actions[bot] commented on pull request #1360:
URL: https://github.com/apache/hive/pull/1360#issuecomment-703342968


   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.



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: 495142)
Time Spent: 0.5h  (was: 20m)

> Read isMetastoreRemote flag from system var in StartMiniHS2Cluster
> --
>
> Key: HIVE-23989
> URL: https://issues.apache.org/jira/browse/HIVE-23989
> Project: Hive
>  Issue Type: Improvement
>  Components: HiveServer2
>Reporter: Sumeet
>Assignee: Sumeet
>Priority: Minor
>  Labels: pull-request-available
> Fix For: 4.0.0
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> *Problem:*
> In order to access ACID tables created using MiniHS2, spark-acid requires to 
> access the same HMS which MiniHS2 uses. 
> In StartMiniHS2Cluster, while initializing MiniHS2, isMetastoreRemote is set 
> to false. 
> Hence the metastore cannot be accessed from Spark or any other application 
> per se. 
> Due to this limitation, spark-acid cannot be tested on ACID tables created 
> using MiniHS2.
> *Proposed Solution:*
> Read miniHS2.isMetastoreRemote from env variable with default value of false.
> *Benefit:*
> This will enable testing spark-acid locally with MiniHS2 and may help in 
> reducing the test-dev cycle for spark-acid.



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


[jira] [Work logged] (HIVE-23989) Read isMetastoreRemote flag from system var in StartMiniHS2Cluster

2020-08-05 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot logged work on HIVE-23989:
-

Author: ASF GitHub Bot
Created on: 05/Aug/20 20:04
Start Date: 05/Aug/20 20:04
Worklog Time Spent: 10m 
  Work Description: nrg4878 commented on pull request #1360:
URL: https://github.com/apache/hive/pull/1360#issuecomment-669470922


   change has been committed. Thank you for the patch @sumeetgajjar 



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: 466959)
Time Spent: 20m  (was: 10m)

> Read isMetastoreRemote flag from system var in StartMiniHS2Cluster
> --
>
> Key: HIVE-23989
> URL: https://issues.apache.org/jira/browse/HIVE-23989
> Project: Hive
>  Issue Type: Improvement
>  Components: HiveServer2
>Reporter: Sumeet
>Assignee: Sumeet
>Priority: Minor
>  Labels: pull-request-available
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> *Problem:*
> In order to access ACID tables created using MiniHS2, spark-acid requires to 
> access the same HMS which MiniHS2 uses. 
> In StartMiniHS2Cluster, while initializing MiniHS2, isMetastoreRemote is set 
> to false. 
> Hence the metastore cannot be accessed from Spark or any other application 
> per se. 
> Due to this limitation, spark-acid cannot be tested on ACID tables created 
> using MiniHS2.
> *Proposed Solution:*
> Read miniHS2.isMetastoreRemote from env variable with default value of false.
> *Benefit:*
> This will enable testing spark-acid locally with MiniHS2 and may help in 
> reducing the test-dev cycle for spark-acid.



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


[jira] [Work logged] (HIVE-23989) Read isMetastoreRemote flag from system var in StartMiniHS2Cluster

2020-08-04 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot logged work on HIVE-23989:
-

Author: ASF GitHub Bot
Created on: 04/Aug/20 19:39
Start Date: 04/Aug/20 19:39
Worklog Time Spent: 10m 
  Work Description: sumeetgajjar opened a new pull request #1360:
URL: https://github.com/apache/hive/pull/1360


   
   
   
   
   ### What changes were proposed in this pull request?
   Read isMetastoreRemote flag from system var when running testRunCluster test 
in StartMiniS2Cluster.java
   
   
   
   
   ### Why are the changes needed?
   In order to access ACID tables created using MiniHS2, spark-acid requires to 
access the same HMS which MiniHS2 uses. 
   In StartMiniHS2Cluster, while initializing MiniHS2, isMetastoreRemote is set 
to false. 
   Hence the metastore cannot be accessed from Spark or any other application 
per se. 
   Due to this limitation, spark-acid cannot be tested on ACID tables created 
using MiniHS2.
   
   
   
   ### Does this PR introduce _any_ user-facing change?
   No
   
   
   
   ### How was this patch tested?
   Ran the test locally with `-DminiHS2.isMetastoreRemote=true` flag. 
   
   



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: 466414)
Remaining Estimate: 0h
Time Spent: 10m

> Read isMetastoreRemote flag from system var in StartMiniHS2Cluster
> --
>
> Key: HIVE-23989
> URL: https://issues.apache.org/jira/browse/HIVE-23989
> Project: Hive
>  Issue Type: Improvement
>  Components: HiveServer2
>Reporter: Sumeet
>Assignee: Sumeet
>Priority: Minor
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> *Problem:*
> In order to access ACID tables created using MiniHS2, spark-acid requires to 
> access the same HMS which MiniHS2 uses. 
> In StartMiniHS2Cluster, while initializing MiniHS2, isMetastoreRemote is set 
> to false. 
> Hence the metastore cannot be accessed from Spark or any other application 
> per se. 
> Due to this limitation, spark-acid cannot be tested on ACID tables created 
> using MiniHS2.
> *Proposed Solution:*
> Read miniHS2.isMetastoreRemote from env variable with default value of false.
> *Benefit:*
> This will enable testing spark-acid locally with MiniHS2 and may help in 
> reducing the test-dev cycle for spark-acid.



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