[ 
https://issues.apache.org/jira/browse/HUDI-2192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17382798#comment-17382798
 ] 

ASF GitHub Bot commented on HUDI-2192:
--------------------------------------

veenaypatil opened a new pull request #3292:
URL: https://github.com/apache/hudi/pull/3292


   ## What is the purpose of the pull request
   
   To cleanup multiple versions of scala warning
   
   ## Brief change log
   
   Updated pom.xml to set `checkMultipleScalaVersions` to `false`
   
   ## Verify this pull request
   
   - This pull request is a trivial rework / code cleanup without any test 
coverage.
   
   - Build locally to verify warnings are cleaned up
   
   
   ## Committer checklist
   
    - [X] Has a corresponding JIRA in PR title & commit
    
    - [X] Commit message is descriptive of the change
    
    - [ ] CI is green
   
    - [ ] Necessary doc changes done or have another open PR
          
    - [ ] For large changes, please consider breaking it into sub-tasks under 
an umbrella JIRA.


-- 
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.

To unsubscribe, e-mail: [email protected]

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


> Clean up Multiple versions of scala libraries detected Warning
> --------------------------------------------------------------
>
>                 Key: HUDI-2192
>                 URL: https://issues.apache.org/jira/browse/HUDI-2192
>             Project: Apache Hudi
>          Issue Type: Improvement
>          Components: Code Cleanup
>            Reporter: Vinay
>            Assignee: Vinay
>            Priority: Minor
>             Fix For: 0.9.0
>
>
> Building from source results in following warning 
>  
> {code:java}
> [INFO] --- scala-maven-plugin:3.3.1:testCompile (scala-test-compile) @ 
> hudi-cli ---
> [WARNING]  Expected all dependencies to require Scala version: 2.11.12
> [WARNING]  org.apache.hudi:hudi-cli:0.9.0-SNAPSHOT requires scala version: 
> 2.11.12
> [WARNING]  org.apache.hudi:hudi-spark-client:0.9.0-SNAPSHOT requires scala 
> version: 2.11.12
> [WARNING]  org.apache.hudi:hudi-spark_2.11:0.9.0-SNAPSHOT requires scala 
> version: 2.11.12
> [WARNING]  org.apache.hudi:hudi-spark-client:0.9.0-SNAPSHOT requires scala 
> version: 2.11.12
> [WARNING]  org.apache.hudi:hudi-spark-common_2.11:0.9.0-SNAPSHOT requires 
> scala version: 2.11.12
> [WARNING]  org.apache.hudi:hudi-spark_2.11:0.9.0-SNAPSHOT requires scala 
> version: 2.11.12
> [WARNING]  com.fasterxml.jackson.module:jackson-module-scala_2.11:2.6.7.1 
> requires scala version: 2.11.8
> [WARNING] Multiple versions of scala libraries detected!
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to