Raghav Aggarwal
Raghav Aggarwal
> @Aggarwal-Raghav Good Job! I think the doc is good enough, I only have one question about the way you mentioned to securely pass the credentials to TEZ job. If...
@deniskuzZ, @dengzhhu653 can you please help with the review on this. I still think this is very good patch to have. We can expose `fs.s3a.credential.provider.path` in _MetastoreConf_ to securly pass...
@abstractdog, I am not able to repro this on hive master branch. in a fresh setup I ran: ``` schematool -dbType mysql -initSchema ``` and started HS2 and HMS services...
@abstractdog , what you said above is correct but as per my understanding, schematool will launch 1 jvm which will have embedded HS2 and HMS and based on the HS2...
Yes, that is correct. After setting the `hive.hook.proto.base-directory `, i found another issue, which I filed under [HIVE-29012](https://issues.apache.org/jira/browse/HIVE-29012) but even after the potential fix in the respective PR, I am...
> > Yes, that is correct. After setting the `hive.hook.proto.base-directory `, i found another issue, which I filed under [HIVE-29012](https://issues.apache.org/jira/browse/HIVE-29012) but even after the potential fix in the respective PR,...
Thanks @ayushtkn, for provinding the repro. @abstractdog, I debugged and found the reason why it is not happening in my setup. **Setting `set -x` in schematool.sh is not the right...
After fix when `hive.ddl.output.format = text`: After fix when `hive.ddl.output.format = json`: