What does this mean? No returned results? An error message?
I suspect the single quoting you're using for curl (-d') is interacting with single quoting within the query ('N'). Otherwise, you could leave out the double quoting around Status.
Either switch to using double quotes for curl, or use unicode escape for the single quotes (like Status=\u0027N\u0027).
In the documentation examples there are Copy as curl links you can find inspiration in.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.