Update samples/features/sql-big-data-cluster/connectivity/webhdfs-java-client/README.md

Co-authored-by: Saurabh Singh <saurabh.singh@microsoft.com>
This commit is contained in:
Yup
2020-10-14 10:55:21 -07:00
committed by GitHub
co-authored by Saurabh Singh
parent 53fd104237
commit 6db3daaa85
@@ -11,7 +11,7 @@ bash ./build.sh
The App.java has hardcoded values in it mentioned in the sections below. Those should be pointed to the right values.
Before running this application, the kinit which somes with the JRE needs to be run to get a kerberos token.
On Windows, before running this application, kinit needs to be run to get a kerberos token. `kinit` is shipped with the JRE for Windows Java distributions.
`<JRE_INSTALL_ROOT>\bin\kinit.exe <user>@<REALM>`