File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,12 @@ We only create a single physical file (with the suffix `-universal`) and symlink
13
13
14
14
Note: This does not include the call to `make_manifest.py` which is needed to create the `manifest.json` file.
15
15
16
+ You can use this Parcel and drop it in the `/opt/cloudera/parcel-cache` directory.
17
+ For RedHat/CentOS you need to change the suffix to `-el7`.
18
+ For a full list of suffixes check the https://github.com/cloudera/cm_ext/wiki/Parcel-distro-suffixes[cm-ext Github wiki].
19
+ If you go this route you also need to create a `*.sha` file containing the SHA checksum.
20
+ This can be calculated using `sha1sum`.
21
+
16
22
We (http://www.opencore.com[OpenCore]) do not currently host a repository with pre-built Parcels but we might do so in the future.
17
23
18
24
@@ -21,6 +27,10 @@ We (http://www.opencore.com[OpenCore]) do not currently host a repository with p
21
27
There is also a CSD to be able to manage Knox from within Cloudera Manager.
22
28
It will start Knox but it will run with its default configuration.
23
29
30
+ To build the CSD JAR file run the `build.sh` script in the `knox-csd` directory.
31
+ Copy the resulting JAR file to `/opt/cloudera/csd` and restart Cloudera Manager.
32
+ You also need to restart the _Cloudera Management Service_ once!
33
+
24
34
To configure Knox you'll need to _manually_ change the topologies etc. in the data directory itself.
25
35
The https://knox.apache.org/books/knox-1-1-0/user-guide.html[Knox User Guide] can help.
26
36
You can’t perform that action at this time.
0 commit comments