How can I download all observations from Hue/Hive output?

Marcin Kosiński

I am struggling with such a problem. My output table after executing a query on Hue/Hive has 1,2 mln of observations. When I try to download results as an .csv format there is only a possibility to download firt 1 mln of observations. I know that I can execute a query, select firs 0,9 mln of observations and download results and then execute a query to extract last 0,3 mln of observations and download results and merge then in for example R statistical package. But maybe anyone knows how to do it in a single approach?

Amar

The easy solution for this would be to save the output in a HDFS directory and then download data from there.Use a query like this to store the results:

insert overwrite directory "$path" select * from ...

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

How can I download all emails with attachments from Gmail?

How can I download (save) all the codes from Jupyter Notebook?

How can I download all files from webdav page?

How can I suppress all output from a command using Bash?

How can I silence ALL output from a command in a batch file?

How can I make new observations from columns in R?

How can I download or install all of the dictionaries?

How can I download or export PDF in PHP from CUrl and output to VUE JS?

How can I output a certain number of observations satisfying a where statement in SAS

How can I download all the emails from gmail acount to my local machine

How can I download text from server?

How can I download videos from this website?

How can I download an object from shiny?

How i can download a data from an Api

How can I automatically target the output of a download script

How can I mutate a column to returns a value if all observations of a certain level have the same value?

How can I stack my dataset so each observation relates to all other observations but itself?

How can I stack my dataset so each observation relates to all other observations but itself, within a group?

How can I get all lines of output to print from left to right?

Using Javascript, How can I check that a input from a user meets all conditions, then displays an output?

How can I download all domain WHOIS data?

How can I download all artifacts for appended builds in Artifactory?

How can I sort output from variable?

How I can output image from property?

How can I reverse the output from this method?

How can I collect the output from CI?

How can I output the return from a function

How can I exclude the 10 from the output?

How can I remove observations from a data frame conditionally without losing NA values in R?