clj-headlights icon indicating copy to clipboard operation
clj-headlights copied to clipboard

Bigtable sources do not work with local emulator

Open NarekA opened this issue 8 years ago • 2 comments

In order to get the bigtable sources working with the local emulator there needs to be a way to set the host and port in the bigtable options which the current sources do not support.

NarekA avatar Oct 27 '17 07:10 NarekA

See the BigtableIO documentation. I think we should just accept an arbitrarily constructed BigtableOptions$Builder.

pelletier avatar Oct 27 '17 18:10 pelletier

Ya, I was thinking that might be the best way to do it. As much as I like using a hashmap I think it's best to let users make their own BigtableOptions object.

NarekA avatar Oct 30 '17 17:10 NarekA