[
https://issues.apache.org/jira/browse/HIVE-25423?focusedWorklogId=635415&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-635415
]
ASF GitHub Bot logged work on HIVE-25423:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 06/Aug/21 17:50
Start Date: 06/Aug/21 17:50
Worklog Time Spent: 10m
Work Description: saihemanth-cloudera commented on a change in pull
request #2559:
URL: https://github.com/apache/hive/pull/2559#discussion_r684407471
##########
File path: itests/qtest/pom.xml
##########
@@ -477,6 +477,23 @@
</profiles>
<build>
<plugins>
+ <plugin>
+ <groupId>com.googlecode.maven-download-plugin</groupId>
+ <artifactId>download-maven-plugin</artifactId>
+ <version>1.3.0</version>
+ <executions>
+ <execution>
+ <phase>generate-sources</phase>
+ <goals>
+ <goal>wget</goal>
+ </goals>
+ <configuration>
+
<url>http://downloads.mariadb.com/Connectors/java/connector-java-2.2.0/mariadb-java-client-2.2.0.jar</url>
+ <outputFileName>mariadb-java-client-2.2.0.jar</outputFileName>
Review comment:
I think it would be nice to not hard-code the versions of connectors.
Can we use place holders instead? check above on how we manage versions for
dependencies.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 635415)
Time Spent: 1h (was: 50m)
> Add new test driver to automatically launch and load external database
> ----------------------------------------------------------------------
>
> Key: HIVE-25423
> URL: https://issues.apache.org/jira/browse/HIVE-25423
> Project: Hive
> Issue Type: Test
> Components: Testing Infrastructure, Tests
> Affects Versions: 3.1.2
> Reporter: Dantong Dong
> Assignee: Dantong Dong
> Priority: Major
> Labels: pull-request-available
> Attachments: Screen Shot 2021-08-04 at 2.32.35 PM.png
>
> Time Spent: 1h
> Remaining Estimate: 0h
>
> Add new test driver(TestMiniLlapExtDBCliDriver) to automatically launch and
> load external database with specified custom script during test. This Issue
> was originated from HIVE-24396. Will add docs later
> !Screen Shot 2021-08-04 at 2.32.35 PM.png|width=500,height=262!
--
This message was sent by Atlassian Jira
(v8.3.4#803005)