[ https://issues.apache.org/jira/browse/SPARK-15053?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15266089#comment-15266089
]
Apache Spark commented on SPARK-15053:
--------------------------------------
User 'dongjoon-hyun' has created a pull request for this issue:
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: SQL
> Reporter: Dongjoon Hyun
> Priority: Trivial
>
> 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: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org
|