| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
24 (4.333s).
|
|
|
Loading phrases to help you refine your search...
|
|
about hbase rowkey and column name design - HBase - [mail # user]
|
|
...1. On HBase reference guide section 6, We know that rowkey design should not using Monotonically Increasing Row Keys/Timeseries Data ,but if we need a time stamp sort data or a top list data...
|
|
|
Author: 周梦想,
2013-01-07, 03:39
|
|
|
Re: "mvn site" command can't work - HBase - [mail # dev]
|
|
...I found that the problem is the maven.site.version 3.1 did not work, changing to 3.0-beta-2 works well. I have committed the patch on Jira and closed the issue. below is patch for pom.xml: &...
|
|
|
Author: 周梦想,
2013-01-06, 09:58
|
|
|
Re: "mvn site" command can't work - HBase - [mail # dev]
|
|
...Hi JM, I'm compiling on the trunk. I found that the maven-site-plugin changed the pom.xml format on 3.x, so I'm trying to make a patch of pom.xml for 3.0.4 of maven. Thanks, And...
|
|
|
Author: 周梦想,
2013-01-06, 07:19
|
|
|
Re: "mvn site" command can't work - HBase - [mail # dev]
|
|
...hello Stack, the env is shown below: [zhouhh@Hadoop48 trunk]$ mvn -version Apache Maven 3.0.4 (r1232337; 2012-01-17 16:44:56+0800) Maven home: /home/zhouhh/yarn/maven Java version: 1.7...
|
|
|
Author: 周梦想,
2013-01-05, 04:03
|
|
|
Re: how to get the record number from hbase - HBase - [mail # user]
|
|
...hi hua, using command $ bin/hbase org.apache.hadoop.hbase.mapreduce.RowCounter [ ...] it will report you the ROWS. or you can write a MapReduce tool yourself to count the r...
|
|
|
Author: 周梦想,
2013-01-05, 02:49
|
|
|
Re: "mvn site" command can't work - HBase - [mail # dev]
|
|
...Thanks Ted, "mvn clean install -DskipTests" works, But "mvn site" still doesn't work and with the same error. I suspect that the new version of maven dosen't support ...
|
|
|
Author: 周梦想,
2013-01-04, 10:04
|
|
|
"mvn site" command can't work - HBase - [mail # dev]
|
|
...hello, every one! when I using "mvn site" to compile hbase document , it reports missing class MavenReport error: Jan 04, 2013 12:11:47 PM org.sonatype.guice.bean.reflect.Logs$JU...
|
|
|
Author: 周梦想,
2013-01-04, 04:30
|
|
|
Re: how can thrift connect to hbase? - HBase - [mail # user]
|
|
...Hi hua, The zookeeper is used by HBase for tow main purpose, one is manging every region server state, the other is managing --ROOT-- table updated by HMaster. So most HBase operation ...
|
|
|
Author: 周梦想,
2012-12-28, 09:04
|
|
|
Re: how do you keep the hbase document correct? - HBase - [mail # user]
|
|
...hi Stack, how do you generate the home page of http://hbase.apache.com?I found it's character code is ok, the charset code is utf8. But after I updated from your new code, ...
|
|
|
Author: 周梦想,
2012-12-28, 07:55
|
|
|
Re: how do you keep the hbase document correct? - HBase - [mail # user]
|
|
...I have 2 questions: *1. how to compile the docbkx to utf8 charset?* * * I compiled one by maven, [zhouhh@Hadoop48 trunk]$ mvn -Donepage docbkx:generate-html it looks like this: &...
|
|
|
Author: 周梦想,
2012-12-28, 04:00
|
|
|
|