Member since
11-29-2016
21
Posts
12
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
843 | 07-18-2024 11:46 PM |
08-19-2024
10:37 PM
1 Kudo
This is the bash script that we are using to load the data in to HADOOP. but some days it's stopped without ending.no any special reason for this and no any modifications Thank you!
... View more
08-19-2024
10:34 PM
1 Kudo
Yes. we can access application log using command line version - 7.7.1 When we check the logs from UI, we can find full error msg as following. "Logs are unavailable because Application Timeline Service seems unhealthy and could not connect to the JobHistory server." Thank you!
... View more
08-16-2024
12:56 AM
1 Kudo
When we try to get YARN log from cloudera manager, it's shopiwng following Logs are unavailable because Application Timeline Service seems unhealthy and could not connect to the JobHistory server. Please help anyone?
... View more
Labels:
- Labels:
-
Cloudera Data Platform (CDP)
08-02-2024
12:18 AM
1 Kudo
Some Scripts suddenly stopping without ending for some days
... View more
07-18-2024
11:46 PM
1 Kudo
Thank you for the comments. we fixed the issue. issue is firewall rules not granted correctly Thank you!
... View more
07-17-2024
10:03 PM
1 Kudo
Thank you for the updated. but Oracle native sqlplus already enabled.
... View more
07-17-2024
10:55 AM
Unable to execute the Sqoop command after configuring the existing environment into the new environment. we are using Sqoop import/export command to get the data from other DB to the HADOOP. But it's failed with following error. But we can do eval command and list command for same DB. Error: java.lang.RuntimeException: java.sql.SQLException: ORA-12541: Cannot connect. No listener at host prxd10-scan.intranet.slt.com.lk port 1521. (CONNECTION_ID=fnQPj6XGQbKYLTFy6NYkAA==) https://docs.oracle.com/error-help/db/ora-12541/ but we are doing some Sqoop job with HADOOP and other DBs. please help me!
... View more
03-19-2024
10:39 PM
Hi everyone, I need to create HUE table separating "|" for insert like following values into table with removing all not required "" "94112605011"|"DEFAULT"|"FTTH_WEB FAMILY PLUS!PDL&Ec5@1706725800;94112605011;1704047400"|"COUNTER"|"u"|"0E-12"|"2023-12-31 18:30:00.000000"|"2024-01-31 18:30:00.000000"|"0"|"{""data"":{""o"":{""-t"":""ECS_BalanceContextInfo"",""m"":[{""-c"":""57a2"",""-v"":""1"",""a"":[{""-n"":""unitType"",""v"":{""-s"":""VOLUME""}},{""-n"":""offerId"",""v"":{""-s"":""15""}},{""-n"":""offerName"",""v"":{""-s"":""FTTH_WEB FAMILY PLUS""}},{""-n"":""offerQuota"",""v"":{""-s"":""42949672960""}},{""-n"":""quotaThreshold"",""v"":{""-s"":""0""}}]}],""o"":[{""-t"":""ECS_BalanceContextInfoBase"",""m"":[{""-c"":""5136"",""-v"":""1""},{""-c"":""8d18"",""-v"":""2"",""a"":[{""-n"":""subscriptionId"",""v"":{""-s"":""9411260501111152164097540010""}}]}]},{""-t"":""ECS""},{""-t"":""AVS"",""m"":[{""-c"":""e3a0"",""-v"":""1""}]}]}}}"|"{""a"":[""0""]}"|"BYTES"|"0E-12" i HAVE USED FOLLOWING COMMAND CREATE TABLE slt.OCS_BALANCE(SUBSCRIBERID STRING,PURSEID STRING,BALANCEID STRING,BALANCETYPE STRING,BALANCEFLAGS STRING,CREDITLIMIT STRING,EFFECTIVEDATE STRING,EXPIRYDATE STRING,PRIORITY STRING,CONTEXTINFO STRING,ROLLOVERAMOUNT STRING,UNITTYPE STRING,THRESHOLDALTERATION STRING) ROW FORMAT DELIMITED FIELDS TERMINATED BY ',' WITH SERDEPROPERTIES ('serialization.format'=',', 'field.delim'=',') STORED AS TEXTFILE LOCATION '/temp/OCS_BALANCEVALUE'; Please guide me to create correct table
... View more
Labels:
- Labels:
-
Apache Hive
-
Cloudera Hue
03-18-2024
03:47 AM
1 Kudo
Thank you!
... View more
03-14-2024
11:28 PM
1 Kudo
Rename of the HADOOP/HUE table name Hi everyone, I need to rename the table name in HUE. i used following command. ALTER TABLE db.table1 RENAME TO db.table2; Please let me know the correct way to rename the table without any issue. Thank you.
... View more
Labels:
- Labels:
-
Cloudera Hue