Re: Reading multiple json files form nested folders for data frame

2016-07-21 Thread Ashutosh Kumar
oints to a particular json file. Will it work same way if >>> I point to top level folder containing all json files ? >>> >>> On Thu, Jul 21, 2016 at 12:04 PM, Simone >>> wrote: >>> >>>> Yes you can - have a look here >>>> htt

Re: Reading multiple json files form nested folders for data frame

2016-07-21 Thread Gourav Sengupta
; schemas) >> It should work - let me know >> >> Simone Miraglia >> -- >> Da: Ashutosh Kumar >> Inviato: ‎21/‎07/‎2016 08:55 >> A: Simone ; user @spark >> >> Oggetto: Re: Reading multiple json files form nested folde

Re: Reading multiple json files form nested folders for data frame

2016-07-21 Thread Ashutosh Kumar
1/‎07/‎2016 08:55 > A: Simone ; user @spark > Oggetto: Re: Reading multiple json files form nested folders for data > frame > > That example points to a particular json file. Will it work same way if I > point to top level folder containing all json files ? > > On Thu, Jul 21

Re: Reading multiple json files form nested folders for data frame

2016-07-20 Thread Ashutosh Kumar
tasets > > Hope it helps > > Simone Miraglia > -- > Da: Ashutosh Kumar > Inviato: ‎21/‎07/‎2016 08:19 > A: user @spark > Oggetto: Reading multiple json files form nested folders for data frame > > I need to read bunch of json files kept in date

Re: Reading multiple json files form nested folders for data frame

2016-07-20 Thread Ashutosh Kumar
There is no database . I read files from google cloud storage /S3/hdfs. Thanks Ashutosh On Thu, Jul 21, 2016 at 11:50 AM, Sree Eedupuganti wrote: > Database you are using ? >

Reading multiple json files form nested folders for data frame

2016-07-20 Thread Ashutosh Kumar
I need to read bunch of json files kept in date wise folders and perform sql queries on them using data frame. Is it possible to do so? Please provide some pointers . Thanks Ashutosh