48236/hive-grant-privileges-on-an-object-to-a-role
Use the GRANT <Privilege> statement to grant privileges on an object to a role. The statement uses the following syntax:
GRANT <privilege> [, <privilege> ] ON <object type> <object name> TO ROLE <role name> [,ROLE <role name>]
Hi@akhtar, An Index is nothing but a pointer ...READ MORE
Read operation on HDFS In order to read ...READ MORE
Well, what you can do is use ...READ MORE
JDBC is not required here. Create a hive ...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
concatenation of substrings using the following code: select ...READ MORE
You can use the DESCRIBE command to ...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.