How to perform a select with 2.7 billion records across the table?

1

When making a particular select in a table with about 2.7 billion records the Hive returns error. But including a LIMIT 2147483647 , the select not the error.

The problem is that I need to sweep the entire table and not just 2,147,483,647 records. Is there a way to solve this problem?

    
asked by anonymous 26.08.2017 / 00:47

0 answers