Hi,

Is there a way to pass the mapping to define a field as not analyzed
with es-spark settings.

I am just wondering if I can set the mapping type for a field as not
analyzed using the set function in spark conf as similar to the other
es settings.

val sconf = new SparkConf()
  .setMaster("local[1]")
  .setAppName("Load Data To ES")
  .set("spark.ui.port", "4141")
  .set("es.index.auto.create", "true")
  .set("es.net.http.auth.user", "es_admin")
  .set("es.index.auto.create", "true")
  .set("es.mapping.names", "CREATED_DATE:@timestamp")


Thanks,
Deepak Subhramanian

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@spark.apache.org
For additional commands, e-mail: user-h...@spark.apache.org

Reply via email to