33188/hadoop-hive-query-to-filter-employees
I have created a table that has the following columns:
Now I want to display the employees who were in the company between 01-01-2018 and 31-11-2018. How to run a query to do this?
select * from tablename where DOJ> '2018-01-01' and DOL< '2018-11-31'
Impala provides faster response as it uses MPP(massively ...READ MORE
Well, what you can do is use ...READ MORE
You can set Hadoop & Hive conf ...READ MORE
You can use the split function along ...READ MORE
Firstly you need to understand the concept ...READ MORE
org.apache.hadoop.mapred is the Old API org.apache.hadoop.mapreduce is the ...READ MORE
Hi, You can create one directory in HDFS ...READ MORE
In your case there is no difference ...READ MORE
SELECT hash_id, COLLECT_LIST(num_of_cats) AS ...READ MORE
It is now possible to insert like ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.