From 8aee1fd032bbfcee3ef0618f683723d119850da0 Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Tue, 22 Jan 2019 03:56:44 +0000 Subject: Using fork of metastore to work when getpwuid isn't usable After testing the built of Metastore on a server, I noticed that because its `/etc/passwd' doesn't have the list of users, the `getpwuid' call within metastore failed and wouldn't let it finish. So I looked into the code and was able to implement a solution to this problem by adding two options to it for default values for the user and group. Also, file attributes are not necessary in our (current) use case of metastore and caused crashes on our server, so they are also disabled. --- .file-metadata | Bin 4492 -> 4492 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to '.file-metadata') diff --git a/.file-metadata b/.file-metadata index 46da073..eea2875 100644 Binary files a/.file-metadata and b/.file-metadata differ -- cgit v1.2.1