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

Swarnim Kulkarni commented on HIVE-7230:
----------------------------------------

As noted on HIVE-6317, you might be able to fix this by simply adding the 
following to the pom file:

{noformat}
<plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-eclipse-plugin</artifactId>
        <version>${maven.eclipse.plugin.version}</version>
        <configuration>
          <downloadJavadocs>true</downloadJavadocs>
          <downloadSources>true</downloadSources>
          
<workspaceActiveCodeStyleProfileName>GoogleStyle</workspaceActiveCodeStyleProfileName>
          
<workspaceCodeStylesURL>https://google-styleguide.googlecode.com/svn/trunk/eclipse-java-google-style.xml</workspaceCodeStylesURL>
        </configuration>
</plugin>
{noformat}

> Add Eclipse formatter file for Hive coding conventions
> ------------------------------------------------------
>
>                 Key: HIVE-7230
>                 URL: https://issues.apache.org/jira/browse/HIVE-7230
>             Project: Hive
>          Issue Type: Improvement
>            Reporter: David Chen
>            Assignee: David Chen
>         Attachments: HIVE-7230.1.patch
>
>
> Eclipse's formatter is a convenient way to clean up formatting for Java code. 
> Currently, there is no Eclipse formatter file checked into Hive's codebase.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to