代码改变世界

阅读排行榜

hive开发环境搭建体验

2013-05-22 14:26 by java20130722, 632 阅读, 收藏,
摘要: 最近为了规范hadoop团队的开发流程,所以已经在Eclipse里进行相关的hive开发工作。但是目前在运行hive的时候,有几个问题需要注意下:第一个问题:直接运行CliDriver类报错,信息如下:WARNING: org.apache.hadoop.metrics.jvm.EventCounter is deprecated. Please use org.apache.hadoop.log.metrics.EventCounter in all the log4j.properties files.Exception in thread "main" java.la 阅读全文

hadoop hdfs 上传下载文件

2013-04-22 11:02 by java20130722, 628 阅读, 收藏,
摘要: 上传文件:package uploadfile;import java.io.*;import java.net.URI;import java.util.Date;import org.apache.hadoop.fs.*;import org.apache.hadoop.io.IOUtils;import org.apache.hadoop.conf.Configuration;public class UploadFile { public static void main(String[] args) { try{ long begin = System.current... 阅读全文

Android的NDK开发(4)————JNI数据结构之JNINativeMethod

2012-07-16 09:33 by java20130722, 628 阅读, 收藏,
摘要: 原文:http://blog.csdn.net/conowen/article/details/75247441、JNINativeMethod 结构体的官方定义[cpp]view plaincopytypedefstruct{constchar*name;constchar*signature;void*fnPtr;}JNINativeMethod;第一个变量name是Java中函数的名字。第二个变量signature,用字符串是描述了Java中函数的参数和返回值第三个变量fnPtr是函数指针,指向native函数。前面都要接(void *)第一个变量与第三个变量是对应的,一个是java层方 阅读全文

cloudera cdh4 hue 安装

2013-04-11 15:35 by java20130722, 619 阅读, 收藏,
摘要: 最近公司想用hue 环境,自己直接搭建的hue环境需要各种hadoop,hive配置连接,到最后也没有配置成功hive,hue安装准备 :CentOS:antasciidoccyrus-sasl-develcyrus-sasl-gssapigccgcc-c++krb5-devellibtidy (for unit tests only)libxml2-devellibxslt-develmvn (frommaven2package or tarball)mysqlmysql-developenldap-develpython-develpython-simplejsonsqlite-devel 阅读全文

INF Version Section详解

2012-04-26 15:37 by java20130722, 604 阅读, 收藏,
摘要: 最近在学习设备驱动程序方面,了解到安装sys文件需要INF文件,边学习边做笔记原文链接:http://msdn.microsoft.com/en-us/library/windows/hardware/ff547502(v=vs.85).aspx[Version] Signature="signature-name" [Class=class-name] [ClassGuid={nnnnnnnn-nnnn-nnnn-nnnn-nnnnnnnnnnnn}] [Provider=%INF-creator%] [LayoutFile=filename.inf [,filename 阅读全文
上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 115 下一页