Just point loader to the folder. You do not need * On Dec 19, 2015 11:21 PM, "Eran Witkon" <eranwit...@gmail.com> wrote:
> Hi, > Can I combine multiple JSON files to one DataFrame? > > I tried > val df = sqlContext.read.json("/home/eranw/Workspace/JSON/sample/*") > but I get an empty DF > Eran >