dongjoon-hyun edited a comment on pull request #28857:
URL: https://github.com/apache/spark/pull/28857#issuecomment-646898179


   Hi, @wankunde . I tried the command in the PR description in `master` 
branch, but got a different result. Where did you get the result?
   ```
   $ ls -al streaming/target/*tests.jar
   fish: No matches for wildcard 'streaming/target/*tests.jar'. See `help 
expand`.
   ls -al streaming/target/*tests.jar
   
   $ mvn clean package -DskipTests -Phive -Phive-thriftserver -Pyarn 
-DskipTests -pl streaming
   
   $ ls -al streaming/target/*tests.jar
   -rw-r--r--  1 dongjoon  staff  849937 Jun 19 16:35 
streaming/target/original-spark-streaming_2.12-3.1.0-SNAPSHOT-tests.jar
   -rw-r--r--  1 dongjoon  staff  854537 Jun 19 16:35 
streaming/target/spark-streaming_2.12-3.1.0-SNAPSHOT-tests.jar
   ```
   
   It was the same for `branch-3.0`. `tests.jar` seems to be created correctly 
without this patch.
   ```
   $ ls -al target/*tests.jar
   -rw-r--r--  1 dongjoon  staff  849533 Jun 19 16:41 
target/original-spark-streaming_2.12-3.0.1-SNAPSHOT-tests.jar
   -rw-r--r--  1 dongjoon  staff  854120 Jun 19 16:41 
target/spark-streaming_2.12-3.0.1-SNAPSHOT-tests.jar
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to