How To Install pcp-export-pcp2spark.x86_64 on Amazon Linux 2
Introduction
In this tutorial we learn how to install pcp-export-pcp2spark.x86_64
on Amazon Linux 2.
What is pcp-export-pcp2spark.x86_64
Performance Co-Pilot (PCP) front-end tools for exporting metric values in JSON format to Apache Spark. See https
We can use yum
to install pcp-export-pcp2spark.x86_64
on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install pcp-export-pcp2spark.x86_64.
Install pcp-export-pcp2spark.x86_64 on Amazon Linux 2 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install pcp-export-pcp2spark.x86_64
using yum
by running the following command:
sudo yum -y install pcp-export-pcp2spark.x86_64
How To Uninstall pcp-export-pcp2spark.x86_64 on Amazon Linux 2
To uninstall only the pcp-export-pcp2spark.x86_64
package we can use the following command:
sudo yum remove pcp-export-pcp2spark.x86_64
pcp-export-pcp2spark.x86_64 Package Contents on Amazon Linux 2
/usr/bin/pcp2spark
References
Summary
In this tutorial we learn how to install pcp-export-pcp2spark.x86_64
on Amazon Linux 2 using yum.