该插件导致 其他插件的自动更新失效
导致在线插件查找安装功能失效
导致数据库定期备份功能失效
导致lifestream定期抓feed的功能失效
总之该插件很强大。我不得不停用了…
Learning something new everyday
该插件导致 其他插件的自动更新失效
导致在线插件查找安装功能失效
导致数据库定期备份功能失效
导致lifestream定期抓feed的功能失效
总之该插件很强大。我不得不停用了…
按天分内容的时候,遇到时区的问题
修改lifestream\inc\core.php中
第50行 $this->date = $row->timestamp;
为
$this->date = $row->timestamp – (9 * 3600);
注意,本人暂时使用韩国时区,所以此处为9 如果你用北京时间,请改为8
youku有一些日本,韩国的节目,由于版权问题,与土豆网一样,直接封了韩国日本ip看youku的权利
这样这边ip看不到内容,也就无法了解是否被盗版,侵权了
……
当然也苦了我们这些在这的人们
前段时间很多人在教翻墙…多年无视翻墙,不用代理的我,也在熏陶中学了下咋翻
用MyEnTunnel通过ssh生成socks代理
之前2月份的时候买了一个dreamhost的账号,可以开通ssh权限的账号…一直也没啥用处
这次为了看youku,也只好拿出来点办法了
先用MyEnTunnel通过dreamhost的ssh账号建立一个socks5的代理,然后
用firefox的Foxyproxy插件 设置凡是youku.com的网页都走那个localhost:8080的代理即可
简单方便,访问其他网站用本地ip,看youku用dreamhost的美国ip ^.^
基本上这个link说的很明白
强烈推荐
在run dialog中设置输入参数 这项,我有点sb了
以为是真实环境目录,后来出错才发现应该是hdfs中的虚拟目录……
在run方法中加入下面2句
conf.set("mapred.system.dir", "/home/hadoop/HadoopInstall/tmp/mapred/system/"); //指定系统路径
参照之前的 yahoo的教程所述
click on the "Advanced" tab. There are two settings here which must be changed.
Scroll down to hadoop.job.ugi. It contains your current Windows login credentials. Highlight the first comma-separated value in this list (your username) and replace it with hadoop-user.
Next, scroll further down to mapred.system.dir. Erase the current value and set it to /hadoop/mapred/system.
在eclipse插件上修改这个参数。。但是完全不在我系统上显示,这个hadoop.job.ugi……所以总是无法连接
当然目前由于这个无法出现,在eclipse直接上传文件的功能暂时就无效了,当然,这个没所谓,还有其他办法,svn put.ftp等等等
重要的是,终于可以在windows 环境下eclipse中debug了。不用再把code put上去再运行了……
胃疼,下午吃了那么多东西一样胃疼…… hmm 俺是饿了就胃疼,还好有泡面,先吃了吧,刚刚吃掉了三天前来学校的时候拿的苹果
又3天没出过学校大门了,时间过的真快
晚上花了3个多小时在尝试着在eclipse上加那个hadoop的server插件,怎么都连不到服务器
真是叫人郁闷
…………
后来泡面 结果泡了大半小时给忘记了,忘记我泡了泡面这个事情了。。。唉。。刚刚才想起来吃。。
看着twhirl的提示声音,如果有个什么好友是专门做这种how to do list的机器人就好了。
直接发消息给他 以特定的格式, 几点 几分 干啥事情,到时候那个人再@ xxx RT 内容回来就好了。
貌似有人也有一样的问题,找不到hadoop.job.ugi
不过我也找不到。。搞了3个小时实在是奇怪
还是用svn put上去好了。。
正常的配置是
You will now be asked to fill in a number of parameters identifying the server. To connect to the VMware image, the values are:
Location name: (Any descriptive name you want; e.g., "VMware server")Map/Reduce Master Host: (The IP address printed at startup)Map/Reduce Master Port: 9001DFS Master Port: 9000User name: hadoop-user
Next, click on the "Advanced" tab. There are two settings here which must be changed.
Scroll down to hadoop.job.ugi. It contains your current Windows login credentials. Highlight the first comma-separated value in this list (your username) and replace it with hadoop-user.
Next, scroll further down to mapred.system.dir. Erase the current value and set it to /hadoop/mapred/system.
When you are done, click "Finish." Your server will now appear in the Map/Reduce Locations panel. If you look in the Project Explorer (upper-left corner of Eclipse), you will see that the MapReduce plugin has added the ability to browse HDFS. Click the [+] buttons to expand the directory tree to see any files already there. If you inserted files into HDFS yourself, they will be visible in this tree.
[via]
但是目前比较奇怪找不到这个hadoop.job.ugi无法显示。。