Tejaskriya commented on code in PR #40: URL: https://github.com/apache/ozone-site/pull/40#discussion_r1281501965
########## content/faq.md: ########## @@ -15,7 +15,7 @@ While the technical answer is Yes, there is always a question of why you are not Not that we know. Ozone is an Apache-licensed open source product; Nothing prevents someone from offering Ozone as a product in the cloud. ### I have an Apache Spark Application. How do I use it with Ozone? -You have a Spark based application and you want it to work with Ozone. If your current storage system is HDFS, then you are passing the location of data to your application by using an URL that begins with hdfs://. If you replace hdfs:// with o3fs:// Spark application will start using data from an Ozone bucket. +You have a Spark based application and you want it to work with Ozone. If your current storage system is HDFS, then you are passing the location of data to your application by using an URL that begins with hdfs://. If you replace hdfs:// with ofs:// Spark application will start using data from an Ozone bucket. Review Comment: Thank you for the suggestion, I have changed the answer now. But I couldn't find any migration guide or related document as such, so I haven't added the last sentence. -- 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]
