Options
- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
How to group dataframe coloumn of timestamp using groupBy to 30 minutes interval using scala
New Contributor
Created 08-03-2017 05:39 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
1 REPLY 1
Super Collaborator
Created 08-03-2017 06:56 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You can use the concept of time window. These two links may help you:
http://blog.madhukaraphatak.com/introduction-to-spark-two-part-5/
https://stackoverflow.com/questions/37632238/how-to-group-by-time-interval-in-spark-sql