This is an automated email from the ASF dual-hosted git repository.
lesun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/gobblin.git
The following commit(s) were added to refs/heads/master by this push:
new 2060ab7 [GOBBLIN-1403] Update Readme and FAQ for better onboarding
experience
2060ab7 is described below
commit 2060ab71438d8042b78e637e23cb69f8613987e3
Author: hanghangliu <[email protected]>
AuthorDate: Wed Mar 10 17:04:20 2021 -0800
[GOBBLIN-1403] Update Readme and FAQ for better onboarding experience
Closes #3239 from hanghangliu/GOBBLIN-1403-Update-
Readme-and-FAQ
---
README.md | 6 ++----
gobblin-docs/user-guide/FAQs.md | 2 ++
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index 16dd9d2..4d989cc 100644
--- a/README.md
+++ b/README.md
@@ -42,13 +42,11 @@ If building the distribution with tests turned on:
# Instructions to run Apache RAT (Release Audit Tool)
1. Extract the archive file to your local directory.
-2. Download gradle-wrapper.jar (version 2.13) and place it in the
gradle/wrapper folder. See 'Instructions to download gradle wrapper' above.
-3. Run `./gradlew rat`. Report will be generated under
build/rat/rat-report.html
+2. Run `./gradlew rat`. Report will be generated under
build/rat/rat-report.html
# Instructions to build the distribution
1. Extract the archive file to your local directory.
-2. Download gradle-wrapper.jar (version 2.13) and place it in the
gradle/wrapper folder. See 'Instructions to download gradle wrapper' above.
-3. Skip tests and build the distribution:
+2. Skip tests and build the distribution:
Run `./gradlew build -x findbugsMain -x test -x rat -x checkstyleMain`
The distribution will be created in build/gobblin-distribution/distributions
directory.
(or)
diff --git a/gobblin-docs/user-guide/FAQs.md b/gobblin-docs/user-guide/FAQs.md
index f3bc2fc..cd25ea0 100644
--- a/gobblin-docs/user-guide/FAQs.md
+++ b/gobblin-docs/user-guide/FAQs.md
@@ -64,6 +64,8 @@ This exception usually just means that a Hadoop Map Task
running Gobblin Tasks t
Add `-x test` to build the project without running the tests; this will make
the exception go away. If one needs to run the tests then make sure [Java
Cryptography
Extension](https://en.wikipedia.org/wiki/Java_Cryptography_Extension) is
installed.
+This exception also occurs when $JAVE_HOME not properly set, especially trying
to build in Intellij/Eclipse. Try to execute `export
JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.{your JDK
version}.jdk/Contents/Home` in your IDE terminal.
+
# Gradle
## Technical Questions