Skip to content
  • William Benton's avatar
    6918012d
    SPARK-3699: SQL and Hive console tasks now clean up appropriately · 6918012d
    William Benton authored
    The sbt tasks sql/console and hive/console will now `stop()`
    the `SparkContext` upon exit.  Previously, they left an ugly stack
    trace when quitting.
    
    Author: William Benton <willb@redhat.com>
    
    Closes #2547 from willb/consoleCleanup and squashes the following commits:
    
    d5e431f [William Benton] SQL and Hive console tasks now clean up.
    6918012d
    SPARK-3699: SQL and Hive console tasks now clean up appropriately
    William Benton authored
    The sbt tasks sql/console and hive/console will now `stop()`
    the `SparkContext` upon exit.  Previously, they left an ugly stack
    trace when quitting.
    
    Author: William Benton <willb@redhat.com>
    
    Closes #2547 from willb/consoleCleanup and squashes the following commits:
    
    d5e431f [William Benton] SQL and Hive console tasks now clean up.
Loading