GitHub user KaiXinXiaoLei opened a pull request:

    https://github.com/apache/spark/pull/5552

    [SQL] There are three tests of sql are failed because of the error path

    When running tests, the local path is created, but go to hdfs to check this 
path. So cause error.
    
    For example, the info of running drop_index_removes_partition_dirs :
    [info] - drop_index_removes_partition_dirs *** FAILED *** (1 second, 13 
milliseconds)
    [info]   Results do not match for drop_index_removes_partition_dirs:
    [info]   dfs -ls 
${system:test.tmp.dir}/drop_index_removes_partition_dirs_index_table2
    [info]   == Parsed Logical Plan ==
    [info]   HiveNativeCommand dfs -ls 
/tmp/spark-df56ff5d-75f7-4d5b-9b23-38b3dc21b420/drop_index_removes_partition_dirs_index_table2
    [info]   
    [info]   == Analyzed Logical Plan ==
    [info]   HiveNativeCommand dfs -ls 
/tmp/spark-df56ff5d-75f7-4d5b-9b23-38b3dc21b420/drop_index_removes_partition_dirs_index_table2
    [info]   
    [info]   == Optimized Logical Plan ==
    [info]   HiveNativeCommand dfs -ls 
/tmp/spark-df56ff5d-75f7-4d5b-9b23-38b3dc21b420/drop_index_removes_partition_dirs_index_table2
    [info]   
    [info]   == Physical Plan ==
    [info]   ExecutedCommand (HiveNativeCommand dfs -ls 
/tmp/spark-df56ff5d-75f7-4d5b-9b23-38b3dc21b420/drop_index_removes_partition_dirs_index_table2)
    [info]   
    [info]   Code Generation: false
    [info]   == RDD ==
    [info]   result
    [info]   !== HIVE - 1 row(s) ==   == CATALYST - 1 row(s) ==
    [info]   !0                       1 (HiveComparisonTest.scala:387)

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/KaiXinXiaoLei/spark sqlTest

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/5552.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #5552
    
----
commit 2327a24f60d249136b344e4e066a76cb5b802d73
Author: KaiXinXiaoLei <[email protected]>
Date:   2015-04-17T09:02:19Z

    Sql test failed

commit b3fe9cae5c08f97efc80e1d459e30256eab46cd7
Author: KaiXinXiaoLei <[email protected]>
Date:   2015-04-17T09:03:17Z

    Sql test failed

commit 9ae57c6d2d68e2f512482af992f81aa97f843455
Author: KaiXinXiaoLei <[email protected]>
Date:   2015-04-17T09:03:43Z

    Update drop_database_removes_partition_dirs.q

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to