Author Archives: Huang Shiyang

The cassandra-stress tool

https://docs.datastax.com/en/cassandra/3.0/cassandra/tools/toolsCStress.html The cassandra-stress tool is a Java-based stress testing utility for basic benchmarking and load testing a Cassandra cluster.Data modeling choices can greatly affect... Read More | Share it now!

Add Nodes To The Google cloud Cassandra Cluster

https://docs.bitnami.com/google-templates/infrastructure/cassandra/configuration/enable-additional-nodes/ IMPORTANT: These steps assume that you have already installed the Google Cloud SDK and you are signed in to the Google Cloud Platform... Read More | Share it now!

Adding nodes to an existing Cassandra cluster

https://docs.datastax.com/en/cassandra/3.0/cassandra/operations/opsAddNodeToCluster.html Virtual nodes (vnodes) greatly simplify adding nodes to an existing cluster: Calculating tokens and assigning them to each node is no longer required. Rebalancing... Read More | Share it now!

Load-testing Apache Cassandra

Load-testing Apache Cassandra; Parsing Latency & Throughput Results (Part 1 of 3) https://medium.com/linode-cube/load-testing-apache-cassandra-parsing-latency-throughput-results-part-1-of-3-1c0712166e40 Setting up the client and server As... Read More | Share it now!

supervisor进程管理的简单说明

进程管理supervisor的简单说明 背景:      ... Read More | Share it now!

Packaging Python Projects pip

https://packaging.python.org/tutorials/packaging-projects/ This tutorial walks you through how to package a simple Python project. It will show you how to add the necessary files and structure to create the package, how to build the package, and how... Read More | Share it now!

Cassandra Python Driver

https://datastax.github.io/python-driver/getting_started.html Getting Started First, make sure you have the driver properly installed. Connecting to Cassandra Before we can start executing any queries against a Cassandra cluster we need to setup... Read More | Share it now!

Unable to connect to the server: x509: certificate signed by unknown authority

https://github.com/kubernetes/kops/issues/964 Did some digging around and found that it is because of self signed certificates. This can be solved by adding to every kubectl command or (the preferred way) adding: to the kube-apiserver startup shell... Read More | Share it now!