门户代理用户浏览器 ↓Nginx代理服务器 (含Portal页面) ↓后端服务 (HDFS Web UI及其他服务) 1. 创建门户页面在Nginx服务器上创建门户目录: 1234567tar -xf nginx-1.29.0.tar.gz./configure --pref
部署spark12345678910111213141516171819202122cd /data/softhdfs dfs -get /spark/pkg/spark-3.5.6-bin-hadoop3.tgz && tar -xf spark-3.5.6-b
gravitino
install 1234567891011121314tar -xf /mnt/c/Users/Manhua/Downloads/gravitino-0.9.0-incubating-bin.tar.gzbin/gravitino.sh start#Web UIbin/gravi
hdfs-site
name value description dfs.blocksize 134217728 The default block size for new files, in bytes. You can use the following suffix (case ins
mapred-site.xml
name value description mapreduce.job.queuename default Queue to which a job is submitted. This must match one of the queues defined in ma
yarn-site
name value description yarn.acl.enable FALSE Are acls enabled. yarn.admin.acl * ACL of who can be admin of the YARN cluster. yarn.log
core-site
name value description desc dfs.ha.fencing.methods List of fencing methods to use for service fencing. May contain builtin methods (eg s
mermaid
1234567891011121314151617181920212223242526272829303132graph TD %% 数据输入层 A[外部数据源] -->|DataX/SFTP| B[Kafka] A -->|批量导入| C[HDFS
neo4j
neo4j 3.x 数据表关联 neo4j consolecreate ( base_information:table {tableName:’ base_information’,comment:’用户基本信息表’,tableType:’FACT’,updateType:’
ollama
修改存储路径windows:新建或修改名为 OLLAMA_MODELS 的环境变量linux:export OLLAMA_MODELS=/path/to/ollama/models 模型文件默认存储在 C:\Users\你的用户名