53028/hive-query-split-value
You can use the SUBSTR() in hive query to do the same such as
select SUBSTR(col,0,5) from table_name;
Impala provides faster response as it uses MPP(massively ...READ MORE
You can set Hadoop & Hive conf ...READ MORE
It is now possible to insert like ...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 * from tablename where DOJ> '2018-01-01' ...READ MORE
Hi, You can do one thing, just enclose ...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.