-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#57] Organize and update documentation
- Loading branch information
Showing
5 changed files
with
32 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
**How To Build:** | ||
|
||
0. Check the [Supported Hadoop Versions](getting_started/Supported_Hadoop_Versions.md) page for what versions you can build for. | ||
0. Check the [Supported Hadoop Versions](Supported_Hadoop_Versions/) page for what versions you can build for. | ||
1. To build the RPM: `./gradlew clean buildRpm -PhadoopVersion=X.X.X` | ||
2. Find the RPM in: `cd build/distributions/` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
**How To Run:** | ||
|
||
0. (Optional) Check out `/usr/local/nn-analytics/bin/nn_loader` and observe that the JVM set-up is adequate for your needs. Modify the shell scripts as necessary for your environment. It is possible to change the classpath here and point to your own HDFS installations. | ||
1. As root, run: `service nn-analytics start` | ||
1. Run: `sudo service nn-analytics start` | ||
2. (Optional) On your browser hit: `http(s)://HOSTNAME:8080/namespace.html` and fetch the latest image and then `service nn-analytics restart` if this is your first run. | ||
3. If any issues occur check `/var/log/nn-analytics` for logs. | ||
|
||
** As root you can run: `service nn-analytics stop` to shutdown or just `kill -9` the process. | ||
** Run: `sudo service nn-analytics stop` to shutdown or just `kill -9` the process. | ||
|
||
** It is advised that, in production, you hit `http(s)://HOSTNAME:8080/namespace.html` and "Save Namespace" prior shutting down your NNA instance. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
**Supported Operating Systems:** | ||
|
||
For running / production we recommend the following flavors of Linux: | ||
|
||
1. CentOS | ||
2. RedHat | ||
3. Ubuntu | ||
4. Debian | ||
|
||
** For development / testing we also support Mac OSX. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters