Skip to content

Instantly share code, notes, and snippets.

@invkrh
Created November 24, 2015 00:07
Show Gist options
  • Save invkrh/15d0b14cdf3a64fdf7eb to your computer and use it in GitHub Desktop.
Save invkrh/15d0b14cdf3a64fdf7eb to your computer and use it in GitHub Desktop.
// Pay attention that glob can not contains `space`,
// or only the first part will be matched.
sc.textFile("s3a://leboncoin.fr-datalake-dev" +
"/test_cases/qa2/logs/http/ip/raw/txt/2013/{01,02,03}/*/*_{00,02}.log")
.collect foreach println
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment