Common Content for Data Engineering
- Common Content for Data Engineering 10.2.1
- All Products
Property
| Value
|
---|---|
JAVA_OPTS
| where <MAPR_ECOSYSTEM_LOGIN_OPTS> is the value of the MAPR_ECOSYSTEM_LOGIN_OPTS property in the file /opt/mapr/conf/env.sh .
|
MAPR_HOME
| MapR client directory on the machine that runs the Data Integration Service.
For example,
opt/mapr Required if you want to fetch a MapR Streams data object.
|
MAPR_TICKETFILE_LOCATION
| Required when the MapR cluster is ticketed. Directory where an additional MapR Ticket file is stored on the machine that runs the Data Integration Service.
When the MapR cluster is configured to enable a user to use Kerberos authentication and MapR Ticket authentication, generate a MapR ticket file for the user for each authentication mode. Save one ticket file in
/tmp . Save the other ticket file in any directory on the Data Integration Service machine, and provide the location as the value for this property.
For example, for a user id 1234, save a MapR ticket file named like
maprticket_1234 in
/tmp , and save another MapR ticket file named like
maprticket_1234 in the MAPR_TICKETFILE_LOCATION.
The ticket files can have the same or different names. You must generate the MapR ticket files separately and save one to the MAPR_TICKETFILE_LOCATION.
|