Skip to content

Commit 85aa7b2

Browse files
committed
README updates
1 parent 7c691eb commit 85aa7b2

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.adoc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ We only create a single physical file (with the suffix `-universal`) and symlink
1313

1414
Note: This does not include the call to `make_manifest.py` which is needed to create the `manifest.json` file.
1515

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+
1622
We (http://www.opencore.com[OpenCore]) do not currently host a repository with pre-built Parcels but we might do so in the future.
1723

1824

@@ -21,6 +27,10 @@ We (http://www.opencore.com[OpenCore]) do not currently host a repository with p
2127
There is also a CSD to be able to manage Knox from within Cloudera Manager.
2228
It will start Knox but it will run with its default configuration.
2329

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+
2434
To configure Knox you'll need to _manually_ change the topologies etc. in the data directory itself.
2535
The https://knox.apache.org/books/knox-1-1-0/user-guide.html[Knox User Guide] can help.
2636

0 commit comments

Comments
 (0)