How to run Apache Spark in Windows 8.1 -
i have downloaded usb start using spark spark summit website. can't running on windows 8.1 test machine.
c:\users\user\documents\apache.spark\usb\spark\bin>spark-shell system cannot find path specified. environment:
- windows 8.1
- java 7 update 79 64 bits (jdk-7u79-windows-x64)
any idea how can fix this?
got fixed.
my problem java_home pointing wrong location.
check java_home environment variable.
in case java_home = c:\program files\java\jdk1.7.0_79
the cause of issue installed new version of jdk , removed previous installation java_home pointing old environment missing.
Comments
Post a Comment