Michael Fazio

Results 9 issues of Michael Fazio

I've started to encounter this error when attempting to ingest data locally for a particular dataset which up until now has been working. ``` Exception in thread "main" java.lang.NoSuchMethodError: com.google.common.math.LongMath.saturatedAdd(JJ)J...

I'm running HBase on EMR backed by S3. When ingesting data, the following exception is always thrown at some point. It doesn't seem to cause an issue, the data still...

I've written the following CloudFormation script to bootrstrap an EMR cluster on AWS. https://gist.github.com/michaeljfazio/2fcff1772c9b833af5cb00cc5fbe8e7d Everything spins up fine except for the Jupyter Notebook bootstrap which seems to hang. Running the...

During initialisation of a Spark application, the following exception is thrown: ``` Caused by: java.lang.IllegalArgumentException: org.locationtech.geowave.core.store.data.field.FieldSerializationProviderSpi is not an ImageIO SPI class at java.desktop/javax.imageio.spi.ServiceRegistry.checkClassAllowed(ServiceRegistry.java:722) at java.desktop/javax.imageio.spi.ServiceRegistry.(ServiceRegistry.java:117) at org.locationtech.geowave.core.index.SPIServiceRegistry.(SPIServiceRegistry.java:42) at org.locationtech.geowave.core.store.data.field.FieldUtils.initRegistry(FieldUtils.java:47)...

### Proposed change I would like to extract an OIDC ID token in auth_state_hook. This seems like it should be straight forward when using the generic authenticator however it is...

enhancement

- [X ] I agree to follow the project's [code of conduct](https://github.com/georust/gdal/blob/master/CODE_OF_CONDUCT.md). - [X ] I added an entry to `CHANGES.md` if knowledge of this change could be valuable to...

I'm attempting to run a LogisticGAM for multiple data sets in a loop as such: ```python for key, vessel_df in subset_df.groupby(level=0): vessel_df = vessel_df.copy() X = vessel_df[['latitude', 'longitude', 'day']].values y...

The plugin registers a "v-is-authorized" directive despite all documentation showing that it should be "v-if-authorized". Changed the directive registration to match the README.

Copy paste is broken for the rich text editor on Mac OSX.