apache / carbondata

High performance data store solution
carbondata.apache.org
Apache License 2.0
1.43k stars 704 forks source link

Minor refactor the build/README.md #4349

Closed git-hulk closed 4 months ago

git-hulk commented 4 months ago

Why is this PR needed?

To make the build section more clear and concise.

Does this PR introduce any user interface change?

git-hulk commented 4 months ago

@chenliang613 I'm not sure if my understanding is right, mvn -DskipTests -Pspark-2.4 clean package is for building from the release tarball. Can help to correct me if I was wrong.

chenliang613 commented 4 months ago

mvn -DskipTests -Pspark-2.4 clean package

yes, you are right. after you finish this compile, you can go to /assembly/target/scala-2.11, get the assembled jar file , the name should be : apache-carbondata-2.3.2-SNAPSHOT-bin-spark2.4.5-hadoop2.7.2.jar

git-hulk commented 4 months ago

@chenliang613 Thanks for your quick reply, I have added the description according to your comment. Please take a look while you get time.

chenliang613 commented 4 months ago

looks good to me