摘要:
一、配置hbase 1、修改hbase-site.xml 添加如下配置: <property> <name>hbase.thrift.support.proxyuser</name> <value>true</value> </property> <property> <name>hbase.reg 阅读全文
摘要:
一、修改hue配置 1、配置修改如下 [librdbms] [[databases]] [[[mysql]]] # 记得打开注释,否则web界面可能报invalid literal for int() with base 10: 'Possible misconfiguration' nice_na 阅读全文
摘要:
一、hive 1、修改hive配置 在hive-site.xml文件添加如下信息: <property> <name>hive.server2.thrift.port</name> <value>10000</value> </property> <property> <name>hive.serv 阅读全文
摘要:
一、配置hadoop配置文件 这里修改分为两种模式,一种是hdfs HA模式,一种是hdfs Non HA模式 1.1 非HA模式配置 使用webhdfs方式 1)修改hdfs-site.xml文件,添加如下配置: <property> <name>dfs.webhdfs.enabled</name 阅读全文