[jira] [Commented] (DRILL-8107) Hadoop2 backport Maven profile

2022-01-16 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/DRILL-8107?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17476823#comment-17476823
 ] 

ASF GitHub Bot commented on DRILL-8107:
---

vvysotskyi commented on a change in pull request #2429:
URL: https://github.com/apache/drill/pull/2429#discussion_r785462370



##
File path: exec/jdbc-all/pom.xml
##
@@ -874,6 +874,42 @@
 
   
 
+
+  hadoop-2
+  
+  
+
+  org.apache.maven.plugins
+  maven-enforcer-plugin
+  
+
+  enforce-jdbc-jar-compactness
+  
+enforce
+  
+  verify
+  
+
+  
+
+  The file drill-jdbc-all-${project.version}.jar is 
outside the expected size range.
+  This is likely due to you adding new dependencies to a 
java-exec and not updating the excludes in this module. This is important as it 
minimizes the size of the dependency of Drill application users.
+
+4760

Review comment:
   If plugin configs have only different `maxsize`, you can define it as a 
property and set that property value in the profile instead of providing plugin 
configs.




-- 
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: dev-unsubscr...@drill.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Hadoop2 backport Maven profile
> --
>
> Key: DRILL-8107
> URL: https://issues.apache.org/jira/browse/DRILL-8107
> Project: Apache Drill
>  Issue Type: New Feature
>  Components: Storage - HDF5, Tools, Build & Test
>Affects Versions: 1.19.0
>Reporter: Vitalii Diravka
>Assignee: Vitalii Diravka
>Priority: Major
>
> Some Drill clients are stuck on the old Hadoop2 cluster version. To run the 
> latest version of Drill, need to add a Maven profile to build Drill for that 
> environment.



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


[jira] [Commented] (DRILL-8107) Hadoop2 backport Maven profile

2022-01-16 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/DRILL-8107?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17476822#comment-17476822
 ] 

ASF GitHub Bot commented on DRILL-8107:
---

cgivre commented on pull request #2429:
URL: https://github.com/apache/drill/pull/2429#issuecomment-1013901708


   @vdiravka Thanks for submitting this.  Would you mind showing exactly what 
someone has to do to build Drill with Hadoop 2 in the docs?  Like the exact 
Maven command?
   Thanks!
   


-- 
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: dev-unsubscr...@drill.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Hadoop2 backport Maven profile
> --
>
> Key: DRILL-8107
> URL: https://issues.apache.org/jira/browse/DRILL-8107
> Project: Apache Drill
>  Issue Type: New Feature
>  Components: Storage - HDF5, Tools, Build & Test
>Affects Versions: 1.19.0
>Reporter: Vitalii Diravka
>Assignee: Vitalii Diravka
>Priority: Major
>
> Some Drill clients are stuck on the old Hadoop2 cluster version. To run the 
> latest version of Drill, need to add a Maven profile to build Drill for that 
> environment.



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


[jira] [Commented] (DRILL-8107) Hadoop2 backport Maven profile

2022-01-16 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/DRILL-8107?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17476819#comment-17476819
 ] 

ASF GitHub Bot commented on DRILL-8107:
---

vdiravka opened a new pull request #2429:
URL: https://github.com/apache/drill/pull/2429


   - Adding new profile along with needed dependencies and their exclusions
   - Increase jdbc-all jar file size for hadoop-2 profile
   - Patch Guava Futures addCallback
   
   # [DRILL-8107](https://issues.apache.org/jira/browse/DRILL-8107): Hadoop2 
backport Maven profile
   
   ## Description
   
   Some Drill clients are stuck on the old Hadoop2 cluster version. To run the 
latest version of Drill, need to add a Maven profile to build Drill for that 
environment.
   
   ## Documentation
   Just enable `hadoop-2` Maven profile to build Hadoop2 compatible distribution
   
   ## Testing
   All unit tests pass with enabled `hadoop-2` profile
   


-- 
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: dev-unsubscr...@drill.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Hadoop2 backport Maven profile
> --
>
> Key: DRILL-8107
> URL: https://issues.apache.org/jira/browse/DRILL-8107
> Project: Apache Drill
>  Issue Type: New Feature
>  Components: Storage - HDF5, Tools, Build & Test
>Affects Versions: 1.19.0
>Reporter: Vitalii Diravka
>Assignee: Vitalii Diravka
>Priority: Major
>
> Some Drill clients are stuck on the old Hadoop2 cluster version. To run the 
> latest version of Drill, need to add a Maven profile to build Drill for that 
> environment.



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


[jira] [Updated] (DRILL-8107) Hadoop2 backport Maven profile

2022-01-16 Thread Vitalii Diravka (Jira)


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

Vitalii Diravka updated DRILL-8107:
---
Summary: Hadoop2 backport Maven profile  (was: Haddop2 backport Maven 
profile)

> Hadoop2 backport Maven profile
> --
>
> Key: DRILL-8107
> URL: https://issues.apache.org/jira/browse/DRILL-8107
> Project: Apache Drill
>  Issue Type: New Feature
>  Components: Storage - HDF5, Tools, Build & Test
>Affects Versions: 1.19.0
>Reporter: Vitalii Diravka
>Assignee: Vitalii Diravka
>Priority: Major
>
> Some Drill clients are stuck on the old Hadoop2 cluster version. To run the 
> latest version of Drill, need to add a Maven profile to build Drill for that 
> environment.



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


[jira] [Resolved] (DRILL-63) Use Phoenix for HBase query execution and storage

2022-01-16 Thread Vitalii Diravka (Jira)


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

Vitalii Diravka resolved DRILL-63.
--
Resolution: Duplicate

> Use Phoenix for HBase query execution and storage
> -
>
> Key: DRILL-63
> URL: https://issues.apache.org/jira/browse/DRILL-63
> Project: Apache Drill
>  Issue Type: New Feature
>Reporter: James Taylor
>Priority: Major
> Fix For: Future
>
>
> Phoenix (https://github.com/forcedotcom/phoenix) already speaks SQL and can 
> execute a distributed query plan. I'd be happy to volunteer plugging it for 
> storage/query execution.



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


[jira] [Resolved] (DRILL-7863) Add Storage Plugin for Apache Phoenix

2022-01-16 Thread Vitalii Diravka (Jira)


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

Vitalii Diravka resolved DRILL-7863.

Resolution: Fixed

> Add Storage Plugin for Apache Phoenix
> -
>
> Key: DRILL-7863
> URL: https://issues.apache.org/jira/browse/DRILL-7863
> Project: Apache Drill
>  Issue Type: New Feature
>  Components: Storage - Other
>Reporter: Cong Luo
>Assignee: Cong Luo
>Priority: Major
>
> There is a to-do list :
>  # MVP on EVF.
>  # Security Authentication.
>  # Support both the thin(PQS) and fat(ZK) driver.
>  # Compatibility with phoenix 4.x and 5.x.
>  # Shaded dependencies.



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


[jira] [Commented] (DRILL-8108) Excel Reader Fails with Duplicate Columns

2022-01-16 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/DRILL-8108?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17476780#comment-17476780
 ] 

ASF GitHub Bot commented on DRILL-8108:
---

cgivre merged pull request #2428:
URL: https://github.com/apache/drill/pull/2428


   


-- 
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: dev-unsubscr...@drill.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Excel Reader Fails with Duplicate Columns
> -
>
> Key: DRILL-8108
> URL: https://issues.apache.org/jira/browse/DRILL-8108
> Project: Apache Drill
>  Issue Type: Bug
>  Components: Storage - Other
>Affects Versions: 1.19.0
>Reporter: Charles Givre
>Assignee: Charles Givre
>Priority: Critical
> Fix For: 1.20.0
>
>
> In its current implementation, if Drill encounters an Excel file which 
> contains duplicate column names, it will fail to read the data.   This PR 
> fixes this issue by appending `_n` after the duplicate column.  



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