[ 
https://issues.apache.org/jira/browse/SPARK-15053?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sean Owen resolved SPARK-15053.
-------------------------------
       Resolution: Fixed
    Fix Version/s: 2.0.0

Issue resolved by pull request 12831
[https://github.com/apache/spark/pull/12831]

> Fix Java Lint errors on Hive-Thriftserver module
> ------------------------------------------------
>
>                 Key: SPARK-15053
>                 URL: https://issues.apache.org/jira/browse/SPARK-15053
>             Project: Spark
>          Issue Type: Task
>          Components: Build, SQL
>            Reporter: Dongjoon Hyun
>            Priority: Trivial
>             Fix For: 2.0.0
>
>
> This issue fixes or hides 181 Java linter errors introduced by SPARK-14987 
> which copied hive service code from Hive. We had better clean up these errors 
> before releasing Spark 2.0. 
> * Fix UnusedImports (15 lines), RedundantModifier (14 lines), SeparatorWrap 
> (9 lines), MethodParamPad (6 lines), FileTabCharacter (5 lines), 
> ArrayTypeStyle (3 lines), ModifierOrder (3 lines), RedundantImport (1 line), 
> CommentsIndentation (1 line), UpperEll (1 line), FallThrough (1 line), 
> OneStatementPerLine (1 line), NewlineAtEndOfFile (1 line).
> * Ignore `LineLength` errors under `hive/service/*` (118 lines).
> * Ignore `MethodName` error in `PasswdAuthenticationProvider.java` (1 line).
> * Ignore `NoFinalizer` error in `ThreadWithGarbageCleanup.java` (1 line).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to