Thanks for the replies. Hopefully this will not be too difficult to fix. Why not support multiple paths by overloading the parquetFile method to take a collection of strings? That way we don't need an appropriate delimiter.
On Thu, Dec 25, 2014 at 3:46 AM, Cheng, Hao <hao.ch...@intel.com> wrote: > I’ve created a jira issue for this > https://issues.apache.org/jira/browse/SPARK-4967 > > > > Originally we want to support multiple parquet file paths scanning as I > guess, and those file paths are in a single string separated by comma > internally, however I didn’t find any public example says we support > multiple parquet files for API sqlContext.parquetFile, we need to think how > to support multiple paths in some other way. > > > > Cheng Hao >