HyukjinKwon commented on pull request #34745:
URL: https://github.com/apache/spark/pull/34745#issuecomment-998367599


   > Sorry, I think this is a dumb question, but I can't seem to find the 
answer with google. Is there a nightly snapshot build for 3.3 I can download 
somewhere?
   
   It's not a dumb question :-) - I believe most of people don't know. Here you 
go: https://repository.apache.org/content/groups/snapshots/org/apache/spark
   
   POM would have to have something like:
   
   ```xml
   <repository>
     <id>apache-snapshot-repo</id>
     <name>Apache Snapshot Repository</name>
     <url>https://repository.apache.org/content/groups/snapshots</url>
     <releases>
       <enabled>false</enabled>
     </releases>
     <snapshots>
       <enabled>true</enabled>
     </snapshots>
   </repository>
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to