You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Lars Hofhansl (Jira)" <ji...@apache.org> on 2021/12/21 17:56:00 UTC

[jira] [Updated] (TEPHRA-319) HBase 2.4 is missing from Tephra-Distribution

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

Lars Hofhansl updated TEPHRA-319:
---------------------------------
    Description: 
Just needs this:
{code}
diff --git a/tephra-distribution/pom.xml b/tephra-distribution/pom.xml
index 6a9494e2..1f192c3d 100644
— a/tephra-distribution/pom.xml
+++ b/tephra-distribution/pom.xml
@@ -97,6 +97,11 @@
<artifactId>tephra-hbase-compat-2.3</artifactId>
<version>${project.version}</version>
</dependency>
+    <dependency>
+      <groupId>org.apache.tephra</groupId>
+      <artifactId>tephra-hbase-compat-2.4</artifactId>
+      <version>${project.version}</version>
+    </dependency>
</dependencies>

<build>
{code}

  was:
Just needs this:

diff --git a/tephra-distribution/pom.xml b/tephra-distribution/pom.xml
index 6a9494e2..1f192c3d 100644
--- a/tephra-distribution/pom.xml
+++ b/tephra-distribution/pom.xml
@@ -97,6 +97,11 @@
<artifactId>tephra-hbase-compat-2.3</artifactId>
<version>${project.version}</version>
</dependency>
+    <dependency>
+      <groupId>org.apache.tephra</groupId>
+      <artifactId>tephra-hbase-compat-2.4</artifactId>
+      <version>${project.version}</version>
+    </dependency>
</dependencies>

<build>


> HBase 2.4 is missing from Tephra-Distribution
> ---------------------------------------------
>
>                 Key: TEPHRA-319
>                 URL: https://issues.apache.org/jira/browse/TEPHRA-319
>             Project: Phoenix Tephra
>          Issue Type: Bug
>    Affects Versions: 0.16.1
>            Reporter: Lars Hofhansl
>            Assignee: Poorna Chandra
>            Priority: Major
>
> Just needs this:
> {code}
> diff --git a/tephra-distribution/pom.xml b/tephra-distribution/pom.xml
> index 6a9494e2..1f192c3d 100644
> — a/tephra-distribution/pom.xml
> +++ b/tephra-distribution/pom.xml
> @@ -97,6 +97,11 @@
> <artifactId>tephra-hbase-compat-2.3</artifactId>
> <version>${project.version}</version>
> </dependency>
> +    <dependency>
> +      <groupId>org.apache.tephra</groupId>
> +      <artifactId>tephra-hbase-compat-2.4</artifactId>
> +      <version>${project.version}</version>
> +    </dependency>
> </dependencies>
> <build>
> {code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)