HADOOP-12274. Remove direct download link from BULIDING.txt. Contributed by Caleb Severn.
This commit is contained in:
parent
d5403747b5
commit
52f3525586
10
BUILDING.txt
10
BUILDING.txt
@ -51,7 +51,7 @@ Known issues:
|
||||
This issue has been resolved as a duplicate, and they point to a new feature for utilizing NFS mounts
|
||||
as the proposed solution:
|
||||
https://github.com/boot2docker/boot2docker/issues/64
|
||||
An alternative solution to this problem is when you install Linux native inside a virtual machine
|
||||
An alternative solution to this problem is to install Linux native inside a virtual machine
|
||||
and run your IDE and Docker etc inside that VM.
|
||||
|
||||
----------------------------------------------------------------------------------
|
||||
@ -257,7 +257,7 @@ Handling out of memory errors in builds
|
||||
----------------------------------------------------------------------------------
|
||||
|
||||
If the build process fails with an out of memory error, you should be able to fix
|
||||
it by increasing the memory used by maven -which can be done via the environment
|
||||
it by increasing the memory used by maven which can be done via the environment
|
||||
variable MAVEN_OPTS.
|
||||
|
||||
Here is an example setting to allocate between 256 and 512 MB of heap space to
|
||||
@ -287,7 +287,7 @@ Requirements:
|
||||
* Python ( for generation of docs using 'mvn site')
|
||||
|
||||
Unix command-line tools are also included with the Windows Git package which
|
||||
can be downloaded from http://git-scm.com/download/win.
|
||||
can be downloaded from http://git-scm.com/downloads
|
||||
|
||||
If using Visual Studio, it must be Visual Studio 2010 Professional (not 2012).
|
||||
Do not use Visual Studio Express. It does not support compiling for 64-bit,
|
||||
@ -306,10 +306,10 @@ Cygwin is neither required nor supported.
|
||||
Building:
|
||||
|
||||
Keep the source code tree in a short path to avoid running into problems related
|
||||
to Windows maximum path length limitation. (For example, C:\hdc).
|
||||
to Windows maximum path length limitation (for example, C:\hdc).
|
||||
|
||||
Run builds from a Windows SDK Command Prompt. (Start, All Programs,
|
||||
Microsoft Windows SDK v7.1, Windows SDK 7.1 Command Prompt.)
|
||||
Microsoft Windows SDK v7.1, Windows SDK 7.1 Command Prompt).
|
||||
|
||||
JAVA_HOME must be set, and the path must not contain spaces. If the full path
|
||||
would contain spaces, then use the Windows short path instead.
|
||||
|
@ -1044,6 +1044,9 @@ Release 2.8.0 - UNRELEASED
|
||||
HADOOP-12268. AbstractContractAppendTest#testRenameFileBeingAppended
|
||||
misses rename operation. (Zhihai Xu)
|
||||
|
||||
HADOOP-12274. Remove direct download link from BULIDING.txt.
|
||||
(Caleb Severn via aajisaka)
|
||||
|
||||
Release 2.7.2 - UNRELEASED
|
||||
|
||||
INCOMPATIBLE CHANGES
|
||||
|
Loading…
Reference in New Issue
Block a user