Github user PallaviSingh1992 commented on a diff in the pull request:
https://github.com/apache/incubator-carbondata/pull/568#discussion_r97266651
--- Diff: docs/configuration-parameters.md ---
@@ -142,7 +142,7 @@ This section provides the details of all the
configurations required for CarbonD
| Parameter | Default Value | Description |
|----------------------------------------|--------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
-| spark.driver.memory | 1g | Amount of memory to use for the driver
process, i.e. where SparkContext is initialized. NOTE: In client mode, this
config must not be set through the SparkConf directly in your application,
because the driver JVM has already started at that point. Instead, please set
this through the --driver-memory command line option or in your default
properties file. |
+| spark.driver.memory | 1g | Amount of memory to use for the driver
process. |
| spark.executor.memory | 1g | Amount of memory to use per executor
process. |
--- End diff --
We can replace the description by : Amount of memory to be used per
executor process.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---