{"id":14906,"date":"2020-02-05T06:41:20","date_gmt":"2020-02-05T06:41:20","guid":{"rendered":"https:\/\/dbtut.com\/?p=14906"},"modified":"2020-02-07T06:04:51","modified_gmt":"2020-02-07T06:04:51","slug":"how-to-install-apache-cassandra-on-centos-7","status":"publish","type":"post","link":"https:\/\/dbtut.com\/index.php\/2020\/02\/05\/how-to-install-apache-cassandra-on-centos-7\/","title":{"rendered":"How to Install Apache Cassandra on CentOS 7"},"content":{"rendered":"<p>In this article, we will install apache cassandra on Centos 7 in a Standalone structure.<\/p>\n<p>Now let&#8217;s start installing our Cassandra NoSQL database on Centos 7 step by step.<\/p>\n<h3>Step1: Install Required Packages<\/h3>\n<p>We start with the required package installations.<\/p>\n<pre class=\"lang:default decode:true \">#yum -y install epel-release\n#yum -y update\nyum install -y htop\n#um install -y iotop\n#yum install -y atop#\n#yum -y install java\nyum install vim -y\nyum install wget -y<\/pre>\n<h3>Step2: Java Installation and Configuration<\/h3>\n<h4>Install Java<\/h4>\n<p>We are installing Java.<\/p>\n<pre class=\"lang:default decode:true \">sudo yum install java -y<\/pre>\n<h4>Check Java Version<\/h4>\n<p>We check our Java version.<\/p>\n<pre class=\"lang:default decode:true \">sudo java -version<\/pre>\n<h4>Create JAVA_HOME Environment Variable<\/h4>\n<p>Optionally, you can create the JAVA_HOME environment variable as follows:<\/p>\n<pre class=\"lang:default decode:true  \">echo $JAVA_HOME\n \nvim ~\/.bash_profile\n \n# add following to the bottom line. \n \nexport JAVA_HOME=\/usr\/java\/jdk1.8.0_131\/\nexport JRE_HOME=\/usr\/java\/jdk1.8.0_131\/jre\nsource ~\/.bash_profile\n \necho $JAVA_HOME \n\/usr\/java\/jdk1.8.0_131\/<\/pre>\n<h3>Step3: Create Repository<\/h3>\n<p>We create the repo.<\/p>\n<pre class=\"lang:default decode:true \">vim \/etc\/yum.repos.d\/cassandra.repo<\/pre>\n<p>We add the following information to the repo and save.<\/p>\n<pre class=\"lang:default decode:true \">[cassandra]\nname=Apache Cassandra\nbaseurl=https:\/\/www.apache.org\/dist\/cassandra\/redhat\/311x\/\ngpgcheck=1\nrepo_gpgcheck=1\ngpgkey=https:\/\/www.apache.org\/dist\/cassandra\/KEYS<\/pre>\n<h3>Step4: Install Cassandra<\/h3>\n<p>Now we are installing Cassandra.<\/p>\n<pre class=\"lang:default decode:true \">yum -y install cassandra<\/pre>\n<p>We run the Daemon Reload command.<\/p>\n<pre class=\"lang:default decode:true \">systemctl daemon-reload<\/pre>\n<h4>Start Cassandra Service<\/h4>\n<pre class=\"lang:default decode:true \">systemctl start cassandra<\/pre>\n<h4>Enable Cassandra Service<\/h4>\n<pre class=\"lang:default decode:true \">systemctl enable cassandra<\/pre>\n<h4>Check the Status<\/h4>\n<pre class=\"lang:default decode:true \">nodetool status<\/pre>\n<p>We have completed Apache Cassandra Installation on our system. Our next article will be Apache Cassandra Cluster and its features.<\/p>\n<p>Thank you.<\/p>\n<div class=\"pvc_clear\"><\/div>\n<p id=\"pvc_stats_14906\" class=\"pvc_stats all  \" data-element-id=\"14906\" style=\"\"><i class=\"pvc-stats-icon medium\" aria-hidden=\"true\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"far\" data-icon=\"chart-bar\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\" class=\"svg-inline--fa fa-chart-bar fa-w-16 fa-2x\"><path fill=\"currentColor\" d=\"M396.8 352h22.4c6.4 0 12.8-6.4 12.8-12.8V108.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v230.4c0 6.4 6.4 12.8 12.8 12.8zm-192 0h22.4c6.4 0 12.8-6.4 12.8-12.8V140.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v198.4c0 6.4 6.4 12.8 12.8 12.8zm96 0h22.4c6.4 0 12.8-6.4 12.8-12.8V204.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v134.4c0 6.4 6.4 12.8 12.8 12.8zM496 400H48V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v336c0 17.67 14.33 32 32 32h464c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16zm-387.2-48h22.4c6.4 0 12.8-6.4 12.8-12.8v-70.4c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v70.4c0 6.4 6.4 12.8 12.8 12.8z\" class=\"\"><\/path><\/svg><\/i> <img loading=\"lazy\" decoding=\"async\" width=\"16\" height=\"16\" alt=\"Loading\" src=\"https:\/\/dbtut.com\/wp-content\/plugins\/page-views-count\/ajax-loader-2x.gif\" border=0 \/><\/p>\n<div class=\"pvc_clear\"><\/div>\n","protected":false},"excerpt":{"rendered":"<p>In this article, we will install apache cassandra on Centos 7 in a Standalone structure. Now let&#8217;s start installing our Cassandra NoSQL database on Centos 7 step by step. Step1: Install Required Packages We start with the required package installations. #yum -y install epel-release #yum -y update yum install -y htop #um install -y iotop &hellip;<\/p>\n<div class=\"pvc_clear\"><\/div>\n<p id=\"pvc_stats_14906\" class=\"pvc_stats all  \" data-element-id=\"14906\" style=\"\"><i class=\"pvc-stats-icon medium\" aria-hidden=\"true\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"far\" data-icon=\"chart-bar\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\" class=\"svg-inline--fa fa-chart-bar fa-w-16 fa-2x\"><path fill=\"currentColor\" d=\"M396.8 352h22.4c6.4 0 12.8-6.4 12.8-12.8V108.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v230.4c0 6.4 6.4 12.8 12.8 12.8zm-192 0h22.4c6.4 0 12.8-6.4 12.8-12.8V140.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v198.4c0 6.4 6.4 12.8 12.8 12.8zm96 0h22.4c6.4 0 12.8-6.4 12.8-12.8V204.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v134.4c0 6.4 6.4 12.8 12.8 12.8zM496 400H48V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v336c0 17.67 14.33 32 32 32h464c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16zm-387.2-48h22.4c6.4 0 12.8-6.4 12.8-12.8v-70.4c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v70.4c0 6.4 6.4 12.8 12.8 12.8z\" class=\"\"><\/path><\/svg><\/i> <img loading=\"lazy\" decoding=\"async\" width=\"16\" height=\"16\" alt=\"Loading\" src=\"https:\/\/dbtut.com\/wp-content\/plugins\/page-views-count\/ajax-loader-2x.gif\" border=0 \/><\/p>\n<div class=\"pvc_clear\"><\/div>\n","protected":false},"author":483,"featured_media":14907,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_uf_show_specific_survey":0,"_uf_disable_surveys":false,"footnotes":""},"categories":[1308],"tags":[8323,8326,8327,8325,8330,8332,8335,8334,8331,8333,8328,8322,8324,8329],"class_list":["post-14906","post","type-post","status-publish","format-standard","has-post-thumbnail","","category-cassandra","tag-check-java-version","tag-create-java_home-environment-variable","tag-create-java_home-environment-variable-centos","tag-create-java_home-environment-variable-linux","tag-enable-cassandra-service","tag-install-apache-cassandra","tag-install-apache-cassandra-centos","tag-install-apache-cassandra-on-centos","tag-install-apache-cassandra-on-centos-7","tag-install-apache-cassandra-on-linux","tag-install-cassandra","tag-install-java","tag-java-installation-and-configuration","tag-start-cassandra-service"],"aioseo_notices":[],"a3_pvc":{"activated":true,"total_views":208,"today_views":0},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.9 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to Install Apache Cassandra on CentOS 7 - Database Tutorials<\/title>\n<meta name=\"description\" content=\"How to Install Apache Cassandra on CentOS 7\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/dbtut.com\/index.php\/2020\/02\/05\/how-to-install-apache-cassandra-on-centos-7\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Install Apache Cassandra on CentOS 7 - Database Tutorials\" \/>\n<meta property=\"og:description\" content=\"How to Install Apache Cassandra on CentOS 7\" \/>\n<meta property=\"og:url\" content=\"https:\/\/dbtut.com\/index.php\/2020\/02\/05\/how-to-install-apache-cassandra-on-centos-7\/\" \/>\n<meta property=\"og:site_name\" content=\"Database Tutorials\" \/>\n<meta property=\"article:published_time\" content=\"2020-02-05T06:41:20+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-02-07T06:04:51+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/dbtut.com\/wp-content\/uploads\/2020\/02\/Ads\u0131z-2.png\" \/>\n\t<meta property=\"og:image:width\" content=\"480\" \/>\n\t<meta property=\"og:image:height\" content=\"312\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Yusuf KAHVEC\u0130\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Yusuf KAHVEC\u0130\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/dbtut.com\/index.php\/2020\/02\/05\/how-to-install-apache-cassandra-on-centos-7\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/dbtut.com\/index.php\/2020\/02\/05\/how-to-install-apache-cassandra-on-centos-7\/\"},\"author\":{\"name\":\"Yusuf KAHVEC\u0130\",\"@id\":\"https:\/\/dbtut.com\/#\/schema\/person\/695ad69b2bd896864842ba8772930150\"},\"headline\":\"How to Install Apache Cassandra on CentOS 7\",\"datePublished\":\"2020-02-05T06:41:20+00:00\",\"dateModified\":\"2020-02-07T06:04:51+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/dbtut.com\/index.php\/2020\/02\/05\/how-to-install-apache-cassandra-on-centos-7\/\"},\"wordCount\":142,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/dbtut.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/dbtut.com\/index.php\/2020\/02\/05\/how-to-install-apache-cassandra-on-centos-7\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/dbtut.com\/wp-content\/uploads\/2020\/02\/Ads\u0131z-2.png\",\"keywords\":[\"Check Java Version\",\"create java_home environment variable\",\"create java_home environment variable centos\",\"create java_home environment variable linux\",\"Enable Cassandra Service\",\"Install Apache Cassandra\",\"install apache cassandra centos\",\"install apache cassandra on centos\",\"Install Apache Cassandra on CentOS 7\",\"install apache cassandra on linux\",\"Install Cassandra\",\"Install Java\",\"Java Installation and Configuration\",\"Start Cassandra Service\"],\"articleSection\":[\"Cassandra\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/dbtut.com\/index.php\/2020\/02\/05\/how-to-install-apache-cassandra-on-centos-7\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/dbtut.com\/index.php\/2020\/02\/05\/how-to-install-apache-cassandra-on-centos-7\/\",\"url\":\"https:\/\/dbtut.com\/index.php\/2020\/02\/05\/how-to-install-apache-cassandra-on-centos-7\/\",\"name\":\"How to Install Apache Cassandra on CentOS 7 - Database Tutorials\",\"isPartOf\":{\"@id\":\"https:\/\/dbtut.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/dbtut.com\/index.php\/2020\/02\/05\/how-to-install-apache-cassandra-on-centos-7\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/dbtut.com\/index.php\/2020\/02\/05\/how-to-install-apache-cassandra-on-centos-7\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/dbtut.com\/wp-content\/uploads\/2020\/02\/Ads\u0131z-2.png\",\"datePublished\":\"2020-02-05T06:41:20+00:00\",\"dateModified\":\"2020-02-07T06:04:51+00:00\",\"description\":\"How to Install Apache Cassandra on CentOS 7\",\"breadcrumb\":{\"@id\":\"https:\/\/dbtut.com\/index.php\/2020\/02\/05\/how-to-install-apache-cassandra-on-centos-7\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/dbtut.com\/index.php\/2020\/02\/05\/how-to-install-apache-cassandra-on-centos-7\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/dbtut.com\/index.php\/2020\/02\/05\/how-to-install-apache-cassandra-on-centos-7\/#primaryimage\",\"url\":\"https:\/\/dbtut.com\/wp-content\/uploads\/2020\/02\/Ads\u0131z-2.png\",\"contentUrl\":\"https:\/\/dbtut.com\/wp-content\/uploads\/2020\/02\/Ads\u0131z-2.png\",\"width\":480,\"height\":312},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/dbtut.com\/index.php\/2020\/02\/05\/how-to-install-apache-cassandra-on-centos-7\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/dbtut.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Install Apache Cassandra on CentOS 7\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/dbtut.com\/#website\",\"url\":\"https:\/\/dbtut.com\/\",\"name\":\"Database Tutorials\",\"description\":\"MSSQL, Oracle, PostgreSQL, MySQL, MariaDB, DB2, Sybase, Teradata, Big Data, NOSQL, MongoDB, Couchbase, Cassandra, Windows, Linux\",\"publisher\":{\"@id\":\"https:\/\/dbtut.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/dbtut.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/dbtut.com\/#organization\",\"name\":\"dbtut\",\"url\":\"https:\/\/dbtut.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/dbtut.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/dbtut.com\/wp-content\/uploads\/2021\/02\/dbtutlogo.jpg\",\"contentUrl\":\"https:\/\/dbtut.com\/wp-content\/uploads\/2021\/02\/dbtutlogo.jpg\",\"width\":223,\"height\":36,\"caption\":\"dbtut\"},\"image\":{\"@id\":\"https:\/\/dbtut.com\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/dbtut.com\/#\/schema\/person\/695ad69b2bd896864842ba8772930150\",\"name\":\"Yusuf KAHVEC\u0130\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/dbtut.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/b7b4650ddb695869b13831d79f25c19ee915dc2151a7c8fcdf01538c295eb032?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/b7b4650ddb695869b13831d79f25c19ee915dc2151a7c8fcdf01538c295eb032?s=96&d=mm&r=g\",\"caption\":\"Yusuf KAHVEC\u0130\"},\"url\":\"https:\/\/dbtut.com\/index.php\/author\/yusufkahveci\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Install Apache Cassandra on CentOS 7 - Database Tutorials","description":"How to Install Apache Cassandra on CentOS 7","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/dbtut.com\/index.php\/2020\/02\/05\/how-to-install-apache-cassandra-on-centos-7\/","og_locale":"en_US","og_type":"article","og_title":"How to Install Apache Cassandra on CentOS 7 - Database Tutorials","og_description":"How to Install Apache Cassandra on CentOS 7","og_url":"https:\/\/dbtut.com\/index.php\/2020\/02\/05\/how-to-install-apache-cassandra-on-centos-7\/","og_site_name":"Database Tutorials","article_published_time":"2020-02-05T06:41:20+00:00","article_modified_time":"2020-02-07T06:04:51+00:00","og_image":[{"width":480,"height":312,"url":"https:\/\/dbtut.com\/wp-content\/uploads\/2020\/02\/Ads\u0131z-2.png","type":"image\/png"}],"author":"Yusuf KAHVEC\u0130","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Yusuf KAHVEC\u0130","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/dbtut.com\/index.php\/2020\/02\/05\/how-to-install-apache-cassandra-on-centos-7\/#article","isPartOf":{"@id":"https:\/\/dbtut.com\/index.php\/2020\/02\/05\/how-to-install-apache-cassandra-on-centos-7\/"},"author":{"name":"Yusuf KAHVEC\u0130","@id":"https:\/\/dbtut.com\/#\/schema\/person\/695ad69b2bd896864842ba8772930150"},"headline":"How to Install Apache Cassandra on CentOS 7","datePublished":"2020-02-05T06:41:20+00:00","dateModified":"2020-02-07T06:04:51+00:00","mainEntityOfPage":{"@id":"https:\/\/dbtut.com\/index.php\/2020\/02\/05\/how-to-install-apache-cassandra-on-centos-7\/"},"wordCount":142,"commentCount":0,"publisher":{"@id":"https:\/\/dbtut.com\/#organization"},"image":{"@id":"https:\/\/dbtut.com\/index.php\/2020\/02\/05\/how-to-install-apache-cassandra-on-centos-7\/#primaryimage"},"thumbnailUrl":"https:\/\/dbtut.com\/wp-content\/uploads\/2020\/02\/Ads\u0131z-2.png","keywords":["Check Java Version","create java_home environment variable","create java_home environment variable centos","create java_home environment variable linux","Enable Cassandra Service","Install Apache Cassandra","install apache cassandra centos","install apache cassandra on centos","Install Apache Cassandra on CentOS 7","install apache cassandra on linux","Install Cassandra","Install Java","Java Installation and Configuration","Start Cassandra Service"],"articleSection":["Cassandra"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/dbtut.com\/index.php\/2020\/02\/05\/how-to-install-apache-cassandra-on-centos-7\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/dbtut.com\/index.php\/2020\/02\/05\/how-to-install-apache-cassandra-on-centos-7\/","url":"https:\/\/dbtut.com\/index.php\/2020\/02\/05\/how-to-install-apache-cassandra-on-centos-7\/","name":"How to Install Apache Cassandra on CentOS 7 - Database Tutorials","isPartOf":{"@id":"https:\/\/dbtut.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/dbtut.com\/index.php\/2020\/02\/05\/how-to-install-apache-cassandra-on-centos-7\/#primaryimage"},"image":{"@id":"https:\/\/dbtut.com\/index.php\/2020\/02\/05\/how-to-install-apache-cassandra-on-centos-7\/#primaryimage"},"thumbnailUrl":"https:\/\/dbtut.com\/wp-content\/uploads\/2020\/02\/Ads\u0131z-2.png","datePublished":"2020-02-05T06:41:20+00:00","dateModified":"2020-02-07T06:04:51+00:00","description":"How to Install Apache Cassandra on CentOS 7","breadcrumb":{"@id":"https:\/\/dbtut.com\/index.php\/2020\/02\/05\/how-to-install-apache-cassandra-on-centos-7\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/dbtut.com\/index.php\/2020\/02\/05\/how-to-install-apache-cassandra-on-centos-7\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/dbtut.com\/index.php\/2020\/02\/05\/how-to-install-apache-cassandra-on-centos-7\/#primaryimage","url":"https:\/\/dbtut.com\/wp-content\/uploads\/2020\/02\/Ads\u0131z-2.png","contentUrl":"https:\/\/dbtut.com\/wp-content\/uploads\/2020\/02\/Ads\u0131z-2.png","width":480,"height":312},{"@type":"BreadcrumbList","@id":"https:\/\/dbtut.com\/index.php\/2020\/02\/05\/how-to-install-apache-cassandra-on-centos-7\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/dbtut.com\/"},{"@type":"ListItem","position":2,"name":"How to Install Apache Cassandra on CentOS 7"}]},{"@type":"WebSite","@id":"https:\/\/dbtut.com\/#website","url":"https:\/\/dbtut.com\/","name":"Database Tutorials","description":"MSSQL, Oracle, PostgreSQL, MySQL, MariaDB, DB2, Sybase, Teradata, Big Data, NOSQL, MongoDB, Couchbase, Cassandra, Windows, Linux","publisher":{"@id":"https:\/\/dbtut.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/dbtut.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/dbtut.com\/#organization","name":"dbtut","url":"https:\/\/dbtut.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/dbtut.com\/#\/schema\/logo\/image\/","url":"https:\/\/dbtut.com\/wp-content\/uploads\/2021\/02\/dbtutlogo.jpg","contentUrl":"https:\/\/dbtut.com\/wp-content\/uploads\/2021\/02\/dbtutlogo.jpg","width":223,"height":36,"caption":"dbtut"},"image":{"@id":"https:\/\/dbtut.com\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/dbtut.com\/#\/schema\/person\/695ad69b2bd896864842ba8772930150","name":"Yusuf KAHVEC\u0130","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/dbtut.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/b7b4650ddb695869b13831d79f25c19ee915dc2151a7c8fcdf01538c295eb032?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/b7b4650ddb695869b13831d79f25c19ee915dc2151a7c8fcdf01538c295eb032?s=96&d=mm&r=g","caption":"Yusuf KAHVEC\u0130"},"url":"https:\/\/dbtut.com\/index.php\/author\/yusufkahveci\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/posts\/14906","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/users\/483"}],"replies":[{"embeddable":true,"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/comments?post=14906"}],"version-history":[{"count":0,"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/posts\/14906\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/media\/14907"}],"wp:attachment":[{"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/media?parent=14906"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/categories?post=14906"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/tags?post=14906"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}