Created
November 24, 2015 00:07
-
-
Save invkrh/15d0b14cdf3a64fdf7eb to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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