Member since
04-05-2016
188
Posts
19
Kudos Received
11
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
908 | 10-30-2017 07:05 AM | |
1194 | 10-12-2017 07:03 AM | |
4845 | 10-12-2017 06:59 AM | |
7115 | 03-01-2017 09:56 AM | |
21281 | 01-26-2017 11:52 AM |
02-27-2018
02:31 PM
@Prakash Punj Did you get the access tab to work in ranger? Will be glad if you post the solution to this issue...Thank you.
... View more
11-10-2017
07:18 AM
I am trying to load a csv into spark but having difficulty with some newline characters in quotes. e.g "The csv
file is about
to be loaded into
Phoenix"
How i want it:
"The csv file is about to be loaded into Phoenix"
How do i get around this?
... View more
Labels:
- Labels:
-
Apache Spark
10-30-2017
07:05 AM
was able to create external tables using the OSCH. Issue was that the hadoop distribution used was downloaded from apache. This was resolved by shipping the hdp distribution in "/usr" to the oracle node and issue was resolved.
... View more
10-13-2017
10:20 AM
I am able to run the -createTable command successfully using the Oracle SQL connector for HDFS (OSCH). However, the external table created in Oracle is empty as against the over 38M rows that exist in Hive. Not sure why this is happening and i've checked the few log files but there's really nothing meaningful in the logs. Has anyone successfully used the OSCH to create external tables?
... View more
Labels:
- Labels:
-
Apache Hadoop
10-12-2017
07:03 AM
This error was resolved by re-copying the Hive folder to the node where Oracle was running and specifying the new path to Hive in the Hadoop Classpath.
... View more
10-12-2017
06:59 AM
With HDP 2.6.0, i was able to configure ranger with AD. Only needed to create the amb_ranger_admin user that was missing in Ranger UI.
... View more
10-04-2017
06:27 AM
I am encountering an error while testing OSCH. I have the same hadoop version (2.7.3 which is HDP 2.6.0) installed on Oracle and my HDP boxes. Don't know if anyone has come across this issue... Oracle SQL Connector for HDFS Release 3.6.0 - Production
Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
[Enter Database Password:]
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/app/oracle/hadoop/hadoop-2.7.3/share/hadoop/common/lib/slf4j-log4j12-1.7.10.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/app/oracle/hive/apache-hive-2.1.1-bin/lib/log4j-slf4j-impl-2.4.1.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory]
17/10/04 08:21:52 INFO conf.HiveConf: Found configuration file file:/app/oracle/hadoop/hadoop-2.7.3/etc/hadoop/hive-site.xml
Exception in thread "main" java.lang.NoSuchMethodError: org.apache.hadoop.hive.metastore.HiveMetaStoreClient.<init>(Lorg/apache/hadoop/hive/conf/HiveConf;Lorg/apache/hadoop/hive/metastore/HiveMetaHookLoader;)V
at oracle.hadoop.utils.HiveUtils.newHiveMetaStoreClient(HiveUtils.java:133)
at oracle.hadoop.exttab.hive.HiveSource.initialize(HiveSource.java:201)
at oracle.hadoop.exttab.hive.HiveSource.isPartitioned(HiveSource.java:310)
at oracle.hadoop.exttab.ExternalTable.doCreateTable(ExternalTable.java:2318)
at oracle.hadoop.exttab.ExternalTable.run(ExternalTable.java:3400)
at oracle.hadoop.exttab.ExternalTable.run(ExternalTable.java:3481)
at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:70)
at oracle.hadoop.exttab.ExternalTable.main(ExternalTable.java:3594)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.apache.hadoop.util.RunJar.run(RunJar.java:221)
at org.apache.hadoop.util.RunJar.main(RunJar.java:136)
... View more
Labels:
- Labels:
-
Apache Hadoop
09-04-2017
10:27 AM
@spolavarapu I'm getting error above when i configure usersync...
... View more
08-31-2017
07:46 PM
@Geoffrey Shelton Okot I'm sure the URL error is not an authorization issue or syntax error. Will look more at the group and user filters as an hwx document suggest it might be some settings.
... View more
08-31-2017
07:37 AM
ranger.ldap.ad.domain=DC=domain,DC=config,DC=com
ranger.ldap.ad.url=ldap://domain.config.com:389
ranger.ldap.ad.base.dn=DC=domain,DC=config,DC=com
ranger.ldap.ad.bind.dn=DOMAIN\binduser
ranger.ldap.ad.bind.password=XXXX
ranger.ldap.ad.referral=follow
ranger.ldap.group.searchbase=DC=domain,DC=config,DC=com
ranger.ldap.group.searchfilter=(member=cn={0},ou=Users,DC=domain,DC=config,DC=com)
... View more