Questions tagged as 'hive'

0
answers

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

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,1...
asked by 26.08.2017 / 00:47
0
answers

How to evaluate the Apache Hive and Sonar code

Is there a way or plugin in the sonarqube to evaluate Apache Hive or Spark SQL SQL codes? Thanks in advance!     
asked by 23.03.2018 / 14:57
1
answer

Different behaviors between beeline and hive-e

In the command execution using the beeline connection always works, however with hive-e it does not work. How it works: beeline -u jdbc:hive2://aaats879454co.sistema.br:10000/sistema tez.queue.name=Desenvolvedores -n usuario01 -e "show data...
asked by 08.09.2017 / 22:24
1
answer

How do I add a primary in hive version 0.14.0.2.2.0.0-2041?

How do I add a primary in hive version 0.14.0.2.2.0.0-2041? Attempt CREATE TABLE simple_rule ( simple_rule_id int(10) unsigned default '0' not null auto_increment, condition_analysis_id int(10) unsigned NOT NULL, goal_ana...
asked by 08.08.2017 / 20:42