You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -212,9 +214,15 @@ kinit -kt /run/cloudera-scm-agent/process/1546343796-hdfs-NAMENODE/hdfs.keytab h
212
214
----
213
215
214
216
==== Step 4: Create HDFS target directory
217
+
218
+
Create the /Axon-Files/ directory and set the permissions using the following commands. Replace <username> with your username (e.g., admin).
219
+
215
220
[source,shell]
216
221
----
217
222
hdfs dfs -mkdir /Axon-Files
223
+
hdfs dfs -chown -R <username>:hive /Axon-Files
224
+
hdfs dfs -chown -R <username>:hive /warehouse
225
+
hdfs dfs -chmod -R 775 /Axon-Files
218
226
----
219
227
220
228
=== 7. Update the Parameter Contexts in NiFi Flow
@@ -263,7 +271,7 @@ Go to **Hue → Query Editor → Hive**.
263
271
264
272
To create all the required databases and tables at once, simply:
265
273
266
-
- Open the https://github.com/cloudera/cloudera-partners/blob/project-axon/Project-Axon/create_queries.txt[create_queries.txt] file from the cloned folder.
274
+
- Open the 'create_queries.txt' file from the cloned folder.
. Before creating the job, make sure you open the file in an editor and replace the placeholder `<username>` with the user you are planning to run the script.
- You can now use this connection to create/import datasets and build/import dashboards from Impala tables.
322
385
323
-
=== 11. Add Ranger Policy for DataViz Access
386
+
=== 12. Add Ranger Policy for DataViz Access
324
387
325
388
Before importing the dashboard into Cloudera DataViz, you must ensure the `dataviz` user has access to the Impala databases and tables. This is done by updating an existing policy in Apache Ranger.
0 commit comments