question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[FEATURE] Windows OS Support

See original GitHub issue

Performing the tutorial on Input and Outputs, the examples using LOAD and SAVE statements do not seem to work on Windows file system:

%%fsql
CREATE [[0,"1"]] SCHEMA a:int,b:str
SAVE OVERWRITE "/tmp/f.csv" (header=true)

I’ve tried full path with forward slash: SAVE OVERWRITE "C:/some_folder/f.csv" (header=true)

or double backward slashes: SAVE OVERWRITE "C:\\some_folder\\f.csv" (header=true)

Although I can use WSL/WSL2, others in my organization are not able to install WSL/WSL2 without admin/elevated privileges on their machine.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:8

github_iconTop GitHub Comments

1reaction
goodwanghancommented, Jun 16, 2021

Sounds good, I will see how to make windows path work @pybokeh

0reactions
goodwanghancommented, Jun 23, 2021

@goodwanghan Thank you! Look forward to the 0.6.0 release. I was able to test the 0.6.0.dev2 version with Windows file system / non-pyspark environment and things are working as expected. Also, just wanted to clarify, I’m pretty sure you meant “C:\some_folder\f.csv” as GH markdown syntax require 3 back slashes to render 2 back slashes. Not sure if I’ll be able to test with pyspark on Windows as I had difficulty trying to setup such an environment myself. Our current pyspark environment is on containerization platform.

Yes, sorry that was my typo in the reply.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Features of Windows Operating System - Coding Ninjas
Features of Windows Operating System · Introduction · Control Panel · Cortana · File Explorer · Internet Browser · Disk Cleanup · Speed...
Read more >
Best Features of Windows Operating System – RE- Learning
Best Features of Windows Operating System · 1. Speed · 2. Compatibility · 3. Lower Hardware Requirements · 4. Search and Organization ·...
Read more >
Lifecycle FAQ - Windows - Microsoft Learn
Once a Microsoft operating system (OS) reaches the end of support, customers will no longer receive security updates. The OS may still work...
Read more >
Windows help & learning - Microsoft Support
Find help and how-to articles for Windows operating systems. Get support for Windows and learn about installation, updates, privacy, security and more.
Read more >
Windows 10 Home and Pro - Microsoft Lifecycle
Unless deferred, subsequent Windows 10 feature updates may be installed prior to the listed end of Mainstream Support date. Editions. Home; Pro; Pro...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found