-
Notifications
You must be signed in to change notification settings - Fork 28.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[SQL] Better logging when applying rules. #616
Conversation
Merged build triggered. |
lgtm |
Merged build started. |
Merged build finished. |
Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/14614/ |
Jenkins, retest this please. |
Merged build triggered. |
Merged build started. |
Merged build finished. |
Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/14619/ |
Merged build triggered. |
Merged build started. |
Merged build finished. All automated tests passed. |
All automated tests passed. |
Thanks. Merging this. |
Author: Michael Armbrust <[email protected]> Closes #616 from marmbrus/ruleLogging and squashes the following commits: 39c09fe [Michael Armbrust] Fix off by one error. 5af3537 [Michael Armbrust] Better logging when applying rules. (cherry picked from commit b295714) Signed-off-by: Reynold Xin <[email protected]>
Author: Michael Armbrust <[email protected]> Closes apache#616 from marmbrus/ruleLogging and squashes the following commits: 39c09fe [Michael Armbrust] Fix off by one error. 5af3537 [Michael Armbrust] Better logging when applying rules.
https://spark-project.atlassian.net/browse/SPARK-1105 fix site scala version error Author: CodingCat <[email protected]> Closes apache#616 from CodingCat/doc_version and squashes the following commits: eafd99a [CodingCat] fix site scala version error in doc (cherry picked from commit d99773d) Signed-off-by: Aaron Davidson <[email protected]> Conflicts: docs/_config.yml
upload_e2e.py uses subprocess.check_out(...encoding...). The encoding parameter is added in python3.6, but the default version in ubuntu16.04 is python3.5. Install and use python3.7 to fix the issue.
* KE-39980 configMap Binds the KE pod * minor fix dockerfile java version and host user (apache#510) * KY-895 Spark driver pod cleanup when application is completed (apache#528) * KY-895, Spark driver pod cleanup when application is completed (apache#358) * KY-895, Spark driver pod cleanup when application is completed * KY-895, release 3.1.1-kylin-4.x-r42-xuanwu * KY-895, add config KUBERNETES_DELETE_DRIVER (apache#376) Co-authored-by: Feng Zhu <[email protected]> --------- Co-authored-by: Jiawei Li <[email protected]> Co-authored-by: Zhiting Guo <[email protected]> Co-authored-by: Feng Zhu <[email protected]>
No description provided.