Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HIVE-20001: With doas set to true, running select query as hrt_qa use… #387

Closed
wants to merge 1 commit into from

Conversation

beltran
Copy link
Contributor

@beltran beltran commented Jul 2, 2018

…r on external table fails due to permission denied to read /warehouse/tablespace/managed directory

Special attention to whether the appropriate create/upgrade sql scripts have been modified.

…r on external table fails due to permission denied to read /warehouse/tablespace/managed directory
@beltran beltran closed this Jul 2, 2018
@@ -60,6 +62,9 @@
* This class represents a warehouse where data of Hive tables is stored
*/
public class Warehouse {
private static final String DEFAULT_EXTERNAL_DIRECTORY = ".external";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this supposed to be a hidden directory?

6: optional string ownerName,
7: optional PrincipalType ownerType,
8: optional string catalogName
4: optional string externalLocationUri, // optional since it can't be specified when creating the database
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you add the new argument to the end?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants