|
|
Dear experts,
But I did not know whether can I append `—conf` parameter like what I did in spark-submit. Can someone can help me with this issue?
|
|
Hi Yang,
I am using Livy Server for submitting jobs.
Br,
Dennis
Von meinem iPhone gesendet
Dear experts,
But I did not know whether can I append `—conf` parameter like what I did in spark-submit. Can someone can help me with this issue?
|
|
You should be able to supply the --conf and its values as part of appArgs argument Join me at Data Con LA Oct 23 | Big Data Conference Europe. Nov 24 | GIDS AI/ML Dec 3
On Tue, Nov 24, 2020 at 11:31 AM Dennis Suhari < [hidden email]> wrote: Hi Yang,
I am using Livy Server for submitting jobs.
Br,
Dennis
Von meinem iPhone gesendet
Dear experts,
But I did not know whether can I append `—conf` parameter like what I did in spark-submit. Can someone can help me with this issue?
|
|
Hi Yang,
Please find following link
Regards, Vaquar khan You should be able to supply the --conf and its values as part of appArgs argument Join me at Data Con LA Oct 23 | Big Data Conference Europe. Nov 24 | GIDS AI/ML Dec 3
On Tue, Nov 24, 2020 at 11:31 AM Dennis Suhari < [hidden email]> wrote: Hi Yang,
I am using Livy Server for submitting jobs.
Br,
Dennis
Von meinem iPhone gesendet
Dear experts,
But I did not know whether can I append `—conf` parameter like what I did in spark-submit. Can someone can help me with this issue?
-- Regards, Vaquar Khan +1 -224-436-0783 Greater Chicago
|
|
Hi all,
I found the solution through the source code. Appending the —conf k-v into `sparkProperties` work.
For example:
./spark-submit \
—conf foo=bar \
xxx
equals to
{
“xxx” : “yyy”,
“sparkProperties”
: {
“foo": "bar"
}
}
Thanks for your reply.
Hi Yang,
Please find following link
Regards,
Vaquar khan
You should be able to supply the --conf and its values as part of appArgs argument
Join me at
Data Con LA Oct 23 | Big Data Conference Europe. Nov 24 | GIDS AI/ML Dec 3
On Tue, Nov 24, 2020 at 11:31 AM Dennis Suhari < [hidden email]> wrote:
Hi Yang,
I am using Livy Server for submitting jobs.
Br,
Dennis
Von meinem iPhone gesendet
Dear experts,
But I did not know whether can I append `—conf` parameter like what I did in spark-submit. Can someone can help me with this issue?
--
Regards,
Vaquar Khan
+1 -224-436-0783
Greater Chicago
|
|
In my opinion this should be part of the official documentation. Amazing work Zhou Yang.
Hi all,
I found the solution through the source code. Appending the —conf k-v into `sparkProperties` work.
For example:
./spark-submit \
—conf foo=bar \
xxx
equals to
{
“xxx” : “yyy”,
“sparkProperties”
: {
“foo": "bar"
}
}
Thanks for your reply.
Hi Yang,
Please find following link
Regards,
Vaquar khan
You should be able to supply the --conf and its values as part of appArgs argument
Join me at
Data Con LA Oct 23 | Big Data Conference Europe. Nov 24 | GIDS AI/ML Dec 3
On Tue, Nov 24, 2020 at 11:31 AM Dennis Suhari < [hidden email]> wrote:
Hi Yang,
I am using Livy Server for submitting jobs.
Br,
Dennis
Von meinem iPhone gesendet
Dear experts,
But I did not know whether can I append `—conf` parameter like what I did in spark-submit. Can someone can help me with this issue?
--
Regards,
Vaquar Khan
+1 -224-436-0783
Greater Chicago
--
|
|