-
Notifications
You must be signed in to change notification settings - Fork 29k
[SQL][Hiveconsole] Bring hive console code up to date and update README.md #4330
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
Conversation
|
/cc @rxin |
|
Can one of the admins verify this patch? |
|
Jenkins, test this please. |
project/SparkBuild.scala
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@marmbrus you probably want to take a look at this ...
|
Test build #26631 has started for PR 4330 at commit
|
|
Test build #26631 has finished for PR 4330 at commit
|
|
Test FAILed. |
revert removed import
|
retest this please |
|
ok to test |
|
Test build #26669 has started for PR 4330 at commit
|
|
Test build #26669 has finished for PR 4330 at commit
|
|
Test PASSed. |
|
Thanks, merged to master and 1.3 |
…ME.md Add `import org.apache.spark.sql.Dsl._` to make DSL query works. Since queryExecution is not avaliable in DataFrame, so remove it. Author: OopsOutOfMemory <victorshengli@126.com> Author: Sheng, Li <OopsOutOfMemory@users.noreply.github.com> Closes #4330 from OopsOutOfMemory/hiveconsole and squashes the following commits: 46eb790 [Sheng, Li] Update SparkBuild.scala d23ee9f [OopsOutOfMemory] minor d4dd593 [OopsOutOfMemory] refine hive console (cherry picked from commit b73d5ff) Signed-off-by: Michael Armbrust <michael@databricks.com>
Sorry for that PR #4330 has some mistakes. I correct it.... so it works correctly now. Author: OopsOutOfMemory <victorshengli@126.com> Closes #4389 from OopsOutOfMemory/doc and squashes the following commits: 843eed9 [OopsOutOfMemory] correct hiveconsole imports (cherry picked from commit b62c352) Signed-off-by: Michael Armbrust <michael@databricks.com>
Add
import org.apache.spark.sql.Dsl._to make DSL query works.Since queryExecution is not avaliable in DataFrame, so remove it.