If the apache Drill can execute update, delete ,insert operations

ⅰ亾dé卋堺 提交于 2019-12-24 01:54:56

问题


As we known that apache drill can easy to query , but I have some questions as followings :

First :

If the apache Drill can execute update, delete ,insert operations on HDFS .

Second :

If the first question's answer is yes , how can I use apache Drill to update, or to delete, or to insert data on HDFS .


回答1:


Apache Drill cannot insert, update, or delete data that currently exists on HDFS.

You can execute a Create Table AS (CTAS) statement to create a new data set.

Some examples of its use are given here.



来源:https://stackoverflow.com/questions/30542813/if-the-apache-drill-can-execute-update-delete-insert-operations

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!