[
https://issues.apache.org/jira/browse/HIVE-16243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Arthas updated HIVE-16243:
--------------------------
Description:
Can't find disruptor, but i can find disruptor in my repository lib.
so add text in pom.xml
---------------------------------------------
<dependencies>
<!-- dependencies are always listed in sorted order by groupId,
artifectId -->
<!-- global dependencies -->
<!-- https://mvnrepository.com/artifact/com.lmax/disruptor -->
<dependency>
<groupId>com.lmax</groupId>
<artifactId>disruptor</artifactId>
<version>3.3.0</version>
</dependency>
</dependencies>
3.3.0 or ${disruptor.version}
was:
Can't find disruptor, but i can find disruptor in my repository lib.
so add text in pom.xml
---------------------------------------------
<dependencies>
<!-- dependencies are always listed in sorted order by groupId,
artifectId -->
<!-- global dependencies -->
<!-- https://mvnrepository.com/artifact/com.lmax/disruptor -->
<dependency>
<groupId>com.lmax</groupId>
<artifactId>disruptor</artifactId>
<version>3.3.0</version>
</dependency>
</dependencies>
3.3.3 or ${disruptor.version}
> Can't find disruptor
> --------------------
>
> Key: HIVE-16243
> URL: https://issues.apache.org/jira/browse/HIVE-16243
> Project: Hive
> Issue Type: Bug
> Components: Configuration
> Affects Versions: 2.1.1
> Environment: Centos 7, java8
> Reporter: Arthas
> Assignee: Arthas
>
> Can't find disruptor, but i can find disruptor in my repository lib.
> so add text in pom.xml
> ---------------------------------------------
> <dependencies>
> <!-- dependencies are always listed in sorted order by groupId,
> artifectId -->
> <!-- global dependencies -->
>
> <!-- https://mvnrepository.com/artifact/com.lmax/disruptor -->
> <dependency>
> <groupId>com.lmax</groupId>
> <artifactId>disruptor</artifactId>
> <version>3.3.0</version>
> </dependency>
>
> </dependencies>
> 3.3.0 or ${disruptor.version}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)