bigdata-charts
bigdata-charts copied to clipboard
Curated Big Data Applications for Kubernetes
**ISSUE** The main pod `opentsdb` crashes afer some time/some amount of data processed. In our case it is regular - after about two weeks of usage. The `opentsdb` logs: ```...
When we deploy the `hbase` helm chart, the `namenode` replicas should be configurable. Currently, it is currently hard-coded to `1`. https://github.com/Gradiant/bigdata-charts/blob/master/charts/hdfs/templates/hdfs-nn-statefulset.yaml This is a single point of failure. See output...
Is there a way we can work together to make better docs, so external tools like Spark, Hue or Drill can connect to HIVE Cluster?
HDFS uses rack awareness to contol where to store replicas https://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-common/RackAwareness.html Notice this is not the same as antiaffinity, and antiaffinity can only solve this issue partially Current setup does...
Right now there is antiaffinity setting 'soft' and 'hard' but it is hardcoded to the specific entries. I need more fine-grained affinity rules, such as availability zone i GKE. So...
Looks like most of the stack pods are failing to start after pod termination because of DNS entries are not registered fast enough in headless services (depends on cloud venodr,...
``` > helm install hdfs bigdata-gradiant/hdfs Error: INSTALLATION FAILED: unable to build kubernetes objects from release manifest: [resource mapping not found for name: "hdfs-datanode" namespace: "" from "": no matches...
The postgreSQL version 10.x dependency not has compatibility for ARM64 architecture. Do you include in your roadmap update the chart to be compatible with this architecture?