About 3,310,000 results
Open links in new tab
  1. How to set up Spark on Windows? - Stack Overflow

    Aug 25, 2014 · Since we don't have a local Hadoop installation on Windows we have to download winutils.exe and place it in a bin directory under a created Hadoop home directory. Set …

  2. Can Apache Spark run without Hadoop? - Stack Overflow

    Aug 15, 2015 · Use a local (single node) or stand-alone (cluster) to run Spark without Hadoop, but it still needs Hadoop dependencies for logging and some file process. Windows is strongly not …

  3. python - winutls for Windows 11 64bit - Stack Overflow

    Nov 14, 2023 · python apache-spark github hadoop windows-11 asked Nov 14, 2023 at 20:01 Sarvesh Pandey 61 1 8

  4. Hadoop installation on windows - Stack Overflow

    Nov 18, 2014 · To get around having to install another JDK in a path that does not have a space, you can create a symbolic link with the Windows command mklink. Here's how. Open a cmd …

  5. hardware requirement for hadoop installation on Laptop

    Feb 27, 2024 · What is the best Laptop hardware recommended for installing Hadoop on windows? I assume I have to install a single node installation, if not please guide me for the …

  6. Adding hadoop-aws module to pyspark - Stack Overflow

    Oct 18, 2023 · 0 I am trying to add "hadoop-aws" jar package to my pyspark installation. However, my connection to the internet on that machine is restricted. Therefore pyspark cannot …

  7. java - How to Load Native libraries in Hadoop - Stack Overflow

    Sep 11, 2016 · It is fairly easy to use the native hadoop library: Review the components. Review the supported platforms. Either download a hadoop release, which will include a pre-built …

  8. Running pyspark after pip install pyspark - Stack Overflow

    To install Spark, make sure you have Java 8 or higher installed. Then go to Spark Downloads page to select latest spark release, prebuilt package for Hadoop and download it.

  9. How to use Hive without hadoop - Stack Overflow

    Jul 4, 2018 · I installed Hive from the Apache foundation without hadoop. Because I will quit hadoop since its became not free.I would like to use hive metastore by PrestoSQL.

  10. python - Do I need to install Hadoop in order to use all aspects of ...

    I've installed pyspark, but have not installed any hadoop or spark version seperatly. Apparently under Windows pyspark needs access to the winutils.exe for Hadoop for some things (e.g. …