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

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

vdiravka commented on a change in pull request #1314: DRILL-6454: Native MapR 
DB plugin support for Hive MapR-DB json table
URL: https://github.com/apache/drill/pull/1314#discussion_r196583119
 
 

 ##########
 File path: exec/java-exec/src/main/resources/drill-module.conf
 ##########
 @@ -546,7 +546,8 @@ drill.exec.options: {
     security.admin.user_groups: "%drill_process_user_groups%",
     security.admin.users: "%drill_process_user%",
     store.format: "parquet",
-    store.hive.optimize_scan_with_native_readers: false,
+    store.hive.parquet.optimize_scan_with_native_readers: false,
 
 Review comment:
   It is a compulsion to change the name, since early it was only one native 
reader. And to control all native readers with one property is not possible.
   
   So i have decided to keep the old property name as Deprecated for backward 
compatibility and to leave a comment that it should be removed starting from 
next 1.15.0 release.
   
   The new property name is also introduced, so both of them can enable 
`parquet native reader`.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


> Native MapR DB plugin support for Hive MapR-DB json table
> ---------------------------------------------------------
>
>                 Key: DRILL-6454
>                 URL: https://issues.apache.org/jira/browse/DRILL-6454
>             Project: Apache Drill
>          Issue Type: New Feature
>          Components: Storage - Hive, Storage - MapRDB
>    Affects Versions: 1.13.0
>            Reporter: Vitalii Diravka
>            Assignee: Vitalii Diravka
>            Priority: Major
>              Labels: doc-impacting
>             Fix For: 1.14.0
>
>
> Hive can create and query MapR-DB tables via maprdb-json-handler:
> https://maprdocs.mapr.com/home/Hive/ConnectingToMapR-DB.html
> The aim of this Jira to implement Drill native reader for Hive MapR-DB tables 
> (similar to parquet).
> Design proposal is:
> - to use JsonTableGroupScan instead of HiveScan;
> - to add storage planning rule to convert HiveScan to MapRDBGroupScan;
> - to add system/session option to enable using of this native reader;
> - native reader can be used only for Drill build with mapr profile (there is 
> no reason to leverage it for default profile);
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to