development.ini 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. [DATABASE]
  2. user = sxwl
  3. pwd = sxwldba
  4. db_name = aihub-dag
  5. host = 192.168.199.110
  6. port = 32306
  7. ssl_disabled = false
  8. [MINIO]
  9. url = minio-api.sxkj.com
  10. k8s_url=minio.default:9000
  11. access_key = admin
  12. secret_key = sxkjadmin
  13. [AF_BACKEND]
  14. uri=aihub-dag-backend-af:8080
  15. ; host=aihub-dag-backend-af
  16. ; port=8080
  17. host=aihub-dag.sxkj.com
  18. port=80
  19. dag_files_dir=/dags/
  20. [BACKEND]
  21. url=192.168.199.107:18082
  22. [K8S]
  23. ;image_pull_key=codingregistrykey
  24. enable_kerberos=false
  25. [AIRFLOW]
  26. uri=192.168.199.109
  27. host_in_header=airflow-web.sxkj.com
  28. api_token=YWRtaW46YWRtaW4=
  29. [HIVE]
  30. host = 192.168.199.27
  31. port = 10000
  32. username = hive
  33. password = hive
  34. database_name = default
  35. kerberos=0
  36. base_path = /home/sxkj/bigdata/apache-hive-2.3.9-bin/warehouse/
  37. [HIVE_METASTORE]
  38. uris=thrift://192.168.199.27:9083
  39. [TASK_IMAGES]
  40. datax=SXKJ:32775/pod_datax:0.9
  41. python=SXKJ:32775/pod_python:1.1
  42. java=SXKJ:32775/java:1.0
  43. sparks=SXKJ:32775/jupyter:0.981
  44. [HADOOP_INNER]
  45. default_fs = hdfs://192.168.199.27:9000
  46. hadoop_config={
  47. }
  48. kerberos_config = {
  49. "haveKerberos": "false",
  50. "kerberosKeytabFilePath": "/workspace/confs/test/user.keytab",
  51. "kerberosPrincipal": "ailab@EMR-5XJSY31F"
  52. }
  53. [LAKE_HADOOP_INNER]
  54. default_fs = hdfs://192.168.199.27:9000
  55. hadoop_config={
  56. }
  57. kerberos_config = {
  58. "haveKerberos": "false",
  59. "kerberosKeytabFilePath": "/workspace/confs/test/user.keytab",
  60. "kerberosPrincipal": "ailab@EMR-5XJSY31F"
  61. }
  62. [PERMISSIONS]
  63. super_admin_role = TENANT_ADMIN
  64. special_project_id = bbcs0929
  65. [PROGRAMME]
  66. url = aihub-dag.sxkj.com
  67. namespace = airflow
  68. super_image = SXKJ:32775/jupyterlab
  69. ordinary_image = SXKJ:32775/jupyterlab
  70. tag = sxkj
  71. host = aihub-dag.sxkj.com
  72. chart = aihub-dag-jupyter.tgz
  73. path_type = ImplementationSpecific
  74. ingress_class = ''