Member since
04-14-2021
7
Posts
0
Kudos Received
0
Solutions
05-07-2021
01:40 PM
This solution works well for me. I hope such a basic information exists somewhere in MySql setup in Cloudera documentation to help new users to do not have to waist time to look around. The password Saga provided is correct. "hortonworks1" Thanks Sagar for helping newbie like us. Here is the screen shot.
... View more
04-19-2021
08:59 AM
After I have checked the permission in Ranger, I noticed that there isn't any policy setup for hive user. I did add a policy to allow access to the folder /user/admin in HDFS to hive user. The problem is I cannot save the new policy due to another security error as show below. I wonder if the Hortonworks Sandbox HDP 3.0 that I downloaded is working version 😞
... View more
04-18-2021
09:34 PM
Hi Xue, Thanks for replying my question. After I have tried the solution, I ran into another security issue as show in the screen shot. I have tried the HDP_2.6.5. Everything works just fine and the Ambari user interface is more easier to use. Thanks again,
... View more
04-16-2021
05:15 PM
Hi All, After I tried to load data from a file in HDFS into Hive, I ran into a permission error as show below. Could you please help to let me know what I did wrong? Thank you, 1) I uploaded a csv file: EMP.csv from my laptop into HDFS folder: /user/admin using admin credential. 2) I use Data Analytic studio to load the csv file into an external table in Hive using the code below: CREATE EXTERNAL TABLE IF NOT EXISTS emp( EmployeeID STRING, FirstName STRING, LastName STRING, Email STRING, PhoneNumber STRING, HireDate STRING, JobID STRING, Salary STRING, ManagerID STRING, DepartmentID STRING ) COMMENT 'My first Hive table' ROW FORMAT DELIMITED FIELDS TERMINATED BY ',' STORED AS TEXTFILE LOCATION '/user/admin/EMP.csv' ; Here is the error: "org.apache.hive.service.cli.HiveSQLException: Error while compiling statement: FAILED: HiveAccessControlException Permission denied: user [hive] does not have [ALL] privilege on [hdfs://sandbox-hdp.hortonworks.com:8020/user/admin/EMP.csv]"
... View more
Labels:
- Labels:
-
Data Analytics Studio
04-15-2021
12:44 PM
An easy way to solve this problem is to change the port that Apache - Nifi uses to run to another port that is different than 8080. We can make the change in the file: nifi.property under the folder: .\conf. 🙂
... View more
04-14-2021
01:09 PM
Hi Shelton, After I verified the downloaded HDP Sandbox, I did download the HDP Sandbox 3.0.1 (latest). Please see the screen shot below. Thanks Shelton, TD
... View more
04-14-2021
11:50 AM
Hi All, I am a newbie in Apache world. After I have completed the setup of the HortonWorks sandbox, I try to activate Amari in the Advanced HDP quick link, but for some reason it activates my Apache Nifi instead of taking me to the login screen of Ambari. I notice that the Ambari uses the same port 8080 with Nifi. Could you please help to let me know if there is a way to make the Ambari to use a different port than 8080? ( Here is the url that was hard code in the Ambari link in Advanced HDP Quick Link. http://sandbox-hdp.hortonworks.com:8080 ) Thanks for helping,
... View more
Labels:
- Labels:
-
Apache Ambari