Hi,

I am trying to read gzipped json data from s3, my idea would be to do =>

data = (s3_keys
                .mapValues(lambda x: x, s3_read_data(x)
            )

for that I though about using sc.textFile instead of s3_read_data, but wouldn't 
work. Any idea how to achieve a solution in here?

Cheers, Gorka.

Reply via email to