;>>
>>>> If I initialize my own metrics system, it's picking up my file but then
>>>> I'm missing master/executor level metrics/properties (eg.
>>>> executor.sink.mySink.propName=myProp - can't read 'propName' from
>>>&
>>> I'm missing master/executor level metrics/properties (eg.
>>> executor.sink.mySink.propName=myProp - can't read 'propName' from
>>> 'mySink') since they are initialized
>>> <https://github.com/apache/spark/blob/master/cor
re/src/main/scala/org/apache/spark/deploy/master/Master.scala#L84>
>> by
>> Spark's metric system.
>>
>> Is there a (programmatic) way to have 'metrics.properties' shipped before
>> executors initialize
>> <https://github.com/apache/spark/blob/master/core/src/main/scala/org/apache/spark/SparkEnv.scala#L335>
>> ?
>>
>> Here's my SO question
>> <https://stackoverflow.com/questions/39340080/spark-metrics-custom-source-sink-configurations-not-getting-recognized>
>> .
>>
>> Thanks,
>>
>> KP
>>
>
>
>
>
> by Spark's metric system.
>
> Is there a (programmatic) way to have 'metrics.properties' shipped before
> executors initialize
> <https://github.com/apache/spark/blob/master/core/src/main/scala/org/apache/spark/SparkEnv.scala#L335>
> ?
>
> Here's my SO question
> <https://stackoverflow.com/questions/39340080/spark-metrics-custom-source-sink-configurations-not-getting-recognized>.
>
> Thanks,
>
> KP
>
>
github.com/apache/spark/blob/master/core/src/main/scala/org/apache/spark/deploy/master/Master.scala#L84>
> by
> Spark's metric system.
>
> Is there a (programmatic) way to have 'metrics.properties' shipped before
> executors initialize
> <https://github.com/apach
#x27; shipped before
executors initialize
<https://github.com/apache/spark/blob/master/core/src/main/scala/org/apache/spark/SparkEnv.scala#L335>
?
Here's my SO question
<https://stackoverflow.com/questions/39340080/spark-metrics-custom-source-sink-configurations-not-getting-recognized>
.
Thanks,
KP