Troubleshooting HBase Snapshot Reads with LZO Compression
Issue 1: UnsatisfiedLinkError to gplcompression
When attempting to read HBase snapshot data, the following error occurs:
java.lang.UnsatisfiedLinkError: no gplcompression in java.library.path
at com.hadoop.compression.lzo.GPLNativeCodeLoader.<clinit>(GPLNativeCodeLoader.java:31)
at com.hadoop.compression.lzo.LzoCodec.<clinit> ...
Posted on Sun, 14 Jun 2026 16:47:10 +0000 by zMastaa
Elasticsearch Snapshot Backup Automation on Windows
Configuring Backup Repository
Navigate to the elasticsearch-6.2.2\config directory and modify the elasticsearch.yml configuration file. Add the following line at the end to specify the backup storage path:
path.repo: ["D:/backup_storage/elastic_backup"]
Create the designated folder at the specified location if it doesn't exist.
Crea ...
Posted on Thu, 14 May 2026 06:13:05 +0000 by Vidya_tr
Implementing S3 Backup and Restore in Easysearch
Easysearch includes native support for S3 storage, enabling users to create and restore snapshots directly to Amazon S3-compatible services without installing external plugins. This integration streamlines the backup and migration workflow for data managed within the cluster.
Prerequisite: Object Storage Setup
A compatible S3 service is require ...
Posted on Fri, 08 May 2026 13:14:46 +0000 by Naithin