You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "Prashant Wason (Jira)" <ji...@apache.org> on 2020/01/13 20:02:00 UTC

[jira] [Commented] (HUDI-527) Fix warning in project compilation

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

Prashant Wason commented on HUDI-527:
-------------------------------------

scalastyle-maven-plugin emits missing file warnings if there are no scala files present in a module. Hence, it should only be enabled for modules which contain scala files.

[INFO] --- scalastyle-maven-plugin:1.0.0:check (default) @ hoodie ---
[WARNING] sourceDirectory is not specified or does not exist value=/home/pwason/uber/hoodie_oss/src/main/scala
[WARNING] testSourceDirectory is not specified or does not exist value=/home/pwason/uber/hoodie_oss/src/test/scala

> Fix warning in project compilation
> ----------------------------------
>
>                 Key: HUDI-527
>                 URL: https://issues.apache.org/jira/browse/HUDI-527
>             Project: Apache Hudi (incubating)
>          Issue Type: Improvement
>          Components: Code Cleanup
>            Reporter: Prashant Wason
>            Priority: Minor
>
> "mvn compile" issues various warnings. 
> This is a task to look into those warnings and fix them if required.



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