[jira] [Updated] (HIVE-22845) Code compilation fails on Windows when user name begins with 'N' or 'R'

2020-02-07 Thread Renukaprasad C (Jira)


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

Renukaprasad C updated HIVE-22845:
--
Attachment: HIVE-22845.1.patch
Status: Patch Available  (was: Open)

Replaced '/' with ' ' from user variable tip avoid the special character 
conflicts. 

> Code compilation fails on Windows when user name begins with 'N' or 'R'
> ---
>
> Key: HIVE-22845
> URL: https://issues.apache.org/jira/browse/HIVE-22845
> Project: Hive
>  Issue Type: Bug
>Reporter: Renukaprasad C
>Assignee: Renukaprasad C
>Priority: Major
> Attachments: HIVE-22845.1.patch
>
>
> package-info.java is generated from the script - saveVersion.sh.
> Generated contetnt is as follows.
> /*
>  * Generated by saveVersion.sh
>  */
> @MetastoreVersionAnnotation(version="4.0.0-SNAPSHOT", shortVersion="4.0.0",
>  revision="Unknown", branch="Unknown",
>  user="India
> enu", date="Thu Feb 6 17:12:46 IST 2020", 
> url="file:///cygdrive/f/hive/code/os/standalone-metastore",
>  srcChecksum="88f3dc17f75ffda6176faa649593b54e")
> package org.apache.hadoop.hive.metastore.annotation;
> When user name begings with 'R' (India\Renu), then it get parsed as Carriage 
> Return in between the string and fails compile. Same issue exists with name 
> begins with 'N' also.
> Whereas compilation is fine with any other user name doesnt contain \r or \n.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (HIVE-22845) Code compilation fails on Windows when user name begins with 'N' or 'R'

2020-02-07 Thread Renukaprasad C (Jira)


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

Renukaprasad C updated HIVE-22845:
--
Attachment: (was: HIVE-22845.1.patch)

> Code compilation fails on Windows when user name begins with 'N' or 'R'
> ---
>
> Key: HIVE-22845
> URL: https://issues.apache.org/jira/browse/HIVE-22845
> Project: Hive
>  Issue Type: Bug
>Reporter: Renukaprasad C
>Assignee: Renukaprasad C
>Priority: Major
>
> package-info.java is generated from the script - saveVersion.sh.
> Generated contetnt is as follows.
> /*
>  * Generated by saveVersion.sh
>  */
> @MetastoreVersionAnnotation(version="4.0.0-SNAPSHOT", shortVersion="4.0.0",
>  revision="Unknown", branch="Unknown",
>  user="India
> enu", date="Thu Feb 6 17:12:46 IST 2020", 
> url="file:///cygdrive/f/hive/code/os/standalone-metastore",
>  srcChecksum="88f3dc17f75ffda6176faa649593b54e")
> package org.apache.hadoop.hive.metastore.annotation;
> When user name begings with 'R' (India\Renu), then it get parsed as Carriage 
> Return in between the string and fails compile. Same issue exists with name 
> begins with 'N' also.
> Whereas compilation is fine with any other user name doesnt contain \r or \n.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (HIVE-22845) Code compilation fails on Windows when user name begins with 'N' or 'R'

2020-02-07 Thread Renukaprasad C (Jira)


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

Renukaprasad C updated HIVE-22845:
--
Attachment: HIVE-22845.1.patch

> Code compilation fails on Windows when user name begins with 'N' or 'R'
> ---
>
> Key: HIVE-22845
> URL: https://issues.apache.org/jira/browse/HIVE-22845
> Project: Hive
>  Issue Type: Bug
>Reporter: Renukaprasad C
>Assignee: Renukaprasad C
>Priority: Major
> Attachments: HIVE-22845.1.patch
>
>
> package-info.java is generated from the script - saveVersion.sh.
> Generated contetnt is as follows.
> /*
>  * Generated by saveVersion.sh
>  */
> @MetastoreVersionAnnotation(version="4.0.0-SNAPSHOT", shortVersion="4.0.0",
>  revision="Unknown", branch="Unknown",
>  user="India
> enu", date="Thu Feb 6 17:12:46 IST 2020", 
> url="file:///cygdrive/f/hive/code/os/standalone-metastore",
>  srcChecksum="88f3dc17f75ffda6176faa649593b54e")
> package org.apache.hadoop.hive.metastore.annotation;
> When user name begings with 'R' (India\Renu), then it get parsed as Carriage 
> Return in between the string and fails compile. Same issue exists with name 
> begins with 'N' also.
> Whereas compilation is fine with any other user name doesnt contain \r or \n.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)