Member since
04-03-2016
32
Posts
3
Kudos Received
3
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
7977 | 08-04-2017 07:22 PM | |
2372 | 09-08-2016 07:45 PM | |
3197 | 07-18-2016 09:51 PM |
11-18-2018
03:23 AM
Try pyHive https://github.com/dropbox/PyHive
... View more
08-18-2017
04:14 PM
We are using hdp 2.5.3 and sqoop version "1.4.6.2.5.3.0-37". Please let us know if any one used custom delimiter for line(record) other than default newline '\n' delimiter ? Sqoop guide no details mentioned on this. https://sqoop.apache.org/docs/1.4.6/SqoopUserGuide.html --lines-terminated-by <char>
Sets the end-of-line character We have requirement to use octal character 016 as record delimiter.
... View more
Labels:
- Labels:
-
Apache Sqoop
08-04-2017
07:32 PM
hwx-odbc-options.jpg
... View more
08-04-2017
07:22 PM
Issue is fixed after enabling the Use native Query option from Advanced Options. Hwx odbc driver verrsion we got the issue is v2.1.5.1006 64bit). ODBC driver logs showed, without the native query option, it tries to describe the table "desc db1.tabl1". As some of the columns are restricted in that table for the end users, describe query is failing. When "Use native query" option enabled it did not tried to describe the table, so the end users query on permitted columns work well. Feel free to to comment on this explanation and corrections.
... View more
08-01-2017
06:54 PM
SELECT table1.col1, table1.col2 FROM db1.table1; The import process encountered an unexpected error ERROR [42S02] [ACL][SQLEngine] (31740) Table or view not found: HIVE.db1.table1Command Failed Database tables access was restricted through ranger by restricting some of the sensitive columns. Above selected columns are not part of the ranger policy and are accessible through ambari hive view and beeline. Above error coming only when access through odbc driver.
... View more
Labels:
- Labels:
-
Apache Ranger
10-24-2016
03:06 PM
I am fully aware about the user_limits. My question was is there option to turn it Off/On. As per my understanding there is no way we can disable the user_limits, Only way is to optimize it. Do anyone has disagreement with this statemet, please let me know.
... View more
10-20-2016
09:43 PM
@Maxim Panteleev do we have option to set default mappings to these queues similar to capacity scheduler queue mappings.
... View more
10-18-2016
08:30 PM
1 Kudo
When we create queue it's creating below default value. Is there anyway to disable to this feature, to allow individual users to use cluster capacity max when it's available.
scheduler.capacity.root.default.user-limit-factor=1
... View more
Labels:
- Labels:
-
Apache YARN
09-27-2016
06:31 PM
Thanks @Enis https://hortonworks.secure.force.com/articles/en_US/Issue/Hbase-replication-command-to-add-peer-fails-with-ERROR-KeeperErrorCode-NoAuth-for-hbase?caseId=5004400000ecuin&isCaseCreation=1&popup=true
... View more