Adrian Woodhead
Adrian Woodhead
@rpoluri do you understand the request here? Is this some part of the underlying Hive metastore DB schema that for some reason we haven't activated?
Wouldn't the owners of the RDS be able to set that up themselves then? i.e. it doesn't need to be part of Apiary? Feels more like a MySQL/Aurora DB admin...
I also did something similar for the `postgres` folder otherwise it gets created with the following ownership which prevents the current user from deleting it later: ``` drwx------. 19 systemd-coredump...
I then ran into this problem with starting the `solr` docker container: ``` docker run --name docintel-dev-solr \ -v ./data/solr/:/var/solr \ solr Cannot write to /var/solr as 8983:8983 ``` which...
I then ran into this issue where the `curl` commands are trying to output files to non-existent directories: ``` Warning: /home/some-user/docintel/data/solr/data/document/conf/solrconfig.xml: No Warning: such file or directory 2 49925 2...
With all of these changes I can successfully run the `run.sh` to completion on Linux.
I think the general idea of having a version of uploading a file that lets you know when it has been replicated to meet the replication policy rather than just...
+1 for the enum suggestion with the values proposed by @hrchu
Sounds good and agree we shouldn't merge it here until it gets supported upstream (or in an upstream fork that is available for end users).
Hmmm, not sure how that happened. I have a version of that branch still checked out locally, I can do a diff against master and send you patch if that...