Getting Started With The Apache Sedona Docker Image

Поделиться
HTML-код
  • Опубликовано: 24 янв 2025

Комментарии •

  • @Stream_Squad
    @Stream_Squad Год назад

    Hi Will, nice intro! However, when I replicate the same code, at line 9, I get the following error:
    AnalysisException: [TABLE_OR_VIEW_NOT_FOUND] The table or view `basins` cannot be found. Verify the spelling and correctness of the schema and catalog.
    If you did not qualify the name with a schema, verify the current_schema() output, or qualify the name with the correct schema and catalog.
    To tolerate the error on drop use DROP VIEW IF EXISTS or DROP TABLE IF EXISTS.; line 1 pos 49;
    'Project ['ST_Centroid('geometry) AS centroid#226, *]
    +- 'UnresolvedRelation [basins], [], false

    • @lyonwj
      @lyonwj  Год назад +1

      Did you run hucs_df.createOrReplaceTempView("basins") ? That line will create the view. Also, feel free to create an issue at community.wherobots.com where it might be easier to troubleshoot

    • @Stream_Squad
      @Stream_Squad Год назад

      hucs_df.createGlobalTempView("basins")
      hucs_df.printSchema()
      This one is working fine!

  • @adilmajeed8439
    @adilmajeed8439 10 месяцев назад

    Thanks for the video. How to integrate Apache Sedona with Microsoft Fabric. There is no documentation available where we can follow it properly, till so far we are in the dark and not able to use this fantastic software.

    • @lyonwj
      @lyonwj  10 месяцев назад +1

      Hi - this GitHub issue has some details on running Apache Sedona in MS Fabric: github.com/apache/sedona/issues/1198

    • @adilmajeed8439
      @adilmajeed8439 Месяц назад +1

      @@lyonwjfinally it’s resolved today after 8 months

    • @adilmajeed8439
      @adilmajeed8439 Месяц назад

      Thanks to Mo and Jiu for sharing the documentation link which i haven't come across earlier. Do you mind sharing any notebooks so that i can start testing on MS Fabric?

    • @adilmajeed8439
      @adilmajeed8439 Месяц назад

      Further, the KeplerGL is not showing in MS Fabric notebook, though i have registered the issue on the github.