Skip to content

Commit

Permalink
Fix web UI documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
tigrulya-exe committed Aug 16, 2024
1 parent 6ef67a2 commit 967279a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions BUILDING.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ Maven build goals:
Build options:

* Use -Pnative to compile/bundle native code
* Use -Pweb-ui to compile/bundle frontend app
* Use -Psrc to create a project source TAR.GZ
* Use -Dtar to create a TAR with the distribution (using -Pdist)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Currently SSM supports ADH 3.2.4_arenadata2 (which is based on hadoop-3.2.4).
So you can build SSM with the following commands accordingly.

```
mvn package -D skipTests -P dist,web,hadoop-3.2
mvn package -DskipTests -Pdist,web-ui,hadoop-3.2
```

Then a package named as `smart-data-${version}.tar.gz` will be generated under `smart-dist/target`.
Expand Down
4 changes: 2 additions & 2 deletions docs/ssm-deployment-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ Download SSM branch from Github https://github.com/arenadata/SSM/

### For Hadoop 3.2.*

mvn clean package -Pdist,web,hadoop-3.2 -DskipTests
mvn clean package -Pdist,web-ui,hadoop-3.2 -DskipTests


### For Hadoop 3.3.*

mvn clean package -Pdist,web,hadoop-3.3 -DskipTests
mvn clean package -Pdist,web-ui,hadoop-3.3 -DskipTests

A tar distribution package will be generated under 'smart-dist/target'. Unzip the tar distribution package to ${SMART_HOME} directory, and SSM configuration files are under '${SMART_HOME}/conf'.
For more detailed information, please refer to BUILDING.txt file.
Expand Down

0 comments on commit 967279a

Please sign in to comment.