-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade to API 47, latest libs and Zulu Open SDK
Upgrade to API 47, latest libs and Zulu Open SDK
- Loading branch information
1 parent
de75355
commit 9dfe3ed
Showing
11 changed files
with
97 additions
and
85 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
# Not Under Active Development | ||
# Wave DatasetUtils | ||
|
||
Wave DatasetUtils is a reference implementation of the Analytics cloud External data API. This tool is free to use, but it is not officially supported by Salesforce. | ||
|
||
# DatasetUtils | ||
|
||
DatasetUtils is a reference implementation of the Einstein Analytics External Data API. This tool is free to use, but it is not officially supported by Salesforce. | ||
This is a community project that have not been officially tested or documented. Please do not contact Salesforce for support when using this application. | ||
|
||
## Downloading DatasetUtils | ||
|
@@ -12,11 +13,12 @@ Download the latest version from [releases](https://github.com/forcedotcom/Analy | |
|
||
## Prerequisite | ||
|
||
Download and install Java JDK (not JRE) from Oracle | ||
Download and install Java JDK (not JRE) from Zulu Open JDK | ||
|
||
* [Zulu Open JDK](https://www.azul.com/downloads/zulu-community/?&architecture=x86-64-bit&package=jdk) | ||
|
||
* [Oracle JDK](http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html) | ||
After installation is complete. Different versions of DatasetUtils require different versions of JDK, the latest release API 47 requires JDK 11. Open a console and check that the java version is correct for your DatasetUtils version by running the following command: | ||
|
||
After installation is complete. open a console and check that the java version is 1.8 or higher by running the following command: | ||
|
||
``java -version`` | ||
|
||
|
@@ -122,5 +124,5 @@ Input Parameter | |
java -jar datasetutils-32.0.0.jar --action downloadErrorFile --u [email protected] --p @#@#@# --dataset puntest | ||
|
||
## Building DatasetUtils | ||
git clone [email protected]:forcedotcom/Analytics-Cloud-Dataset-Utils.git | ||
git clone [email protected]:timbezold/datasetutils.git | ||
mvn clean install |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.