Member since
01-19-2017
3676
Posts
632
Kudos Received
372
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 609 | 06-04-2025 11:36 PM | |
| 1175 | 03-23-2025 05:23 AM | |
| 579 | 03-17-2025 10:18 AM | |
| 2183 | 03-05-2025 01:34 PM | |
| 1373 | 03-03-2025 01:09 PM |
08-17-2020
07:43 AM
@npdell curious to know if you have fixed the above issue and what you did.
... View more
08-15-2020
01:03 PM
I think the reality is now that both are great technologies and the overlap in use cases is pretty big - there are a lot of SQL workloads where either can work. I just wanted to clarify a few points. Impala does support querying complex types from Parquet - https://docs.cloudera.com/documentation/enterprise/latest/topics/impala_complex_types.html We also are working on a transparent query retry feature in Impala that should be released soon.
... View more
08-14-2020
12:38 AM
1 Kudo
@mike_bronson7 Let me try to answer all your 3 questions in a shot [snapshot] Zookeeper has 2 types of logs the snapshot and transactional log files. As changes are made to the znodes i.e addition or deletion of znodes these changes are appended to a transaction log, occasionally, when a log grows large, a snapshot of the current state of all znodes will be written to the filesystem. This snapshot supersedes all previous logs. To put you in context it's like the edit-logs and the fsimage in Namenode architecture, all changes made in the HDFS is logged in the edits-logs in secondary Namenode when a checkpoint kick in it merges the edits log with the old fsimage to incorporate the changes ever since the last checkpoint. So zk snapshot is synonym to the fsimage as it contains the current state of the znode entries and ACL's Snapshot policy In the earlier command shared the snapshot count parameter -n <count> if you really want to have sleep then you can increment it to 5 or 7 but I think 3 suffice to use the autopurge feature so I keep only 3 snapshots and 3 transaction logs. When enabled, ZooKeeper auto-purge feature retains the autopurge.snapRetainCount most recent snapshots and the corresponding transaction logs in the dataDir and dataLogDir respectively and deletes the rest. Defaults to 3. The minimum value is 3. Corrupt snapshots The Zookeeper might not be able to read its database and fail to come up because of some file corruption in the transaction logs of the ZooKeeper server. You will see some IOException on loading the ZooKeeper database. In such a case, make sure all the other servers in your ensemble are up and working. Use the 4 letters command "stat" command on the command port to see if they are in good health. After you have verified that all the other servers of the ensemble are up, you can go ahead and clean the database of the corrupt server. Solution Delete all the files in datadir/version-2 and datalogdir/version-2/. Restart the server. Hope that helps
... View more
08-13-2020
09:24 PM
@Shelton, We were trying to see if database and tables created in MySQL are imported through import-hive.sh. What we saw that import-hive.sh only imports the database and tables created through hive shell and not MySQL. Once we started creating the tables through the hive shell, the import-hive.sh started importing them and the same was seen in Atlas as well.
... View more
08-13-2020
01:09 PM
@BBFayz Below is the link with all the passwords you could be interested in. The default root password by default is root/hadoop but you will be requested to change that on the first logon Sandbox passwords learning rope Setup Static IP on RHEL Hope that helps
... View more
08-13-2020
05:44 AM
1 Kudo
Hi @Shelton Could you please help me. Thanks, Vinod
... View more
08-13-2020
12:42 AM
While starting Hortonworks sandbox it gets stuck on "extracting and loading the hortonworks sandbox..." And after some times it shows the message of critical error or sometimes it says "your system has ran into an error we'll restart it"
... View more
08-06-2020
07:18 AM
Services Reporting Alerts UNKNOWN [AMBARI_METRICS] AMBARI_METRICS UNKNOWN Metrics Collector - HBase Master CPU Utilization [Alert][ams_metrics_collector_hbase_master_cpu] Unable to extract JSON from JMX response Is this big issue? anything worry about it? another alert is Services Reporting Alerts OK [AMBARI_METRICS] AMBARI_METRICS OK Metrics Collector - HBase Master CPU Utilization 12 CPU, load 12.8% Please advice me I am waiting for you kind response.
... View more
08-04-2020
07:30 AM
Could you please let us know which documentation you are talking about?
... View more
08-02-2020
05:06 PM
@Shelton , Thanks for your response. I've search in the link provided. Couldn't get to see any solution there. May I request you to share me any relevant links to my problem mentioned. Thanks in advance.
... View more