
元数据管理
大师兄你家猴跑啦
主要Java 、spark 、大数据技术
展开
-
Apache Atlas 安装
1、从官网下载源码http://atlas.apache.org/Downloads.html ,本项目选择source 1.0.0; 2、下载好包后,上传到服务器中某个机器上;解压包; tar -zxvf apache-atlas-1.0.0-sources.tar.gz;3、进入解压后得文件中;cd apache-atlas-1.0.0-sources;...原创 2018-09-17 16:54:44 · 10245 阅读 · 21 评论 -
Atlas导入Hive元数据
1、设置hive-site.xml ; <property> <name>hive.exec.post.hooks</name> <value>org.apache.atlas.hive.hook.HiveHook</value> </property>2、添加HIVE_AUX_JA...原创 2018-09-25 16:33:37 · 8856 阅读 · 24 评论 -
Apache Ambari 源码编译安装
1、执行以下操作,本文选择的Ambari是2.7.0版本;wget http://www.apache.org/dist/ambari/ambari-2.7.0/apache-ambari-2.7.0-src.tar.gz (use the suggested mirror from above)tar xfvz apache-ambari-2.7.0-src.tar.gzcd apac...原创 2018-09-26 16:14:14 · 673 阅读 · 0 评论