Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update module names #12

Merged
merged 1 commit into from Jul 4, 2022
Merged

Update module names #12

merged 1 commit into from Jul 4, 2022

Conversation

kaijchen
Copy link
Contributor

@kaijchen kaijchen commented Jul 4, 2022

What changes were proposed in this pull request?

Change or add module names in pom.xml.
The artifactId is not changed.

Why are the changes needed?

For clarity and consistency.

Does this PR introduce any user-facing change?

No.

How was this patch tested?

-Pspark3

$ mvn clean package -T1C -DskipTests -Pspark3
...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Apache Uniffle 0.6.0-snapshot:
[INFO] 
[INFO] Apache Uniffle ..................................... SUCCESS [  3.894 s]
[INFO] Apache Uniffle Protocols ........................... SUCCESS [ 11.798 s]
[INFO] Apache Uniffle Common .............................. SUCCESS [  6.869 s]
[INFO] Apache Uniffle Coordinator ......................... SUCCESS [ 13.413 s]
[INFO] Apache Uniffle Internal Client ..................... SUCCESS [  3.790 s]
[INFO] Apache Uniffle Storage ............................. SUCCESS [  9.902 s]
[INFO] Apache Uniffle Server .............................. SUCCESS [ 15.177 s]
[INFO] Apache Uniffle Client .............................. SUCCESS [  5.765 s]
[INFO] Apache Uniffle Intergration Test (Common) .......... SUCCESS [  7.017 s]
[INFO] Apache Uniffle Client (Spark Common) ............... SUCCESS [  7.755 s]
[INFO] Apache Uniffle Client (Spark 3) .................... SUCCESS [ 13.014 s]
[INFO] Apache Uniffle Intergration Test (Spark Common) .... SUCCESS [  4.655 s]
[INFO] Apache Uniffle Intergration Test (Spark 3) ......... SUCCESS [  3.321 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------

-Pspark2

$ mvn clean package -T1C -DskipTests -Pspark2
...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Apache Uniffle 0.6.0-snapshot:
[INFO] 
[INFO] Apache Uniffle ..................................... SUCCESS [  3.698 s]
[INFO] Apache Uniffle Protocols ........................... SUCCESS [ 11.866 s]
[INFO] Apache Uniffle Common .............................. SUCCESS [  7.135 s]
[INFO] Apache Uniffle Coordinator ......................... SUCCESS [ 14.535 s]
[INFO] Apache Uniffle Internal Client ..................... SUCCESS [  4.360 s]
[INFO] Apache Uniffle Storage ............................. SUCCESS [ 10.356 s]
[INFO] Apache Uniffle Server .............................. SUCCESS [ 12.237 s]
[INFO] Apache Uniffle Client .............................. SUCCESS [  5.601 s]
[INFO] Apache Uniffle Intergration Test (Common) .......... SUCCESS [  6.422 s]
[INFO] Apache Uniffle Client (Spark Common) ............... SUCCESS [ 49.658 s]
[INFO] Apache Uniffle Client (Spark 2) .................... SUCCESS [ 13.111 s]
[INFO] Apache Uniffle Intergration Test (Spark Common) .... SUCCESS [ 21.678 s]
[INFO] Apache Uniffle Intergration Test (Spark 2) ......... SUCCESS [  2.615 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------

-Pmr

$ mvn clean package -T1C -DskipTests -Pmr
...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Apache Uniffle 0.6.0-snapshot:
[INFO] 
[INFO] Apache Uniffle ..................................... SUCCESS [  3.927 s]
[INFO] Apache Uniffle Protocols ........................... SUCCESS [ 12.346 s]
[INFO] Apache Uniffle Common .............................. SUCCESS [  7.212 s]
[INFO] Apache Uniffle Coordinator ......................... SUCCESS [ 14.055 s]
[INFO] Apache Uniffle Internal Client ..................... SUCCESS [  3.966 s]
[INFO] Apache Uniffle Storage ............................. SUCCESS [ 10.164 s]
[INFO] Apache Uniffle Server .............................. SUCCESS [ 12.570 s]
[INFO] Apache Uniffle Client .............................. SUCCESS [  5.674 s]
[INFO] Apache Uniffle Intergration Test (Common) .......... SUCCESS [  6.745 s]
[INFO] Apache Uniffle Client (MapReduce) .................. SUCCESS [ 18.824 s]
[INFO] Apache Uniffle Intergration Test (MapReduce) ....... SUCCESS [  3.924 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------

Copy link
Contributor

@jerqi jerqi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks your contribution.

@jerqi jerqi merged commit 1936730 into apache:master Jul 4, 2022
@kaijchen
Copy link
Contributor Author

kaijchen commented Jul 4, 2022

Thanks @jerqi for the review.

@kaijchen kaijchen deleted the module-name branch July 4, 2022 10:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants