[jira] [Updated] (HIVE-5576) Blank lines missing from .q.out files created on Windows for testcase=TestCliDriver

2013-10-28 Thread Ashutosh Chauhan (JIRA)

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

Ashutosh Chauhan updated HIVE-5576:
---

   Resolution: Fixed
Fix Version/s: 0.13.0
   Status: Resolved  (was: Patch Available)

Committed to trunk. Thanks, Remus!

 Blank lines missing from .q.out files created on Windows for 
 testcase=TestCliDriver
 ---

 Key: HIVE-5576
 URL: https://issues.apache.org/jira/browse/HIVE-5576
 Project: Hive
  Issue Type: Bug
  Components: Testing Infrastructure
Affects Versions: 0.13.0
 Environment: Windows 8 using Hive Monarch build environment
Reporter: Eric Hanson
Assignee: Remus Rusanu
Priority: Minor
 Fix For: 0.13.0

 Attachments: HIVE-5576.1.patch, vectorized_math_funcs.q, 
 vectorized_math_funcs.q.out.unix, vectorized_math_funcs.q.out.windows


 If you create a .q.out file on Windows using a command like this:
 ant test -Dhadoop.security.version=1.1.0-SNAPSHOT 
 -Dhadoop.root=c:\hw\project\hadoop-monarch -Dresolvers=internal 
 -Dhadoop-0.20S.version=1.1.0-SNAPSHOT -Dhadoop.mr.rev=20S 
 -Dhive.support.concurrency=false -Dshims.include=0.20S 
 -Dtest.continue.on.failure=true -Dtest.halt.on.failure=no 
 -Dtest.print.classpath=true  -Dtestcase=TestCliDriver 
 -Dqfile=vectorized_math_funcs.q,vectorized_string_funcs.q,vectorized_casts.q
  -Doverwrite=true -Dtest.silent=false
 Then the .q.out files generated in the hive directory under
 ql\src\test\results\clientpositive
 having missing blank lines.
 So, the .q tests will pass on your Windows machine. But when you upload them 
 in a patch, they fail on the automated build server. See HIVE-5517 for an 
 example. HIVE-5517.3.patch has .q.out files with missing blank lines. 
 Hive-5517.4.patch has .q.out files created on a Linux or Mac system. Those 
 have blank lines.



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Updated] (HIVE-5576) Blank lines missing from .q.out files created on Windows for testcase=TestCliDriver

2013-10-25 Thread Remus Rusanu (JIRA)

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

Remus Rusanu updated HIVE-5576:
---

Status: Patch Available  (was: Open)

 Blank lines missing from .q.out files created on Windows for 
 testcase=TestCliDriver
 ---

 Key: HIVE-5576
 URL: https://issues.apache.org/jira/browse/HIVE-5576
 Project: Hive
  Issue Type: Bug
  Components: Testing Infrastructure
Affects Versions: 0.13.0
 Environment: Windows 8 using Hive Monarch build environment
Reporter: Eric Hanson
Assignee: Remus Rusanu
Priority: Minor
 Attachments: HIVE-5576.1.patch, vectorized_math_funcs.q, 
 vectorized_math_funcs.q.out.unix, vectorized_math_funcs.q.out.windows


 If you create a .q.out file on Windows using a command like this:
 ant test -Dhadoop.security.version=1.1.0-SNAPSHOT 
 -Dhadoop.root=c:\hw\project\hadoop-monarch -Dresolvers=internal 
 -Dhadoop-0.20S.version=1.1.0-SNAPSHOT -Dhadoop.mr.rev=20S 
 -Dhive.support.concurrency=false -Dshims.include=0.20S 
 -Dtest.continue.on.failure=true -Dtest.halt.on.failure=no 
 -Dtest.print.classpath=true  -Dtestcase=TestCliDriver 
 -Dqfile=vectorized_math_funcs.q,vectorized_string_funcs.q,vectorized_casts.q
  -Doverwrite=true -Dtest.silent=false
 Then the .q.out files generated in the hive directory under
 ql\src\test\results\clientpositive
 having missing blank lines.
 So, the .q tests will pass on your Windows machine. But when you upload them 
 in a patch, they fail on the automated build server. See HIVE-5517 for an 
 example. HIVE-5517.3.patch has .q.out files with missing blank lines. 
 Hive-5517.4.patch has .q.out files created on a Linux or Mac system. Those 
 have blank lines.



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Updated] (HIVE-5576) Blank lines missing from .q.out files created on Windows for testcase=TestCliDriver

2013-10-25 Thread Remus Rusanu (JIRA)

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

Remus Rusanu updated HIVE-5576:
---

Attachment: HIVE-5576.1.patch

Fix, removes the logic from maskResult that was skipping empty lines on Windows

 Blank lines missing from .q.out files created on Windows for 
 testcase=TestCliDriver
 ---

 Key: HIVE-5576
 URL: https://issues.apache.org/jira/browse/HIVE-5576
 Project: Hive
  Issue Type: Bug
  Components: Testing Infrastructure
Affects Versions: 0.13.0
 Environment: Windows 8 using Hive Monarch build environment
Reporter: Eric Hanson
Assignee: Remus Rusanu
Priority: Minor
 Attachments: HIVE-5576.1.patch, vectorized_math_funcs.q, 
 vectorized_math_funcs.q.out.unix, vectorized_math_funcs.q.out.windows


 If you create a .q.out file on Windows using a command like this:
 ant test -Dhadoop.security.version=1.1.0-SNAPSHOT 
 -Dhadoop.root=c:\hw\project\hadoop-monarch -Dresolvers=internal 
 -Dhadoop-0.20S.version=1.1.0-SNAPSHOT -Dhadoop.mr.rev=20S 
 -Dhive.support.concurrency=false -Dshims.include=0.20S 
 -Dtest.continue.on.failure=true -Dtest.halt.on.failure=no 
 -Dtest.print.classpath=true  -Dtestcase=TestCliDriver 
 -Dqfile=vectorized_math_funcs.q,vectorized_string_funcs.q,vectorized_casts.q
  -Doverwrite=true -Dtest.silent=false
 Then the .q.out files generated in the hive directory under
 ql\src\test\results\clientpositive
 having missing blank lines.
 So, the .q tests will pass on your Windows machine. But when you upload them 
 in a patch, they fail on the automated build server. See HIVE-5517 for an 
 example. HIVE-5517.3.patch has .q.out files with missing blank lines. 
 Hive-5517.4.patch has .q.out files created on a Linux or Mac system. Those 
 have blank lines.



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Updated] (HIVE-5576) Blank lines missing from .q.out files created on Windows for testcase=TestCliDriver

2013-10-17 Thread Eric Hanson (JIRA)

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

Eric Hanson updated HIVE-5576:
--

Attachment: vectorized_math_funcs.q

Example .q file

 Blank lines missing from .q.out files created on Windows for 
 testcase=TestCliDriver
 ---

 Key: HIVE-5576
 URL: https://issues.apache.org/jira/browse/HIVE-5576
 Project: Hive
  Issue Type: Bug
  Components: Testing Infrastructure
Affects Versions: 0.13.0
 Environment: Windows 8 using Hive Monarch build environment
Reporter: Eric Hanson
Priority: Minor
 Attachments: vectorized_math_funcs.q


 If you create a .q.out file on Windows using a command like this:
 ant test -Dhadoop.security.version=1.1.0-SNAPSHOT 
 -Dhadoop.root=c:\hw\project\hadoop-monarch -Dresolvers=internal 
 -Dhadoop-0.20S.version=1.1.0-SNAPSHOT -Dhadoop.mr.rev=20S 
 -Dhive.support.concurrency=false -Dshims.include=0.20S 
 -Dtest.continue.on.failure=true -Dtest.halt.on.failure=no 
 -Dtest.print.classpath=true  -Dtestcase=TestCliDriver 
 -Dqfile=vectorized_math_funcs.q,vectorized_string_funcs.q,vectorized_casts.q
  -Doverwrite=true -Dtest.silent=false
 Then the .q.out files generated in the hive directory under
 ql\src\test\results\clientpositive
 having missing blank lines.
 So, the .q tests will pass on your Windows machine. But when you upload them 
 in a patch, they fail on the automated build server. See HIVE-5517 for an 
 example. HIVE-5517.3.patch has .q.out files with missing blank lines. 
 Hive-5517.4.patch has .q.out files created on a Linux or Mac system. Those 
 have blank lines.



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Updated] (HIVE-5576) Blank lines missing from .q.out files created on Windows for testcase=TestCliDriver

2013-10-17 Thread Eric Hanson (JIRA)

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

Eric Hanson updated HIVE-5576:
--

Attachment: vectorized_math_funcs.q.out.windows

Incorrect .q.out file from Windows, with missing blank lines

 Blank lines missing from .q.out files created on Windows for 
 testcase=TestCliDriver
 ---

 Key: HIVE-5576
 URL: https://issues.apache.org/jira/browse/HIVE-5576
 Project: Hive
  Issue Type: Bug
  Components: Testing Infrastructure
Affects Versions: 0.13.0
 Environment: Windows 8 using Hive Monarch build environment
Reporter: Eric Hanson
Priority: Minor
 Attachments: vectorized_math_funcs.q, 
 vectorized_math_funcs.q.out.windows


 If you create a .q.out file on Windows using a command like this:
 ant test -Dhadoop.security.version=1.1.0-SNAPSHOT 
 -Dhadoop.root=c:\hw\project\hadoop-monarch -Dresolvers=internal 
 -Dhadoop-0.20S.version=1.1.0-SNAPSHOT -Dhadoop.mr.rev=20S 
 -Dhive.support.concurrency=false -Dshims.include=0.20S 
 -Dtest.continue.on.failure=true -Dtest.halt.on.failure=no 
 -Dtest.print.classpath=true  -Dtestcase=TestCliDriver 
 -Dqfile=vectorized_math_funcs.q,vectorized_string_funcs.q,vectorized_casts.q
  -Doverwrite=true -Dtest.silent=false
 Then the .q.out files generated in the hive directory under
 ql\src\test\results\clientpositive
 having missing blank lines.
 So, the .q tests will pass on your Windows machine. But when you upload them 
 in a patch, they fail on the automated build server. See HIVE-5517 for an 
 example. HIVE-5517.3.patch has .q.out files with missing blank lines. 
 Hive-5517.4.patch has .q.out files created on a Linux or Mac system. Those 
 have blank lines.



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Updated] (HIVE-5576) Blank lines missing from .q.out files created on Windows for testcase=TestCliDriver

2013-10-17 Thread Eric Hanson (JIRA)

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

Eric Hanson updated HIVE-5576:
--

Attachment: vectorized_math_funcs.q.out.unix

.q.out file generated on Unix (Mac or Linux) that allows the test to pass on 
the automated build system.

 Blank lines missing from .q.out files created on Windows for 
 testcase=TestCliDriver
 ---

 Key: HIVE-5576
 URL: https://issues.apache.org/jira/browse/HIVE-5576
 Project: Hive
  Issue Type: Bug
  Components: Testing Infrastructure
Affects Versions: 0.13.0
 Environment: Windows 8 using Hive Monarch build environment
Reporter: Eric Hanson
Priority: Minor
 Attachments: vectorized_math_funcs.q, 
 vectorized_math_funcs.q.out.unix, vectorized_math_funcs.q.out.windows


 If you create a .q.out file on Windows using a command like this:
 ant test -Dhadoop.security.version=1.1.0-SNAPSHOT 
 -Dhadoop.root=c:\hw\project\hadoop-monarch -Dresolvers=internal 
 -Dhadoop-0.20S.version=1.1.0-SNAPSHOT -Dhadoop.mr.rev=20S 
 -Dhive.support.concurrency=false -Dshims.include=0.20S 
 -Dtest.continue.on.failure=true -Dtest.halt.on.failure=no 
 -Dtest.print.classpath=true  -Dtestcase=TestCliDriver 
 -Dqfile=vectorized_math_funcs.q,vectorized_string_funcs.q,vectorized_casts.q
  -Doverwrite=true -Dtest.silent=false
 Then the .q.out files generated in the hive directory under
 ql\src\test\results\clientpositive
 having missing blank lines.
 So, the .q tests will pass on your Windows machine. But when you upload them 
 in a patch, they fail on the automated build server. See HIVE-5517 for an 
 example. HIVE-5517.3.patch has .q.out files with missing blank lines. 
 Hive-5517.4.patch has .q.out files created on a Linux or Mac system. Those 
 have blank lines.



--
This message was sent by Atlassian JIRA
(v6.1#6144)