charlie

Results 22 comments of charlie

> I haven't played around with using a ReadWriteMany PVC for metastore storage in a while, but you may want to try updating your `MeteringConfig` custom resource and explicitly specifying...

> Hmm okay, you may need to uninstall and then reinstall again as changes made post-installation to any storage configuration typically don't propagate. Yeah, When uninstall, I allways clean all...

I think the issue may be related with the presto..... I don't know the relationship between [operator-framework/presto](https://github.com/operator-framework/presto) and [prestosql/presto](https://github.com/prestosql/presto)

@timflannagan1 could you tell me how to build a new presto with new version of `prestosql/presto`? Thank you

@timflannagan1 Hi, I have used the new image you pushed. But because there is no prometheus connector, it shows the error as below: `2020-03-09T02:08:00.879Z ERROR main io.prestosql.server.PrestoServer No factory for...

sorry,i missed the operator images,i am tring now, thanks a lot !

@timflannagan1 Hi, if i use 328 version operator, the operator return error : ``` Setting up watches. Beware: since -r was given, this may take a while! Watches established. /tmp/ansible-operator/runner/metering.openshift.io/v1/MeteringConfig/metering/operator-metering/artifacts/6129484611666145821//stdout...

I have tried new version presto(330), use the presto connect to hive server. But got the same error... Using presto, i can see the catalog, schema and tables, but i...

Hi, gammazero. I run a benchmark to compare the `slice append `and `deque PushFront/PushBack` with `int` and `string` type, i hope deque operation should fast than slice operation, but it...

And here is another benchmark to compare the golang standard `container/list` with it, here is the code: ``` package deque import ( "container/list" "testing" ) func BenchmarkListPushFrontInt(b *testing.B) { l...