Issue created: https://issues.apache.org/jira/browse/KYLIN-1781
wanna know how to join the committer’s group? ----------------------------------------------------- 赵天烁 Kevin Zhao [email protected]<mailto:[email protected]> 珠海市魅族科技有限公司 MEIZU Technology Co., Ltd. 广东省珠海市科技创新海岸魅族科技楼 MEIZU Tech Bldg., Technology & Innovation Coast Zhuhai, 519085, Guangdong, China meizu.com 发件人: hongbin ma [mailto:[email protected]] 发送时间: 2016年6月12日 11:38 收件人: user.kylin <[email protected]> 主题: Re: kylin.properties中文配置乱码 https://issues.apache.org/jira/browse/KYLIN 2016-06-12 11:37 GMT+08:00 hongbin ma <[email protected]<mailto:[email protected]>>: can you please open a jira and submit a patch? 2016-06-12 11:29 GMT+08:00 赵天烁 <[email protected]<mailto:[email protected]>>: 如果在kylin的ldap.user.searchPattern中需要包含中文的过滤条件,则实际执行的时候会出现乱码问题。我现在是通过修改KylinConfig,将加载properties文件的代码改为使用inputstreamReader,在reader的参数中指定utf-8来解决: File cfile = new File(KylinConfig.getKylinHome() + "/conf/" + KylinConfig.KYLIN_CONF_PROPERTIES_FILE); Properties p=new Properties(); p.load(new BufferedReader(new InputStreamReader(new FileInputStream(cfile), "utf-8"))); ----------------------------------------------------- 赵天烁 Kevin Zhao [email protected]<mailto:[email protected]> 珠海市魅族科技有限公司 MEIZU Technology Co., Ltd. 广东省珠海市科技创新海岸魅族科技楼 MEIZU Tech Bldg., Technology & Innovation Coast Zhuhai, 519085, Guangdong, China meizu.com<http://meizu.com> -- Regards, Bin Mahone | 马洪宾 Apache Kylin: http://kylin.io Github: https://github.com/binmahone -- Regards, Bin Mahone | 马洪宾 Apache Kylin: http://kylin.io Github: https://github.com/binmahone
