Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-5166 Stabilize Spark SQL APIs
  3. SPARK-5420

Cross-langauge load/store functions for creating and saving DataFrames

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Blocker
    • Resolution: Fixed
    • None
    • 1.3.0
    • SQL
    • None

    Description

      We should have standard API's for loading or saving a table from a data store. Per comment discussion:

      def loadData(datasource: String, parameters: Map[String, String]): DataFrame
      def loadData(datasource: String, parameters: java.util.Map[String, String]): DataFrame
      def storeData(datasource: String, parameters: Map[String, String]): DataFrame
      def storeData(datasource: String, parameters: java.util.Map[String, String]): DataFrame
      

      Python should have this too.

      Attachments

        Issue Links

          Activity

            People

              yhuai Yin Huai
              pwendell Patrick Wendell
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: