Hdfs-based backend_defaults

in this examples dataframe i found that

# Please refer to docs to learn how to instantiate your DataContext.
store_backend_defaults = InMemoryStoreBackendDefaults()

but I need to submit GE work into a personal spark cluster instead of local or AWS etc, is there any way that I can use hdfs to be a backend_defaults?
thanks