You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "xuqinya (JIRA)" <ji...@apache.org> on 2018/12/28 10:15:00 UTC

[jira] [Updated] (HBASE-21656) hbase-commom build failed on Windows7 using Cygwin

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

xuqinya updated HBASE-21656:
----------------------------
    Attachment: HBASE-21656.master.0001.patch

> hbase-commom build failed on Windows7 using Cygwin 
> ---------------------------------------------------
>
>                 Key: HBASE-21656
>                 URL: https://issues.apache.org/jira/browse/HBASE-21656
>             Project: HBase
>          Issue Type: Bug
>            Reporter: xuqinya
>            Assignee: xuqinya
>            Priority: Major
>         Attachments: HBASE-21656.master.0001.patch
>
>
> The command whoami and hostname returns the content followed by a character(\r),
> otherwise the generated file Version.java failed to compile.
> {code:java}
> @InterfaceAudience.Private
> public class Version {
>   public static final String version = "3.0.0-SNAPSHOT";
>   public static final String revision = "f32d2618430f70e1b0db92785294b2c7892cc02b";
>   public static final String user = "xuqinya-PC\\xuqinya
> ";
>   public static final String date = "Fri Dec 28 12:39:49     2018";
>   public static final String url = "git://xuqinya-PC
> /cygdrive/e/gitwork/hbase";
>   public static final String srcChecksum = "88f3dc17f75ffda6176faa649593b54e";
> }
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)