It looks like your problem is probably in an IDE not having the
iceberg-bundled-guava Jar indexed. Usually, you just need to build the
iceberg-bundled-guava module and then your IDE will pick it up. Kicking off
a build on the command line also works.
On Fri, Jul 9, 2021 at 11:24 AM <3328183..
dear iceberg developer
I can not import the relocated as
follows
import
org.apache.iceberg.relocated.com.google.common.collect.ImmutableMap;
import org.apache.iceberg.relocated.com.google.common.collect.Lists;
import org.apache.iceberg.relocated.com.google.common.collect.Maps;
import org
Yes this is by design. In Iceberg, all the table metadata information is
governed in the file system, so you always have your table metadata JSON
file that is the root of your current table version. Catalog only serves
the purpose of storing the pointer to this root file, and guarantee
atomicity wh
Ok, setting the hadoopConf before initialize seems to have gotten past that
hump. I’m debugging an issue with my tests where it appears that I’m not
cleaning up glue in between test runs but I am cleaning up the filesystem so
the metadata files no longer exist and it fails. But why is it using m
Thank you for the update Weston. (I was added by a friend.).
regards,
Anjali.
On Thu, Jul 8, 2021 at 9:49 PM Weston Pace wrote:
> INFRA-21214[1] was just updated. The invite link is indefinitely disabled
> due to recent spam accounts. Guests will need to be invited by existing
> Slack users.