Member since
03-12-2018
9
Posts
0
Kudos Received
3
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
231 | 01-11-2021 05:02 PM | |
258 | 10-20-2020 04:48 PM | |
413 | 10-01-2020 02:19 PM |
01-11-2021
05:02 PM
Hi Parth, I apply the fix that you sent and it works fine. Really, the problem was in upgrade ranger database after last upgrade. thanks very much. best regards Eduardo
... View more
01-06-2021
02:24 AM
Hi Gabor Not yet. we decided to apply the upgrade after the holidays. we wish to do this week. thank your contact. Eduardo
... View more
12-16-2020
11:29 AM
Hi Gabor Thanks for your information. I will upgrade to 7.1.5 and check if this resolved your problem. I will tell you the results soon. Regards Eduardo
... View more
12-16-2020
10:07 AM
Hi Gabor We didn´t resolve this problem yet. I will try to open a case on Cloudera Support. Thanks Eduardo
... View more
12-08-2020
09:43 AM
Hi folks, After install Cloudera CDP 7.1.4 we access Altas and searched items . When click any item we receive this error " Unknown Entity-Type" But, looking the searching options we can´t find any ENTITY-TYPE: Someone have any idea why not show any ENTITY TYPE? Thanks Eduardo
... View more
10-20-2020
04:48 PM
Hi all, We upgrade do CDP 7.1.4 and this problem solves. We don´t know why happening this problem, but the upgrade solve it. close issue. thanks
... View more
10-19-2020
05:11 PM
Hi folks, After install Cloudera CDP 7.1.3 we try to access on RANGER CONSOLE --> AUDIT --> ACCESS and we get this error/message "Error running solr query, please check solr configs. Collection not found: ranger_audits" Looking file catalina.out ================================================================================== Oct 19, 2020 11:59:39 PM org.apache.ranger.server.tomcat.SolrCollectionBootstrapper connect INFO: Solr is in Cloud mode Oct 19, 2020 11:59:39 PM org.apache.ranger.server.tomcat.SolrCollectionBootstrapper uploadConfiguration INFO: Config already exists with name ranger_audits Oct 19, 2020 11:59:41 PM org.apache.ranger.server.tomcat.SolrCollectionBootstrapper createCollection SEVERE: Error while creating collection in solr : org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://XXXXXXXXXXXX:8993/solr: Underlying core creation failed while creating collection: ranger_audits Oct 19, 2020 11:59:41 PM org.apache.ranger.server.tomcat.SolrCollectionBootstrapper logErrorMessageAndWait SEVERE: Error while performing operations on solr. [retrying after 60000 ms] ================================================================================== We run these steps using this information: https://docs.cloudera.com/cdp-private-cloud-base/7.1.3/installation/topics/cdpdc-additional-steps-ranger.html But it is still this error. thanks for you help. Regards Eduardo
... View more
10-01-2020
02:19 PM
Hi @aakulov Thanks very much for your help. We used --hs2-url and sqoop works fine. best regards, Eduardo
... View more
09-30-2020
04:51 PM
I'm trying to test Sqoop action in the following environment: CDP 7.1.3 (new instalation) Sqoop 1.4.7 Via the command line, the following sqoop command works: sudo -su hdfs sqoop import "-Dorg.apache.sqoop.splitter.allow_text_splitter = true" --connect jdbc:oracle:thin:@XXXXXXXXXXXX:1521/orcl --username XXXXX --password XXXX --table "HR.JOBS" --delete-target-dir --as-parquetfile --null-string '\\N' --null-non-string '\\N' --hive-import --create-hive-table --hive-table default.jobs Sqoop connects in Oracle Database and write parquet files into HDFS. But when try load data into Hive. getting this error: Import failed: java.io.IOException: Hive exited with status 4: 20/09/30 23:32:03 INFO hive.HiveImport: Loading uploaded data into Hive 20/09/30 23:32:03 INFO hive.HiveImport: Cannot find hadoop installation: $HADOOP_HOME or $HADOOP_PREFIX must be set or hadoop must be in the path 20/09/30 23:32:03 ERROR tool.ImportTool: Import failed: java.io.IOException: Hive exited with status 4 at org.apache.sqoop.hive.HiveImport.executeExternalHiveScript(HiveImport.java:253) at org.apache.sqoop.hive.HiveImport.importTable(HiveImport.java:206) at org.apache.sqoop.hive.HiveImport.importTable(HiveImport.java:273) at org.apache.sqoop.tool.ImportTool.importTable(ImportTool.java:564) at org.apache.sqoop.tool.ImportTool.run(ImportTool.java:655) at org.apache.sqoop.Sqoop.run(Sqoop.java:151) at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:76) at org.apache.sqoop.Sqoop.runSqoop(Sqoop.java:187) at org.apache.sqoop.Sqoop.runTool(Sqoop.java:241) at org.apache.sqoop.Sqoop.runTool(Sqoop.java:250) at org.apache.sqoop.Sqoop.main(Sqoop.java:259) Any help would be greatly appreciated! Thanks
... View more