29819/hadoop-hive-how-to-split-string-in-hive
You can use the split function along with regular expressions:
split(string str, string pattern)
Well, what you can do is use ...READ MORE
concatenation of substrings using the following code: select ...READ MORE
First, copy data into HDFS. Then create ...READ MORE
Try this SELECT ID1, Sub FROM tableName lateral view ...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
You can try this: CREATE TABLE temp ...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.