aboutsummaryrefslogtreecommitdiff
path: root/docs/mllib-optimization.md
diff options
context:
space:
mode:
authorCheng Lian <lian.cs.zju@gmail.com>2014-06-16 16:42:17 -0700
committerReynold Xin <rxin@apache.org>2014-06-16 16:42:17 -0700
commit237b96bc59ab1b54c31d06a5260cd77e1eb96116 (patch)
treef2b1140f6557097bf5d5978c4cceb96e0d4b0717 /docs/mllib-optimization.md
parent273afcb254fb5384204c56bdcb3b9b760bcfab3f (diff)
downloadspark-237b96bc59ab1b54c31d06a5260cd77e1eb96116.tar.gz
spark-237b96bc59ab1b54c31d06a5260cd77e1eb96116.tar.bz2
spark-237b96bc59ab1b54c31d06a5260cd77e1eb96116.zip
Minor fix: made "EXPLAIN" output to play well with JDBC output format
Fixed the broken JDBC output. Test from Shark `beeline`: ``` beeline> !connect jdbc:hive2://localhost:10000/ scan complete in 2ms Connecting to jdbc:hive2://localhost:10000/ Enter username for jdbc:hive2://localhost:10000/: lian Enter password for jdbc:hive2://localhost:10000/: Connected to: Hive (version 0.12.0) Driver: Hive (version 0.12.0) Transaction isolation: TRANSACTION_REPEATABLE_READ 0: jdbc:hive2://localhost:10000/> 0: jdbc:hive2://localhost:10000/> explain select * from src; +-------------------------------------------------------------------------------+ | plan | +-------------------------------------------------------------------------------+ | ExplainCommand [plan#2:0] | | HiveTableScan [key#0,value#1], (MetastoreRelation default, src, None), None | +-------------------------------------------------------------------------------+ 2 rows selected (1.386 seconds) ``` Before this change, the output looked something like this: ``` +-------------------------------------------------------------------------------+ | plan | +-------------------------------------------------------------------------------+ | ExplainCommand [plan#2:0] HiveTableScan [key#0,value#1], (MetastoreRelation default, src, None), None | +-------------------------------------------------------------------------------+ ``` Author: Cheng Lian <lian.cs.zju@gmail.com> Closes #1097 from liancheng/multiLineExplain and squashes the following commits: eb37967 [Cheng Lian] Made output of "EXPLAIN" play well with JDBC output format
Diffstat (limited to 'docs/mllib-optimization.md')
0 files changed, 0 insertions, 0 deletions