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

[jira] [Comment Edited] (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:comment-tabpanel&focusedCommentId=16730214#comment-16730214 ] 

maoling edited comment on HBASE-21656 at 12/28/18 12:11 PM:
------------------------------------------------------------

I saw this issue when I want to bulid the hbase sc in the Windows8

HBASE-18461 had not solved this issue completely.

testing your patch! 


was (Author: maoling):
I saw this issue when I want to bulid the hbase sc in the Windows8

HBASE-18461 had not solved this issue completely.

 

> 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)