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

Brock Noland updated HIVE-4815:
-------------------------------

    Attachment: HIVE-4815.patch

I had changed the source-prep script which executes ant package to use tee so 
the ant package logs show up on jenkins. The problem with this was that now the 
pipe was eating the exit code and therefore we were not catching failures to 
build hive (see HIVE-4829).

The following change fixes this, manually verified it works:

{noformat}
) 2>&1 | tee $logDir/source-prep.txt
+exit ${PIPESTATUS[0]}
{noformat}
                
> Create cloud hosting option for ptest2
> --------------------------------------
>
>                 Key: HIVE-4815
>                 URL: https://issues.apache.org/jira/browse/HIVE-4815
>             Project: Hive
>          Issue Type: New Feature
>            Reporter: Brock Noland
>            Assignee: Brock Noland
>             Fix For: 0.12.0
>
>         Attachments: HIVE-4815.patch, HIVE-4815.patch, HIVE-4815.patch, 
> HIVE-4815.patch, HIVE-4815.patch, HIVE-4815.patch
>
>
> HIVE-4675 creates a parallel testing environment. To support HIVE-4739 we 
> should allow this environment to run in a cloud environment.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to