You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Michael Armbrust (JIRA)" <ji...@apache.org> on 2014/06/21 20:35:24 UTC

[jira] [Updated] (SPARK-2220) Fix remaining Hive Commands

     [ https://issues.apache.org/jira/browse/SPARK-2220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Armbrust updated SPARK-2220:
------------------------------------

    Description: 
None of the following have an execution plan:
{code}
private[hive] case class ShellCommand(cmd: String) extends Command
private[hive] case class SourceCommand(filePath: String) extends Command
private[hive] case class AddFile(filePath: String) extends Command
{code}

dfs is being fixed in a related PR.

  was:
None of the following have an execution plan:
{code}
private[hive] case class DfsCommand(cmd: String) extends Command
private[hive] case class ShellCommand(cmd: String) extends Command
private[hive] case class SourceCommand(filePath: String) extends Command
private[hive] case class AddFile(filePath: String) extends Command
{code}


> Fix remaining Hive Commands
> ---------------------------
>
>                 Key: SPARK-2220
>                 URL: https://issues.apache.org/jira/browse/SPARK-2220
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL
>            Reporter: Michael Armbrust
>             Fix For: 1.1.0
>
>
> None of the following have an execution plan:
> {code}
> private[hive] case class ShellCommand(cmd: String) extends Command
> private[hive] case class SourceCommand(filePath: String) extends Command
> private[hive] case class AddFile(filePath: String) extends Command
> {code}
> dfs is being fixed in a related PR.



--
This message was sent by Atlassian JIRA
(v6.2#6252)