Member since
10-24-2016
11
Posts
1
Kudos Received
0
Solutions
04-28-2017
03:00 AM
Just curious why the data is missing in HDFS directory, and seeing the error below when trying to get the partition list from the table. Error occurred executing hive query: Error while compiling statement: FAILED: SemanticException java.io.FileNotFoundException: File hdfs://KSD01/tera/WW=0/test=JM does not exist. but the partition can be found in the result of command :"show partitions <table_name>" command
... View more
Labels:
- Labels:
-
Apache Hadoop
-
Apache Hive
11-22-2016
03:55 AM
@Sunile Manjee, sorry I'm new to ranger security, what is the command to check the access?
... View more
11-22-2016
03:33 AM
error received when trying to create UDF function: Code: ADD JAR /home/nbg/mlut.jar create temporay function mlut as 'hive.udf.mlut' Error while compiling statement: FAILED: HiveAccessControlException Permission denied: user [sbig] does not have [CREATE] privilege on [mlut] with kerbores installed Tried few workaround, but failed: 1.create a temporary tmp folder, and chmod to 777 2. Add the java file to tmp file, and list jars (confirmed file has been added) 3. But still failed.
... View more
Labels:
- Labels:
-
Apache Hive
10-24-2016
07:37 AM
I want nifi to use kerberos principal while running the Hive script in Hadoop with Kerbores set up. Is there a way to automate renew Kerbores ticket? Nifi executestream process group stopped working after the Kerbores ticket expired. The process continue after executing command "kinit <username>". current nifi.properties file: nifi.kerberos.krb5.file=/etc/krb5.conf nifi.kerberos.service.principal=<username> nifi.kerberos.keytab.location=/home/username.keytab nifi.kerberos.authetication.expiration=12 hours
... View more
Labels:
- Labels:
-
Apache NiFi