[jira] [Commented] (OMID-250) Remove duplicate declarations of hadoop-hdfs-client dependency in pom.xml

2023-12-14 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/OMID-250?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17796821#comment-17796821
 ] 

ASF GitHub Bot commented on OMID-250:
-

chrajeshbabu merged PR #150:
URL: https://github.com/apache/phoenix-omid/pull/150




> Remove duplicate declarations of hadoop-hdfs-client dependency in pom.xml
> -
>
> Key: OMID-250
> URL: https://issues.apache.org/jira/browse/OMID-250
> Project: Phoenix Omid
>  Issue Type: Bug
>Reporter: Rajeshbabu Chintaguntla
>Assignee: Rajeshbabu Chintaguntla
>Priority: Trivial
> Fix For: 1.1.1
>
>
> hadoop-hdfs-client dependency is declared two times in main pom.
> {noformat}
>             
>                 org.apache.hadoop
>                 hadoop-hdfs-client
>                 ${hadoop.version}
>             
>             
>                 org.apache.hadoop
>                 hadoop-hdfs-client
>                 ${hadoop.version}
>             
> {noformat}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (OMID-250) Remove duplicate declarations of hadoop-hdfs-client dependency in pom.xml

2023-12-14 Thread Anchal Kejriwal (Jira)


[ 
https://issues.apache.org/jira/browse/OMID-250?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17796817#comment-17796817
 ] 

Anchal Kejriwal commented on OMID-250:
--

[~rajeshbabu] Thanks for suggestion , it's updated now.

> Remove duplicate declarations of hadoop-hdfs-client dependency in pom.xml
> -
>
> Key: OMID-250
> URL: https://issues.apache.org/jira/browse/OMID-250
> Project: Phoenix Omid
>  Issue Type: Bug
>Reporter: Rajeshbabu Chintaguntla
>Assignee: Rajeshbabu Chintaguntla
>Priority: Trivial
> Fix For: 1.1.1
>
>
> hadoop-hdfs-client dependency is declared two times in main pom.
> {noformat}
>             
>                 org.apache.hadoop
>                 hadoop-hdfs-client
>                 ${hadoop.version}
>             
>             
>                 org.apache.hadoop
>                 hadoop-hdfs-client
>                 ${hadoop.version}
>             
> {noformat}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (OMID-250) Remove duplicate declarations of hadoop-hdfs-client dependency in pom.xml

2023-12-14 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/OMID-250?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17796813#comment-17796813
 ] 

ASF GitHub Bot commented on OMID-250:
-

chrajeshbabu commented on PR #150:
URL: https://github.com/apache/phoenix-omid/pull/150#issuecomment-1856136145

   @anchal246 thanks for the patch.
   
   Nit. Could you please update the commit message as for the convention 
mentioned here
   https://phoenix.apache.org/contributing.html
   
   The commit message should reference the jira ticket issue (which has the 
format PHOENIX-{NUMBER}:{JIRA-TITLE}).




> Remove duplicate declarations of hadoop-hdfs-client dependency in pom.xml
> -
>
> Key: OMID-250
> URL: https://issues.apache.org/jira/browse/OMID-250
> Project: Phoenix Omid
>  Issue Type: Bug
>Reporter: Rajeshbabu Chintaguntla
>Assignee: Rajeshbabu Chintaguntla
>Priority: Trivial
> Fix For: 1.1.1
>
>
> hadoop-hdfs-client dependency is declared two times in main pom.
> {noformat}
>             
>                 org.apache.hadoop
>                 hadoop-hdfs-client
>                 ${hadoop.version}
>             
>             
>                 org.apache.hadoop
>                 hadoop-hdfs-client
>                 ${hadoop.version}
>             
> {noformat}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (OMID-250) Remove duplicate declarations of hadoop-hdfs-client dependency in pom.xml

2023-12-14 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/OMID-250?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17796788#comment-17796788
 ] 

ASF GitHub Bot commented on OMID-250:
-

anchal246 opened a new pull request, #150:
URL: https://github.com/apache/phoenix-omid/pull/150

   …client dependency in pom.xml




> Remove duplicate declarations of hadoop-hdfs-client dependency in pom.xml
> -
>
> Key: OMID-250
> URL: https://issues.apache.org/jira/browse/OMID-250
> Project: Phoenix Omid
>  Issue Type: Bug
>Reporter: Rajeshbabu Chintaguntla
>Assignee: Rajeshbabu Chintaguntla
>Priority: Trivial
> Fix For: 1.1.1
>
>
> hadoop-hdfs-client dependency is declared two times in main pom.
> {noformat}
>             
>                 org.apache.hadoop
>                 hadoop-hdfs-client
>                 ${hadoop.version}
>             
>             
>                 org.apache.hadoop
>                 hadoop-hdfs-client
>                 ${hadoop.version}
>             
> {noformat}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (OMID-250) Remove duplicate declarations of hadoop-hdfs-client dependency in pom.xml

2023-12-07 Thread Anchal Kejriwal (Jira)


[ 
https://issues.apache.org/jira/browse/OMID-250?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17794208#comment-17794208
 ] 

Anchal Kejriwal commented on OMID-250:
--

Hi [~rajeshbabu]  I'm interested to contribute .Could you please assign it to 
me.

> Remove duplicate declarations of hadoop-hdfs-client dependency in pom.xml
> -
>
> Key: OMID-250
> URL: https://issues.apache.org/jira/browse/OMID-250
> Project: Phoenix Omid
>  Issue Type: Bug
>Reporter: Rajeshbabu Chintaguntla
>Assignee: Rajeshbabu Chintaguntla
>Priority: Trivial
> Fix For: 1.1.1
>
>
> hadoop-hdfs-client dependency is declared two times in main pom.
> {noformat}
>             
>                 org.apache.hadoop
>                 hadoop-hdfs-client
>                 ${hadoop.version}
>             
>             
>                 org.apache.hadoop
>                 hadoop-hdfs-client
>                 ${hadoop.version}
>             
> {noformat}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (OMID-250) Remove duplicate declarations of hadoop-hdfs-client dependency in pom.xml

2023-12-04 Thread Rajeshbabu Chintaguntla (Jira)


[ 
https://issues.apache.org/jira/browse/OMID-250?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17793154#comment-17793154
 ] 

Rajeshbabu Chintaguntla commented on OMID-250:
--

It's trivial change [~anchalk1] is interested to contribute.

> Remove duplicate declarations of hadoop-hdfs-client dependency in pom.xml
> -
>
> Key: OMID-250
> URL: https://issues.apache.org/jira/browse/OMID-250
> Project: Phoenix Omid
>  Issue Type: Bug
>Reporter: Rajeshbabu Chintaguntla
>Assignee: Rajeshbabu Chintaguntla
>Priority: Major
> Fix For: 1.1.1
>
>
> hadoop-hdfs-client dependency is declared two times in main pom.
> {noformat}
>             
>                 org.apache.hadoop
>                 hadoop-hdfs-client
>                 ${hadoop.version}
>             
>             
>                 org.apache.hadoop
>                 hadoop-hdfs-client
>                 ${hadoop.version}
>             
> {noformat}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)