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

Hari Sankar Sivarama Subramaniyan updated HIVE-10477:
-----------------------------------------------------
    Description: 
The following is one of the reasons why we might want to provide an option to 
disable spark tests :
In the current master branch, unit tests fail with windows OS because of the 
dependency on "bash" executable in itests/hive-unit/pom.xml around these lines :
{code}
                 <target>
                    <exec executable="bash" dir="${basedir}" failonerror="true">
                      <arg line="../target/download.sh"/>
                    </exec>
                  </target>
{code}

We should provide an option to disable spark tests in OSes  like Windows where 
bash might be absent. That being mentioned, spark tests will be enabled by 
default in pre-commit test runs and should still continue to work as it is in 
the master branch.

  was:
In the current master branch, unit tests fail with windows OS because of the 
dependency on "bash" executable in itests/hive-unit/pom.xml around these lines :
{code}
                 <target>
                    <exec executable="bash" dir="${basedir}" failonerror="true">
                      <arg line="../target/download.sh"/>
                    </exec>
                  </target>
{code}

We should provide an option to disable spark tests in OSes  like Windows where 
bash might be absent


> Provide option to disable Spark tests 
> --------------------------------------
>
>                 Key: HIVE-10477
>                 URL: https://issues.apache.org/jira/browse/HIVE-10477
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Hari Sankar Sivarama Subramaniyan
>            Assignee: Hari Sankar Sivarama Subramaniyan
>         Attachments: HIVE-10477.1.patch
>
>
> The following is one of the reasons why we might want to provide an option to 
> disable spark tests :
> In the current master branch, unit tests fail with windows OS because of the 
> dependency on "bash" executable in itests/hive-unit/pom.xml around these 
> lines :
> {code}
>                  <target>
>                     <exec executable="bash" dir="${basedir}" 
> failonerror="true">
>                       <arg line="../target/download.sh"/>
>                     </exec>
>                   </target>
> {code}
> We should provide an option to disable spark tests in OSes  like Windows 
> where bash might be absent. That being mentioned, spark tests will be enabled 
> by default in pre-commit test runs and should still continue to work as it is 
> in the master branch.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to