This page contains Windows bias

About This Page

This page is part of the Azure documentation. It contains code examples and configuration instructions for working with Azure services.

Bias Analysis

Bias Types:
⚠️ windows_tools
⚠️ windows_first
Summary:
The documentation page exhibits mild Windows bias by referencing the Windows-style environment variable (%HADOOP_HOME%) when describing the location of the core-site.xml file, and by using Windows path notation. There are no explicit Linux or cross-platform examples, and Linux path notation is not mentioned. However, the page does not provide command-line examples or scripts that are Windows- or PowerShell-specific, and most of the content is conceptual and platform-agnostic.
Recommendations:
  • When referencing file paths, provide both Windows and Linux path formats (e.g., %HADOOP_HOME%/conf/core-site.xml and $HADOOP_HOME/conf/core-site.xml).
  • Explicitly mention that the location of configuration files applies to both Windows and Linux clusters, and clarify any differences.
  • If providing environment variable examples, show both Windows (%VAR%) and Linux ($VAR) syntax.
  • Add a note or section clarifying that HDInsight clusters are typically Linux-based, and that most commands and paths use Linux conventions.
  • Review for any other implicit Windows assumptions and ensure parity in documentation for Linux users.
GitHub Create pull request

Scan History

Date Scan ID Status Bias Status
2025-09-07 00:00 #104 completed ✅ Clean
2025-08-17 00:01 #83 in_progress ✅ Clean
2025-07-13 21:37 #48 completed ❌ Biased
2025-07-12 23:44 #41 in_progress ❌ Biased
2025-07-09 13:09 #3 cancelled ✅ Clean
2025-07-08 04:23 #2 cancelled ❌ Biased