码迷,mamicode.com
首页 >  
搜索关键字:distributed    ( 1170个结果
JAVA Http Basic auth
/* * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with thi ...
分类:编程语言   时间:2017-12-06 13:10:38    阅读次数:162
关于redis分布式锁的实现方式(转载)
这个是在网上找到的一个大神写的(http://wudashan.cn/2017/10/23/Redis-Distributed-Lock-Implement/),对于分布式redis部署的,可以参考redisson(https://github.com/redisson/redisson/tree/ ...
分类:其他好文   时间:2017-12-02 19:16:06    阅读次数:163
hbase的hbase-site.xml配置文件
hbase.rootdir hdfs://server110/hbase hbase.cluster.distributed true hbase.zookeeper.quorum server:110,spark01:2181 ...
分类:其他好文   时间:2017-11-28 11:47:23    阅读次数:209
Kylin介绍3
Kylin is an open source Distributed Analytics Engine from eBay Inc。that provides SQL interface and multi-dimensional analysis (OLAP) on Hadoop support ...
分类:其他好文   时间:2017-11-25 20:49:06    阅读次数:154
【转载】解决SQL Server 阻止了对组件 'Ad Hoc Distributed Queries' 的 STATEMENT'OpenRowset/OpenDatasource' 的访问的方法
1、开启Ad Hoc Distributed Queries组件,在sql查询编辑器中执行如下语句: exec sp_configure 'show advanced options',1 reconfigure exec sp_configure 'Ad Hoc Distributed Queri ...
分类:数据库   时间:2017-11-18 12:42:16    阅读次数:228
Hadoop自带Sort例子分析
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this... ...
分类:其他好文   时间:2017-11-16 17:18:17    阅读次数:144
activemq持久化配置,设置为主从模式(带复制的主从模式,应用mysql数据库)
配置文件如下<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with thi ...
分类:数据库   时间:2017-11-13 21:27:27    阅读次数:193
在T-SQL语句中访问远程数据库
1、启用Ad Hoc Distributed Queries 在使用openrowset/opendatasource前搜先要启用Ad Hoc Distributed Queries服务,因为这个服务不安全所以SqlServer默认是关闭的 启用Ad Hoc Distributed Queries的 ...
分类:数据库   时间:2017-11-12 17:30:52    阅读次数:158
撤销修改
自然,你是不会犯错的。不过现在是凌晨两点,你正在赶一份工作报告,你在readme.txt中添加了一行: $ cat readme.txt Git is a distributed version control system. Git is free software distributed und ...
分类:其他好文   时间:2017-11-11 13:06:27    阅读次数:193
时光机穿梭
我们已经成功地添加并提交了一个readme.txt文件,现在,是时候继续工作了,于是,我们继续修改readme.txt文件,改成如下内容: Git is a distributed version control system. Git is free software. 现在,运行git stat ...
分类:其他好文   时间:2017-11-11 13:05:32    阅读次数:132
1170条   上一页 1 ... 41 42 43 44 45 ... 117 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!