Hi Stefán,
Yes, thanks, I know about CTAS possibility and it works fine. And much
faster then direct JSON read.
I'm looking for possibility to load batch data from other sources. For
example from Kafka Connect Sink module.
On Wed, Dec 7, 2016 at 4:33 PM, Stefán Baxter <stefan@activitystream.com> wrote:
> Hi Alexander,
>
> Drill allows you to both a) query the data directly in json format and b)
> convert it to Parqet (have a look at the CTAS function)
>
> Hope that helps,
> -Stefán
>
> On Wed, Dec 7, 2016 at 1:08 PM, Alexander Reshetov <
> alexander.v.reshetov@gmail.com> wrote:
>
>> Hello,
>>
>> I want to load batches of unstructured data in Drill. Mostly JSON data.
>>
>> Is there any batch API or other options to do so?
>>
>>
>> Thanks.
>>
|