geoHeil

Results 169 comments of geoHeil

Yes look at https://gitter.im/geospark-datasys/Lobby @jnh5y started to canalize efforts recently.

Indeed, I know that ACCUMULO_PASSWORD: GisPwd is set to that value. That's why I am using it here https://github.com/geoHeil/geodocker-geomesa to launch it like ``` java -cp geomesa-quickstart-accumulo/target/geomesa-quickstart-accumulo-1.3.0.jar \ com.example.geomesa.accumulo.AccumuloQuickStart \...

Indeed, I can confirm it is a typo in the entrypoint of the docker file.

Is there any workaround / current solution (perhaps not in the SQL but scala/Python API?

A small example: step 1: initial write ``` # state cleanup !rm -rf dummy_delta # initial first write of data (first load of data)" d1.withColumn("is_current", F.lit(True)).withColumn("valid_to", F.lit(None).astype("int")).write.mode("overwrite").format("delta").save("dummy_delta") #.option("readChangeFeed", "true") delta_state...

Some of the questions (around easing the handling of deletions) can be partially handled with: ``` def perform_rename(df, mapping): for old_value, new_value in mapping.items(): df = df.withColumnRenamed(old_value, new_value) return df...

Eventually it fails with: ``` RuntimeError: Unable to find installation candidates for pywin32 (304) ``` The file is: ``` channels: - conda-forge - defaults dependencies: - python=3.10 - pandas -...

After upgrading to: - conda 4.13 - mamba 0.25 the error is: ``` Message key not found in json! returning the full json text Could not lock the environment for...