Kerberos: several have kerberos sections, see https://msdn.microsoft.com/en-us/library/mt712797.aspx, for more details under the kerberos section.
Located in the folder:
C:\Program Files\Microsoft SQL Server\MSSQL13.MSSQLSERVER\MSSQL\Binn\Polybase\
- Dms.config
- DWEngineService.exe.config
- jaas.conf
.xml
- FailoverDiagnosticsConfig.xml
- EngineDiagnosticsConfig.xml
- EngineDiagnosticsCloudMdsConfig.xml
- DmsDiagnosticsConfig.xml
- DmsDiagnosticsCloudMdsConfig.xml
- DmsCommonDiagnosticsConfig.xml
- CommonDiagnosticsConfig.xml
Located in the folder: C:\Program Files\Microsoft SQL Server\MSSQL13.MSSQLSERVER\ MSSQL\Binn\Polybase\hadoop\conf
- core-site.xml
- yarn-site.xml
- mapred-site.xml
- hive-site.xml
- hdfs-site.xml
Earlier CTP releases:
we had these additional files. It is unclear- Backup.config
- Copy.config
- CostModel.config
- Dsql.config
- Hadoop.config
- Monitoring.config
- Server.config
For CTP 2.2, most, perhaps all of these may never need to be changed.
These are located in the folder:
C:\Program Files\Microsoft SQL Server\MSSQL13.MSSQLSERVER\MSSQL\Binn\Polybase\Settings\.
HadoopUserName
Located in Hadoop.config file, the setting HadoopUserName has a default of pdw_user.<setting name="HadoopUserName" serializeAs="String">
<value>pdw_user</value>
</setting>
We did not have to change this value, but we were using the fairly open Hortonworks Sandbox with the user Hue. However, this value does seem to be a setting used by HDInsight. Until additional documentation is released, if you are have having connection issues, this might be a setting you want to consider updating. Thanks to Hilmar Buchta for pointing out this hidden user name setting.
No comments:
Post a Comment