[jira] [Commented] (DRILL-8155) Add Impersonation Support for Non-Hadoop Based Storage Plugins

2022-04-04 Thread ASF GitHub Bot (Jira)


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

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

lgtm-com[bot] commented on PR #2516:
URL: https://github.com/apache/drill/pull/2516#issuecomment-1087848858

   This pull request **introduces 2 alerts** when merging 
c0214cd64562039510fd8b5b1098b7fb9ee585fd into 
8e1ab3ad4a9e26de86f029a16f56608dab5f1876 - [view on 
LGTM.com](https://lgtm.com/projects/g/apache/drill/rev/pr-0a5c79c38e6ec9e3a756e1c4a538d8ddf93b4375)
   
   **new alerts:**
   
   * 1 for Use of externally\-controlled format string
   * 1 for Spurious Javadoc @param tags




> Add Impersonation Support for Non-Hadoop Based Storage Plugins
> --
>
> Key: DRILL-8155
> URL: https://issues.apache.org/jira/browse/DRILL-8155
> Project: Apache Drill
>  Issue Type: Improvement
>  Components: Security
>Affects Versions: 1.20.0
>Reporter: Charles Givre
>Assignee: Charles Givre
>Priority: Major
> Fix For: Future
>
>
> Drill's current implementation of user impersonation does not allow 
> non-Hadoop based plugins to impersonate the user.  This creates security 
> issues as it requires an organization to create service accounts for users to 
> access storage such as a relational database or Splunk, ES and the like from 
> Drill. 
> This PR proposes to add the framework to support individual credentials for 
> non-Hadoop based plugins. 



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


[jira] [Commented] (DRILL-8155) Add Impersonation Support for Non-Hadoop Based Storage Plugins

2022-04-04 Thread ASF GitHub Bot (Jira)


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

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

cgivre opened a new pull request, #2516:
URL: https://github.com/apache/drill/pull/2516

   # [DRILL-8155](https://issues.apache.org/jira/browse/DRILL-8155): Add 
Impersonation Support for Non-Hadoop Based Storage Plugins
   
   ## Description
   
   (Please describe the change. If more than one ticket is fixed, include a 
reference to those tickets.)
   
   ## Documentation
   (Please describe user-visible changes similar to what should appear in the 
Drill documentation.)
   
   ## Testing
   Added unit tests.




> Add Impersonation Support for Non-Hadoop Based Storage Plugins
> --
>
> Key: DRILL-8155
> URL: https://issues.apache.org/jira/browse/DRILL-8155
> Project: Apache Drill
>  Issue Type: Improvement
>  Components: Security
>Affects Versions: 1.20.0
>Reporter: Charles Givre
>Assignee: Charles Givre
>Priority: Major
> Fix For: Future
>
>
> Drill's current implementation of user impersonation does not allow 
> non-Hadoop based plugins to impersonate the user.  This creates security 
> issues as it requires an organization to create service accounts for users to 
> access storage such as a relational database or Splunk, ES and the like from 
> Drill. 
> This PR proposes to add the framework to support individual credentials for 
> non-Hadoop based plugins. 



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


[jira] [Commented] (DRILL-8155) Add Impersonation Support for Non-Hadoop Based Storage Plugins

2022-04-04 Thread ASF GitHub Bot (Jira)


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

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

cgivre closed pull request #2481: [WIP] DRILL-8155: Add Impersonation Support 
for Non-Hadoop Based Storage Plugins
URL: https://github.com/apache/drill/pull/2481




> Add Impersonation Support for Non-Hadoop Based Storage Plugins
> --
>
> Key: DRILL-8155
> URL: https://issues.apache.org/jira/browse/DRILL-8155
> Project: Apache Drill
>  Issue Type: Improvement
>  Components: Security
>Affects Versions: 1.20.0
>Reporter: Charles Givre
>Assignee: Charles Givre
>Priority: Major
> Fix For: Future
>
>
> Drill's current implementation of user impersonation does not allow 
> non-Hadoop based plugins to impersonate the user.  This creates security 
> issues as it requires an organization to create service accounts for users to 
> access storage such as a relational database or Splunk, ES and the like from 
> Drill. 
> This PR proposes to add the framework to support individual credentials for 
> non-Hadoop based plugins. 



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


[jira] [Commented] (DRILL-8174) Convert Avro format to EVF2

2022-04-04 Thread ASF GitHub Bot (Jira)


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

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

cgivre merged PR #2511:
URL: https://github.com/apache/drill/pull/2511




> Convert Avro format to EVF2
> ---
>
> Key: DRILL-8174
> URL: https://issues.apache.org/jira/browse/DRILL-8174
> Project: Apache Drill
>  Issue Type: Improvement
>Reporter: Cong Luo
>Assignee: Cong Luo
>Priority: Major
>
> Second refactor of the Avro format.
> We may need to resolve multiple bugs related to the Map Vector in this pull 
> request.



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


[jira] [Commented] (DRILL-8188) Convert HDF5 format to EVF2

2022-04-04 Thread ASF GitHub Bot (Jira)


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

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

luocooong opened a new pull request, #2515:
URL: https://github.com/apache/drill/pull/2515

   # [DRILL-8188](https://issues.apache.org/jira/browse/DRILL-8188): Convert 
HDF5 format to EVF2
   
   ## Description
   Use EVF V2 instead of old V1.
   
   Included two bug fixes with the V2 framework :
   
   1. Projected an unprojected column error in array object
   2. IndexOutOfBoundsException at add column
   
   ## Documentation
   N/A
   
   ## Testing
   
   1. Use the CI.
   2. Add the tests for the bugfix. (To-Do)
   




> Convert HDF5 format to EVF2
> ---
>
> Key: DRILL-8188
> URL: https://issues.apache.org/jira/browse/DRILL-8188
> Project: Apache Drill
>  Issue Type: Improvement
>Affects Versions: 1.20.0
>Reporter: Cong Luo
>Assignee: Cong Luo
>Priority: Major
>
> Use EVF V2 instead of old V1.
> Also, fixed a few bugs in V2 framework.



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


[jira] [Created] (DRILL-8188) Convert HDF5 format to EVF2

2022-04-04 Thread Cong Luo (Jira)
Cong Luo created DRILL-8188:
---

 Summary: Convert HDF5 format to EVF2
 Key: DRILL-8188
 URL: https://issues.apache.org/jira/browse/DRILL-8188
 Project: Apache Drill
  Issue Type: Improvement
Affects Versions: 1.20.0
Reporter: Cong Luo
Assignee: Cong Luo


Use EVF V2 instead of old V1.

Also, fixed a few bugs in V2 framework.



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