Kyle Prifogle
Kyle Prifogle
@mycaule I am getting the same ```java.lang.IllegalAccessError: tried to access method org.apache.hadoop.metrics2.lib.MutableCounterLong``` error when trying to access S3 from spark notebook. I think its a spark/hadoop version issue though.
Downgrading to ``` import $ivy.`org.apache.hadoop:hadoop-aws:2.7.5` ``` fixed the issue for me (using spark 2.4.2)
Third this, this is exactly what I was looking for. I used your script @joelostblom but had to sub out "-" for ".." which they apparent did at some point.
I was referring to the python parsing script. It was assuming dates ranges were with - but they were with ...
Im getting the same behavior.
Hangs for me too.
Has anyone explored an s3 bucket? Is there a WIP branch?
I would also like to know where this code lives so I can help out. One thing I would like to put forth to be considered is being able to...
@martinjm97 I am noticing that the type returned in the above example is always `Args` but with self values populated according to `SubparserA `rather than ever returning `SubparserA` type itself....
Maybe this would clarify a bit. I'm was using typed argument parsers in the following way, this includes the way that I was getting around the issue that I outlined...