apache-hive Questions
3
I have a requirement to select * from all columns from a hive struct.
Hive create table script is here below
Create Table script
Select * from the table displays each struct as a column
select ...
Janenejanenna asked 16/3, 2017 at 22:54
1
Hi does Hive support distinct on multiple columns.
like select distinct(a, b, c, d) from table. If not is there a way to achieve this?
Fleabite asked 13/3, 2014 at 12:16
2
Solved
As a developer, I've created HBase table for our project by importing data from existing MySQL table using sqoop job. The problem is our data analyst team are familiar with MySQL syntax, implies th...
Accuse asked 8/5, 2015 at 15:7
2
Solved
Hi i'm new to Hive and I want to insert the current timestamp into my table along with a row of data.
Here is an example of my team table :
team_id int
fname string
lname string
time timestamp
...
Internationalist asked 16/6, 2016 at 15:17
2
I am new for Apache Hive. While working on external table partition, if I add new partition directly to HDFS, the new partition is not added after running MSCK REPAIR table. Below are the codes I t...
Theomancy asked 3/8, 2015 at 7:46
1
I am looking for something in hive like
Select * from table 1 where dt > (Select max(dt) from table2)
Obviously hive doesn't support sub queries in where clause and also, even if I use join...
Waterproof asked 1/7, 2014 at 17:21
1
© 2022 - 2024 — McMap. All rights reserved.