| clear query|facets|time |
Search criteria: project:"HBase" window.
Results from 1 to 10 from
28 (0.078s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: compile hbase in linux and windows problem - HBase - [mail # dev]
|
|
...Thanks a lot, After using cygwin, the first problem solved and build successful. My linux is behand a proxy and have some problem to access internet, linux and windows env is below...
|
|
...: windows: 1.hbase version:0.90.1 2.Maven version:3.0.3 3.Java version:1.6.0_23 4.OS:windows7(online) Linux: 1.hbase version:0.90.1 2.Maven version:3.0.3 3...
|
[+ show more]
[- hide]
| ... hbase in linux and windows problem I think you may be running into an error while executing the saveVersion.sh under hbase-0.90.1/src directory - this fails if cygwin is not available... |
| ... on the windows PATH (e.g. if you do ls in windows command window, does it list files correctly?) Also - specifically, what command did you run to build hbase on windows (full command line including... |
| ... to get fuller stack traces to see what exactly is failing. I've been building on Windows for a while - and it definitely works. ... |
|
|
Author: Zhoushuaifeng,
2011-03-22, 04:03
|
|
|
Re: compile hbase in linux and windows problem - HBase - [mail # dev]
|
|
... in linux and windows problem 2011/3/21 Zhoushuaifeng : Can you get one of your network admins to help you w/ the hbase connection going via proxy? Its hard for us from here to give you help...
|
|
... sure that'll work? Do they have the same layout? I suppose they do but I'm not sure. //zhou: ■ my linux still can not access internet and I copy the windows's repository folder to Linux...
|
[+ show more]
[- hide]
| ..., it work and do not download the dependencies files that be downloaded in windows. in Linux, by the command line [mvn clean -DskipTests install assembly:single], I get the hbase-0... |
| ... are not the same between linux and windows, even the pom.xml is same? What mvn commands did you run? Did you do: mvn clean install assembly:single or to skip tests mvn clean -DskipTests install... |
|
|
Author: Zhoushuaifeng,
2011-03-23, 06:30
|
|
|
compile hbase in linux and windows problem - HBase - [mail # dev]
|
|
...I try to compile hbase in windows, got some problems, can someone help to find out what’s the problem? 1.in windows entironment,I try to compile the hbase (pom.xml) by the Maven...
|
|
... solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException 2. I copy the windows's repository folder to Linux...
|
[+ show more]
[- hide]
| ...-shared-archive-resources - .plxarc 3. In windows and in Linux, Maven version , hbase version and the repository's content is same. but why in Linux, compile was successful.but in windows,ERROR happened? 4.In Linux... |
|
|
Author: Zhoushuaifeng,
2011-03-21, 08:52
|
|
|
Re: compile hbase in linux and windows problem - HBase - [mail # dev]
|
|
...: compile hbase in linux and windows problem 2011/3/21 Zhoushuaifeng : Can you get one of your network admins to help you w/ the hbase connection going via proxy? Its hard for us from here...
|
|
|
Author: Zhoushuaifeng,
2011-03-23, 06:35
|
|
|
Outdated data can not be cleaned in time - HBase - [mail # dev]
|
|
...https://issues.apache.org/jira/browse/HBASE-3723 This issue is fixed and Committed to TRUNK, but not integrated in to 0.90.2 and 0.90.3, this will causing outdated data not be cleaned ...
|
|
|
Author: Zhoushuaifeng,
2011-06-07, 07:41
|
|
|
RE: Outdated data can not be cleaned in time - HBase - [mail # dev]
|
|
...Hi St, My comments are below, start with //zhou. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Stack Sent: Thursday, June 09, 2011 11:32 AM To: [EMAIL PROTECTED] Cc:...
|
|
|
Author: Zhoushuaifeng,
2011-06-09, 04:14
|
|
|
RE: Outdated data can not be cleaned in time - HBase - [mail # dev]
|
|
...From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Stack Sent: Thursday, June 09, 2011 1:53 PM To: [EMAIL PROTECTED] Cc: Yanlijun; Chenjian Subject: Re: Outdated data can not be...
|
|
|
Author: Zhoushuaifeng,
2011-06-09, 07:05
|
|
|
Is there any influence to the read performance if setting the TTL of a table? - HBase - [mail # dev]
|
|
...I do some test and find that the scan performance getting worse after I setting the TTL of a table. Is there any explain to this? Or TTL is not the case, there may be other reason of t...
|
|
|
Author: Zhoushuaifeng,
2011-08-01, 01:37
|
|
|
RE: Is there any influence to the read performance if setting the TTL of a table? - HBase - [mail # dev]
|
|
...Thanks J-D, this is my test case: I do read+write mixture performance test, when no setting TTL, the read avg latency is about 200ms, but if setting TTL, the latency change to about 1s...
|
|
|
Author: Zhoushuaifeng,
2011-08-02, 01:50
|
|
|
RE: Is there any influence to the read performance if setting the TTL of a table? - HBase - [mail # dev]
|
|
...Thanks J-D, I agree with you. I reviewed the flow of put and also find no ttl used. I w ill do more test. Zhou Shuaifeng(Frank) From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]...
|
|
|
Author: Zhoushuaifeng,
2011-08-04, 00:55
|
|
|
|