-
Notifications
You must be signed in to change notification settings - Fork 185
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add krb5-server chart * krb5-server runs * Support multiple test cases * Add cases * Support skip cleaning up * Kerberos test sets up config and keytabs * Fix bugs * Fix typo * Enable kerberos for journal nodes * Fix a bug * Fix a bug * Specify journalnode princiapls in the namenode config * Test client use kerberos * Use nn0 pod for hdfs admin commands * Run test cases back to back * Describe pod when tests fail * Debug travis * debug travis * debug travis * debug travis * debug travis * debug travis * debug travis * debug travis * debug travis * debug travis * debug travis * debug travis * debug travis * Fix typo * debug travis * debug travis * Do mount --make-share for travis * Works end-to-end even in Travis * Document the krb5-server chart * Minor clean up * Clean up * Use -k option * Add a chart for common configmap * Remove vim file * Switch charts to use the new configmap * Fix a minor bug * Fix a typo * Fix a bug * Disable service level RPC authorization * Add group mapping for the hdfs user * Remove redundant license notices * CI clean up the hdfs-config chart * Remove redundant zookeeper param in CI * Test multiple datanode data dirs * Test custom Hadoop config values in CI * Update README.md's * Cover non-HA in CI * Add a uber-chart * zookeeper and journalnode launch * Clean up structure * clean up * journalnode works * clean up * Include namenode in uber-chart * Fix bugs * debugging namenode startup * Work around zkfc bug * Namenodes get ready after retrying a few times * Include datanodes in uber-chart * Restart datanode pod using livenessProbe when failing to register * Fix a bug * Working on CI now * Basic CI passes * Kerberos CI passes * fix a typo * fix a bug * Add a helm repo * Add subcharts CI case * CI fo non-HA namenode * Use zookeeper 1.0.0 * Fix zookeeper options * Fix a bug in test code * Update travis yaml * Simplifies tags * Include kerberos in uber-chart * Fix a bug in test * Use a tag for kerberos * Check helm diff * Clean up * Add new instructions in README.md * Fix a bug in test code * Delete old instructions. * Fix a bug in tests * Update test instructions * Add more instruction for PVs * Support storage class and pv selector * Add more gold files * Clean up README.md * Fix README.md * Fix a template bug * Fix a template bug * Fix a bug from merge * Updated gold files * Fix non-HA instruction * Mount volumes on the parent dir of metadata dir * Use subpath for metadata * Mount name subdir in journalnodes just in case * Update gold files * Cover how to use an existing zookeeper in README.md * Moved all default options to uber-chart * Update gold * Put some default options for datanode * Update test/README.md * Addressed review comments * Fix tests
- Loading branch information
Showing
57 changed files
with
6,243 additions
and
1,121 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
apiVersion: v1 | ||
name: hdfs-client-k8s | ||
version: 0.1.0 | ||
description: A client for HDFS on Kubernetes. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
apiVersion: v1 | ||
name: hdfs-datanode-k8s | ||
version: 0.2.0 | ||
description: Hadoop Distributed File System (HDFS) hosted by Kubernetes. | ||
version: 0.1.0 | ||
description: Datanodes for HDFS on Kubernetes. |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.