[
https://issues.apache.org/jira/browse/HIVE-18196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16277458#comment-16277458
]
slim bouguerra commented on HIVE-18196:
---------------------------------------
[~prasanth_j] [~gopalv] [~thejas] one major thing to call out here is the
update of Jersey from 1.14 to 1.19.
Druid is using 1.19.3 and Hadoop is using 1.19, that is why I picked this
version that seems working for both.
This concerns the following libs
{code}
<dependency>
<groupId>com.sun.jersey</groupId>
<artifactId>jersey-core</artifactId>
<version>${jersey.version}</version>
</dependency>
<dependency>
<groupId>com.sun.jersey</groupId>
<artifactId>jersey-json</artifactId>
<version>${jersey.version}</version>
</dependency>
<dependency>
<groupId>com.sun.jersey</groupId>
<artifactId>jersey-server</artifactId>
<version>${jersey.version}</version>
</dependency>
{code}
> Druid Mini Cluster to run Qtests integrations tests.
> ----------------------------------------------------
>
> Key: HIVE-18196
> URL: https://issues.apache.org/jira/browse/HIVE-18196
> Project: Hive
> Issue Type: Bug
> Reporter: slim bouguerra
> Assignee: Ashutosh Chauhan
> Attachments: HIVE-18196.10.patch, HIVE-18196.11.patch,
> HIVE-18196.2.patch, HIVE-18196.3.patch, HIVE-18196.4.patch,
> HIVE-18196.5.patch, HIVE-18196.6.patch, HIVE-18196.7.patch,
> HIVE-18196.8.patch, HIVE-18196.patch
>
>
> The overall Goal of this is to add a new Module that can fork a druid cluster
> to run integration testing as part of the Mini Clusters Qtest suite.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)