You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Ashutosh Chauhan (JIRA)" <ji...@apache.org> on 2015/08/12 22:14:46 UTC

[jira] [Updated] (HIVE-11538) Add an option to skip init script while running tests

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

Ashutosh Chauhan updated HIVE-11538:
------------------------------------
    Attachment: HIVE-11538.patch

Patch which adds an option to skip initialization. By default, nothing changes that is init script would be run. To skip running init script invoke as follows:

{code}
 mvn test -Dtest=TestCliDriver -Phadoop-2 -Dqfile=stats_only_null.q  -DinitScript=
{code}

> Add an option to skip init script while running tests
> -----------------------------------------------------
>
>                 Key: HIVE-11538
>                 URL: https://issues.apache.org/jira/browse/HIVE-11538
>             Project: Hive
>          Issue Type: Improvement
>          Components: Testing Infrastructure
>            Reporter: Ashutosh Chauhan
>            Assignee: Ashutosh Chauhan
>         Attachments: HIVE-11538.patch
>
>
> {{q_test_init.sql}} has grown over time. Now, it takes substantial amount of time. When debugging a particular query which doesn't need such initialization, this delay is annoyance.



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