You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by KaiXinXiaoLei <gi...@git.apache.org> on 2015/04/17 11:11:34 UTC

[GitHub] spark pull request: [SQL] There are three tests of sql are failed ...

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 <hu...@huawei.com>
Date:   2015-04-17T09:02:19Z

    Sql test failed

commit b3fe9cae5c08f97efc80e1d459e30256eab46cd7
Author: KaiXinXiaoLei <hu...@huawei.com>
Date:   2015-04-17T09:03:17Z

    Sql test failed

commit 9ae57c6d2d68e2f512482af992f81aa97f843455
Author: KaiXinXiaoLei <hu...@huawei.com>
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SQL] There are three tests of sql are failed ...

Posted by marmbrus <gi...@git.apache.org>.
Github user marmbrus commented on the pull request:

    https://github.com/apache/spark/pull/5552#issuecomment-94592413
  
    ok to test


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SQL] There are three tests of sql are failed ...

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the pull request:

    https://github.com/apache/spark/pull/5552#issuecomment-93949334
  
    Can one of the admins verify this patch?


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SQL] There are three tests of sql are failed ...

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the pull request:

    https://github.com/apache/spark/pull/5552#issuecomment-96767019
  
    Can one of the admins verify this patch?


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SQL] There are three tests of sql are failed ...

Posted by KaiXinXiaoLei <gi...@git.apache.org>.
Github user KaiXinXiaoLei commented on the pull request:

    https://github.com/apache/spark/pull/5552#issuecomment-95010314
  
    @marmbrus The Jenkins is failed. I just check that the reason of failed is not caused by my code. Please test again. Thank you.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SQL] There are three tests of sql are failed ...

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the pull request:

    https://github.com/apache/spark/pull/5552#issuecomment-94594255
  
    Test FAILed.
    Refer to this link for build results (access rights to CI server needed): 
    https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/30613/
    Test FAILed.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SQL] There are three tests of sql are failed ...

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the pull request:

    https://github.com/apache/spark/pull/5552#issuecomment-94594248
  
      [Test build #30613 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/30613/consoleFull) for   PR 5552 at commit [`9ae57c6`](https://github.com/apache/spark/commit/9ae57c6d2d68e2f512482af992f81aa97f843455).
     * This patch **fails MiMa tests**.
     * This patch merges cleanly.
     * This patch adds no public classes.
     * This patch does not change any dependencies.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SQL] There are three tests of sql are failed ...

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the pull request:

    https://github.com/apache/spark/pull/5552#issuecomment-94592908
  
      [Test build #30613 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/30613/consoleFull) for   PR 5552 at commit [`9ae57c6`](https://github.com/apache/spark/commit/9ae57c6d2d68e2f512482af992f81aa97f843455).


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org