Shin So
Shin So
Dear team We are using Kerberos to connect Hive. Presto-admin don't deploy .keytab and krb5.conf to the nodes, so we have to copy it manually. Do you have any plan...
Dear team: September, We sent a PR about AWS V2 Signature for S3-compatible storage. https://github.com/prestodb/presto/pull/6054 Now we will upgrade it to enable AWS V4 Signature which is safer than V2...
Dear team We are trying to add support for INSERT to Cassandra connector, because we have use cases which select data from HDFS and then insert into Cassandra. Hope you...
About S3 test cases, should I change the s3n:// test cases into s3a://? eg. https://github.com/Teradata/presto/blob/master/presto-hive/src/test/java/com/facebook/presto/hive/TestPrestoS3FileSystem.java#L71 It is still using s3n:// protocol, however now recommended S3 Client for Hadoop 2.7 and...
Dear team, The current Presto hive connector can't set customized endpoint for S3-Compatiable storage. We are using S3-Compatiable storage, so we need to set the endpoint to our internal server....