Sahil Takiar created HIVE-17546:
-----------------------------------
Summary: HoS Explain plan should show if a Work is being cached
Key: HIVE-17546
URL: https://issues.apache.org/jira/browse/HIVE-17546
Project: Hive
Issue Type: Improvement
Components: Physical Optimizer, Spark
Reporter: Sahil Takiar
Right now there is no way to know if a given {{BaseWork}} is going to be cached
by Spark (e.g. {{RDD.cache()}}). The criteria for determined if a Work is being
cached is pretty simple, and it should be straight-forward to move the logic
into the {{SparkCompiler}}.
This should allow us add an entry in the explain plan to indicate if a {{Work}}
is going to be cached or not. This should also allow us to add some explicit q
tests just for the RDD cacheing optimization.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)