Support Questions

Find answers, ask questions, and share your expertise
Announcements
Check out our newest addition to the community, the Cloudera Data Analytics (CDA) group hub.

import a large table from hive in nifi using SelectHiveQl

Explorer

I want to import large table in nifi from hive . I am trying using SelectHiveQL but the processor gets stuck as the data volume is around 280 million rows .

1 REPLY 1

Contributor

Hi,

You want to extract those entire 280 millions in a single call ? not a good idea ! I suggest you loop thru it using the table partition + bucket keys(for better query response on Hive).

What is you table construct ?

Based on this you can run SelectHiveQL in parallel or sequentially thru a loop.

A once extract won`t do.

Thx

Take a Tour of the Community
Don't have an account?
Your experience may be limited. Sign in to explore more.