Skip to content

Commit ea1e430

Browse files
author
xuwenyihust
committed
Environment variables added.
1 parent 27b929e commit ea1e430

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Support 3 log import modes:
5151
* TCP socket transmission
5252
* Apache Kafka streaming
5353

54-
### Data Analysis
54+
### Log Analysis
5555
The platform also provides 3 different analysis application:
5656
* Mini-monitor
5757
* Spark-monitor
@@ -61,8 +61,8 @@ The mini-monitor is a simple prototype, written in pure Python. It can only work
6161
The application implemented with Spark Streaming can realize real-time when used with Apache Kafka.
6262

6363
## Configuration
64-
### $PYTHONPATH
65-
Add the root directory to `$PYTHONPATH`.
64+
### Environment Variables
65+
Add the application's root directory to both `$PYTHONPATH` and `$VISORHOME`.
6666

6767
### Configuration Files
6868
Use JSON for configuration files, all stored under **$HOME/config**.

0 commit comments

Comments
 (0)