-
Notifications
You must be signed in to change notification settings - Fork 200
/
mkdocs.yml
412 lines (400 loc) · 25.9 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
site_name: SnappyData™ 1.3.1
site_url: https://tibcosoftware.github.io/snappydata
site_description: Project documentation for SnappyData
site_author: SnappyData Team
repo_url: https://github.com/TIBCOSoftware/snappydata
use_directory_urls: True
strict: True
nav:
- Overview: index.md
- 'Release Notes': 'release_notes/release_notes.md'
- 'Provisioning SnappyData':
- install/index.md
- 'System Requirements': 'install/system_requirements.md'
- 'Installing SnappyData On-Premise': 'install/install_on_premise.md'
- 'Setting-up SnappyData Cluster on AWS': 'install/setting_up_cluster_on_amazon_web_services.md'
- 'Setting-up SnappyData Cluster on Kubernetes': 'kubernetes.md'
- 'Building a Docker Image with SnappyData Binaries': 'quickstart/getting_started_with_docker_image.md'
- 'Building SnappyData from Source files': 'install/building_from_source.md'
- 'Upgrading SnappyData': 'install/upgrade.md'
- 'Getting Started':
- quickstart/index.md
- 'On-Premise': 'quickstart/getting_started_by_installing_snappydata_on-premise.md'
- 'Kubernetes': 'quickstart/getting_started_on_kubernetes.md'
# - 'Docker Image': 'quickstart/getting_started_with_docker_image.md'
- 'Spark Distribution': 'quickstart/getting_started_with_your_spark_distribution.md'
- 'Using Apache Zeppelin with SnappyData': 'howto/use_apache_zeppelin_with_snappydata.md'
- 'SnappyData Quickstart Guide': 'quickstart/snappydataquick_start.md'
- 'Using Spark Scala APIs': 'quickstart/using_spark_scala_apis.md'
- 'Benchmark 16-20x Faster Performance than Apache Spark': 'quickstart/performance_apache_spark.md'
- 'Using SQL': 'quickstart/using_sql.md'
- 'Structured Streaming': 'quickstart/structucture_streamingquickstart.md'
- 'Configure/Launch SnappyData Cluster': 'configuring_cluster/configure_launch_cluster.md'
#- 'Migration Guide': 'migration/migration.md'
#- 'Migration Guide':
# - 'Manually Upgrading from GemFire XD 1.4.x to SnappyData RowStore 1.0': 'migration/upgrade_gemfirexd_standalone.md'
# - 'Manually Upgrading from SQLFire 1.1.x to SnappyData RowStore 1.0': 'migration/upgrade_sqlfire_standalone.md'
# - 'Migrating from Version 0.8 to Version 0.9': 'migration/migration-0.8-0.9.md'
# - 'Migrating from Version 0.9 to Version 1.0.0-RC1 Release': 'migration/migration-0.9-01_rc.md'
#---
# 1.0 - 'Concepts': 'concepts.md'
# 1.0 - 'Concepts':
# 1.0 - 'Detecting and Handling Network Segmentation ("Split Brain")': 'concepts/network_partition.md'
- 'Concepts':
- architecture/index.md
- 'Core Components': 'architecture/core_components.md'
- 'SnappyData Cluster Architecture': 'architecture/cluster_architecture.md'
- 'Hybrid Cluster Manager': 'architecture/hybrid_cluster_manager.md'
- 'Distributed Transactions':
- consistency/index.md
- 'How Transactions Work for Row Tables': 'consistency/using_transactions_row.md'
- 'Lock-free Queries using MVCC and Snapshot Isolation for Column Tables': 'consistency/using_snapshot_isolation_column.md'
- 'Affinity Modes':
- affinity_modes/index.md
- 'Local Mode': 'affinity_modes/local_mode.md'
- 'Embedded SnappyData Store Mode': 'affinity_modes/embedded_mode.md'
- 'SnappyData Smart Connector Mode': 'affinity_modes/connector_mode.md'
# - 'List of Properties': (to be updated later)
# - 'Property Details': 'configuring_cluster/property_details.md'
- 'How Tos':
- howto/index.md
- 'How to Start a SnappyData Cluster': 'howto/start_snappy_cluster.md'
- 'How to Check the Status of a SnappyData Cluster': 'howto/check_status_cluster.md'
- 'How to Stop a SnappyData Cluster': 'howto/stop_snappy_cluster.md'
- 'How to Run Spark Job inside the Cluster': 'howto/run_spark_job_inside_cluster.md'
- 'How to Access SnappyData Store from existing Spark Installation using Smart Connector': 'howto/spark_installation_using_smart_connector.md'
- 'How to Use Snappy SQL shell (snappy-sql)': 'howto/use_snappy_shell.md'
- 'How to Create Row Tables and Run Queries': 'howto/create_row_tables_and_run_queries.md'
- 'How to Create Column Tables and Run Queries': 'howto/create_column_tables_and_run_queries.md'
- 'How to Load Data into SnappyData Tables': 'howto/load_data_into_snappydata_tables.md'
- 'How to Load Data from External Data Stores (e.g. HDFS, Cassandra, Hive, etc)': 'howto/load_data_from_external_data_stores.md'
- 'How to Perform a Colocated Join': 'howto/perform_a_colocated_join.md'
- 'How to Connect using JDBC Driver': 'howto/connect_using_jdbc_driver.md'
- 'How to use SnappyData for any Spark Distribution': 'howto/using_snappydata_for_any_spark_dist.md'
- 'How to Store and Retrieve Complex Data Types in JDBC Programs': 'howto/store_retrieve_complex_datatypes_JDBC.md'
# - 'How to Store and Query JSON Objects': 'howto/store_and_query_json_objects.md'
- 'How to Store and Query Objects': 'howto/store_and_query_objects.md'
- 'How to use Stream Processing with SnappyData': 'howto/use_stream_processing_with_snappydata.md'
- 'How to use Transactions Isolation Levels': 'howto/use_transactions_isolation_levels.md'
- 'How to use Approximate Query Processing (AQP) to Run Approximate Queries': 'howto/use_synopsis_data_engine_to_run_approximate_queries.md'
- 'How to use Python to Create Tables and Run Queries': 'howto/use_python_to_create_tables_and_run_queries.md'
- 'How to Connect using ODBC Driver': 'howto/connect_using_odbc_driver.md'
- 'How to Connect to the Cluster from External Network': 'howto/connect_to_the_cluster_from_external_clients.md'
- 'How to Import Data from Hive Table into SnappyData Table': 'howto/import_from_hive_table.md'
- 'How to Export and Restore Table Data using HDFS': 'howto/export_hdfs.md'
- 'How to Access SnappyData from Various SQL Client Tools': 'howto/connect_oss_vis_client_tools.md'
- 'How to connect TIBCO Spotfire® Desktop to SnappyData': 'howto/connecttibcospotfire.md'
- 'How to Connect Tableau to SnappyData': 'howto/tableauconnect.md'
- 'How to Use Apache Zeppelin with SnappyData': 'howto/use_apache_zeppelin_with_snappydata.md'
- 'How to Configure Apache Zeppelin to Securely and Concurrently access the SnappyData Cluster': 'howto/concurrent_apache_zeppelin_access_to_secure_snappydata.md'
- 'Programming Guide':
- programming_guide/index.md
- 'SparkSession, SnappySession and SnappyStreamingContext': 'programming_guide/sparksession_snappysession_and_snappystreamingcontext.md'
- 'Snappy Jobs': 'programming_guide/snappydata_jobs.md'
- 'Managing JAR Files': 'programming_guide/managing_jar_files.md'
- 'Using Snappy Shell': 'programming_guide/using_snappydata_shell.md'
- 'Using the Spark Shell and spark-submit': 'programming_guide/using_the_spark_shell_and_spark-submit.md'
- 'Using pyspark Shell': 'programming_guide/using_pyspark_shell.md'
- 'Executing Spark Scala Code using SQL': 'programming_guide/scala_interpreter.md'
- 'Working with Hadoop YARN cluster Manager': 'programming_guide/working_with_hadoop_yarn_cluster_manager.md'
- 'Using JDBC with SnappyData': 'programming_guide/using_jdbc_with_snappydata.md'
- 'Accessing SnappyData Tables from any Spark (2.1+) Cluster': 'programming_guide/spark_jdbc_connector.md'
- 'Multiple Language Binding using Thrift Protocol': 'programming_guide/multiple_language_binding_using_thrift_protocol.md'
- 'Building SnappyData Applications using Spark API': 'programming_guide/building_snappydata_applications_using_spark_api.md'
- 'Tables in SnappyData': 'programming_guide/tables_in_snappydata.md'
- 'Stream Processing using SQL': 'programming_guide/stream_processing_using_sql.md'
- 'User Defined Functions (UDF) and User Defined Aggregate Functions (UDAF)': 'programming_guide/udf_and_udaf.md'
- 'Best Practices':
- best_practices/index.md
- 'Tuning for Concurrency and Computation': 'best_practices/setup_cluster.md'
- 'Designing your Database and Schema':
- best_practices/design_schema/index.md
- 'Design Principles of Scalable, Partition-Aware Databases': 'best_practices/design_schema/design_principles.md'
- 'Optimizing Query Latency: Partitioning and Replication Strategies': 'best_practices/design_schema/optimizing_query_latency.md'
- 'Memory Management': 'best_practices/memory_management.md'
- 'HA Considerations': 'best_practices/ha_considerations.md'
- 'Structured Streaming': 'best_practices/structured_streaming_best_practices.md'
- 'Important Settings': 'best_practices/important_settings.md'
- 'SnappyData Distributed Transactions': 'best_practices/transactions_best_practices.md'
- 'Approximate Query Processing':
- sde/index.md
- 'Key Concepts': 'sde/key_concepts.md'
- 'Working with Stratified Samples': 'sde/working_with_stratified_samples.md'
- 'Running Queries': 'sde/running_queries.md'
- 'More Examples': 'sde/more_examples.md'
- 'Sample Selection': 'sde/sample_selection.md'
- 'High-level Accuracy Contracts (HAC)': 'sde/hac_contracts.md'
- 'Sketching': 'sde/sketching.md'
- 'Working with Data Sources':
- connectors/index.md
- 'Supported Data Formats': 'data/data_formats.md'
- 'Accessing Cloud Storages': 'connectors/access_cloud_data.md'
- 'Connecting to External Hive Metastores': 'data/external_hive_support.md'
#- 'Using the SnappyData GemFire Connector': 'connectors/gemfire_connector.md'
- 'Using the SnappyData CDC (Change Data Capture) Connector': 'connectors/cdc_connector.md'
- 'Using the SnappyData JDBC Streaming Connector': 'connectors/jdbc_streaming_connector.md'
- 'Connecting to TIBCO Data Virtualization (TDV)': 'connectors/tdv.md'
- 'Deploying Third Party Connectors': 'connectors/deployment_dependency_jar.md'
- 'Managing and Monitoring':
- monitoring/index.md
- 'SnappyData Monitoring UI': 'monitoring/monitoring.md'
- 'Configuring High Availability for a Partitioned Table': 'monitoring/configure_high_availability.md'
- 'Configuring Logging': 'monitoring/configure_logging.md'
- 'Monitoring with Metrics': 'monitoring/metrics.md'
- 'Getting Information from SnappyData System Tables': 'monitoring/monitor-manage.md'
- 'Recovering Data During Cluster Failures': 'monitoring/recoveringdata.md'
# -- Topic - Reference Guide
- 'Managing Security':
- security/index.md
- 'Launching the Cluster in Secure Mode': 'security/launching_the_cluster_in_secure_mode.md'
- 'Specifying Encrypted Passwords in Conf Files or in Client Connections': 'security/specify_encrypt_passwords_conf_client.md'
- 'Authentication - Connecting to a Secure Cluster': 'security/authentication_connecting_to_a_secure_cluster.md'
- 'Authorization': 'security/authorization.md'
- 'Implementing Row Level Security': 'security/row_level_security.md'
- 'Configuring Network Encryption and Authentication using SSL': 'security/configuring_network_encryption_and_authentication_using_ssl.md'
- 'Enabling SSL Encryption in Different Socket Endpoints of SnappyData': 'configuring_cluster/ssl_setup.md'
- 'Securing SnappyData UI Connection': 'configuring_cluster/securinguiconnection.md'
- 'User Names for Authentication, Authorization, and Membership': 'security/user_names_for_authentication_authorization_and_membership.md'
- 'Evaluating Statistics for the System and Applications':
- statistics/index.md
- 'Collecting System Statistics': 'statistics/collecting_system_stats.md'
- 'Using VSD to Analyze Statistics':
- statistics/vsd/index.md
- 'Installing and Running VSD': 'statistics/vsd/running_vsd.md'
- 'Transaction Performance': 'statistics/vsd/vsd_transactions.md'
- 'Table Performance': 'statistics/vsd/vsd_tables.md'
- 'SQL Statement Performance': 'statistics/vsd/vsd_statements.md'
- 'Memory Usage': 'statistics/vsd/vsd_memory.md'
- 'Client Connections': 'statistics/vsd/vsd-connection-stats.md'
- 'CPU Usage': 'statistics/vsd/vsd_cpu.md'
- 'Reference Guides':
- reference/index.md
- 'Configuration Reference': 'configuring_cluster/configuring_cluster.md'
- 'List of Properties': 'configuring_cluster/property_description.md'
- 'SQL Reference Guide':
- reference/sql_reference/index.md
- 'ALTER TABLE': 'reference/sql_reference/alter-table.md'
- 'CREATE Statements':
- 'CREATE DISKSTORE': 'reference/sql_reference/create-diskstore.md'
- 'CREATE EXTERNAL TABLE': 'reference/sql_reference/create-external-table.md'
- 'CREATE FUNCTION': 'reference/sql_reference/create-function.md'
- 'CREATE INDEX': 'reference/sql_reference/create-index.md'
- 'CREATE SCHEMA': 'reference/sql_reference/create-schema.md'
# - 'CREATE SYNONYM': 'reference/sql_reference/create-synonym.md'
- 'CREATE STREAM TABLE': 'reference/sql_reference/create-stream-table.md'
- 'CREATE SAMPLE TABLE': 'reference/sql_reference/create-sample-table.md'
- 'CREATE TABLE': 'reference/sql_reference/create-table.md'
- 'CREATE TEMPORARY TABLE': 'reference/sql_reference/create-temporary-table.md'
- 'CREATE VIEW': 'reference/sql_reference/create-view.md'
- 'DELETE': 'reference/sql_reference/delete.md'
- 'DROP Statements':
- 'DROP DISKSTORE': 'reference/sql_reference/drop-diskstore.md'
- 'DROP FUNCTION': 'reference/sql_reference/drop-function.md'
- 'DROP INDEX': 'reference/sql_reference/drop-index.md'
- 'DROP TABLE/EXTERNAL TABLE/SAMPLE TABLE': 'reference/sql_reference/drop-table.md'
- 'DROP SCHEMA': 'reference/sql_reference/drop-schema.md'
# - 'DROP SYNONYM': 'reference/sql_reference/drop-synonym.md'
- 'DEPLOY Statements':
- 'DEPLOY PACKAGE': 'reference/sql_reference/deploy_package.md'
- 'DEPLOY JAR': 'reference/sql_reference/deploy_jar.md'
- 'UNDEPLOY': 'reference/sql_reference/undeploy.md'
- 'exec scala': 'reference/sql_reference/exec-scala.md'
- 'EXPLAIN': 'reference/sql_reference/explain.md'
- 'GRANT': 'reference/sql_reference/grant.md'
- 'GRANT ALL': 'reference/sql_reference/grant-all.md'
- 'INSERT': 'reference/sql_reference/insert.md'
- 'LATERAL VIEW': 'reference/sql_reference/lateral-view.md'
- 'LIST': 'reference/sql_reference/list.md'
- 'PIVOT': 'reference/sql_reference/pivot.md'
- 'PUT INTO': 'reference/sql_reference/put-into.md'
- 'REVOKE': 'reference/sql_reference/revoke.md'
- 'REVOKE ALL': 'reference/sql_reference/revoke_all.md'
- 'SELECT': 'reference/sql_reference/select.md'
- 'SET ISOLATION': 'reference/sql_reference/set-isolation.md'
- 'SET SCHEMA': 'reference/sql_reference/set-schema.md'
- 'TRUNCATE TABLE': 'reference/sql_reference/truncate-table.md'
- 'UPDATE': 'reference/sql_reference/update.md'
- 'SQL Functions':
- reference/sql_functions/index.md
- 'SQL General Limitations': 'reference/sql_general_limitations.md'
- 'Built-in System Procedures and Built-in Functions':
- reference/inbuilt_system_procedures/index.md
- 'DUMP_STACKS': 'reference/inbuilt_system_procedures/dump-stacks.md'
- 'REBALANCE_ALL_BUCKETS': 'reference/inbuilt_system_procedures/rebalance-all-buckets.md'
- 'SET_CRITICAL_HEAP_PERCENTAGE': 'reference/inbuilt_system_procedures/set_critical_heap_percentage.md'
- 'SET_TRACE_FLAG': 'reference/inbuilt_system_procedures/set-trace-flag.md'
- 'REMOVE_METASTORE_ENTRY': 'reference/inbuilt_system_procedures/sys_remove_metastore_entry.md'
- 'EXPORT_DDLS': 'reference/inbuilt_system_procedures/export_ddl.md'
- 'EXPORT_DATA': 'reference/inbuilt_system_procedures/export_data.md'
- 'DSID': 'reference/inbuilt_system_procedures/dsid.md'
- 'CURRENT_USER': 'reference/inbuilt_system_procedures/current_user.md'
- 'CURRENT_USER_LDAP_GROUPS': 'reference/inbuilt_system_procedures/current_user_ldap_groups.md'
- 'System Tables':
- reference/system_tables/index.md
- 'MEMBERS': 'reference/system_tables/members.md'
- 'SYSDISKSTORES': 'reference/system_tables/sysdiskstores.md'
- 'SYSDISKSTOREIDS': 'reference/system_tables/sysdiskstoreids.md'
- 'SYSTABLES': 'reference/system_tables/systables.md'
- 'Command Line Utilities':
- reference/command_line_utilities/index.md
- 'backup and restore': 'reference/command_line_utilities/store-backup.md'
- 'compact-all-disk-stores': 'reference/command_line_utilities/store-compact-all-disk-stores.md'
- 'compact-disk-store': 'reference/command_line_utilities/store-compact-disk-store.md'
- 'validate-disk-store': 'reference/command_line_utilities/validate_diskstore.md'
- 'list-missing-disk-stores': 'reference/command_line_utilities/store-list-missing-disk-stores.md'
- 'revoke-missing-disk-store': 'reference/command_line_utilities/store-revoke-missing-disk-stores.md'
- 'unblock-disk-store': 'reference/command_line_utilities/store-unblock-disk-stores.md'
- 'run': 'reference/command_line_utilities/store-run.md'
- 'scala CLI': 'reference/command_line_utilities/scala-cli.md'
- 'version': 'reference/command_line_utilities/store-version.md'
- 'Snappy-SQL Shell Interactive Commands':
- reference/interactive_commands/index.md
- 'autocommit': 'reference/interactive_commands/autocommit.md'
- 'commit': 'reference/interactive_commands/commit.md'
- 'connect client': 'reference/interactive_commands/connect_client.md'
- 'connect': 'reference/interactive_commands/connect.md'
- 'describe': 'reference/interactive_commands/describe.md'
- 'disconnect': 'reference/interactive_commands/disconnect.md'
- 'elapsedtime': 'reference/interactive_commands/elapsedtime.md'
- 'exit': 'reference/interactive_commands/exit.md'
- 'MaximumDisplayWidth': 'reference/interactive_commands/maximumdisplaywidth.md'
- 'rollback': 'reference/interactive_commands/rollback.md'
- 'run': 'reference/interactive_commands/run.md'
- 'set connection': 'reference/interactive_commands/set_connection.md'
- 'show': 'reference/interactive_commands/show.md'
- 'Configuration Parameters':
- reference/configuration_parameters/index.md
- 'ack-severe-alert-threshold': 'reference/configuration_parameters/ack-severe-alert-threshold.md'
- 'ack-wait-threshold': 'reference/configuration_parameters/ack-wait-threshold.md'
- 'allow-explicit-commit': 'reference/configuration_parameters/allow-explicit-commit.md'
- 'archive-disk-space-limit': 'reference/configuration_parameters/archive-disk-space-limit.md'
- 'archive-file-size-limit': 'reference/configuration_parameters/archive-file-size-limit.md'
- 'bind-address': 'reference/configuration_parameters/bind-address.md'
- 'enable-network-partition-detection': 'reference/configuration_parameters/enable-network-partition-detection.md'
- 'enable-stats': 'reference/configuration_parameters/enable-stats.md'
- 'enable-time-statistics': 'reference/configuration_parameters/enable-time-statistics.md'
- 'enable-timestats': 'reference/configuration_parameters/enable-timestats.md'
- 'enforce-unique-host': 'reference/configuration_parameters/enforce-unique-host.md'
- 'init-scripts': 'reference/configuration_parameters/init-scripts.md'
- 'load-balance': 'reference/configuration_parameters/load-balance.md'
- 'locators': 'reference/configuration_parameters/locators.md'
# - 'log-disk-space-limit': 'reference/configuration_parameters/log-disk-space-limit.md'
- 'log-file': 'reference/configuration_parameters/log-file.md'
# - 'log-file-size-limit': 'reference/configuration_parameters/log-file-size-limit.md'
- 'log-level': 'reference/configuration_parameters/log-level.md'
- 'member-timeout': 'reference/configuration_parameters/member-timeout.md'
- 'membership-port-range': 'reference/configuration_parameters/membership-port-range.md'
- 'password': 'reference/configuration_parameters/password.md'
# - 'persist-dd': 'reference/configuration_parameters/persist-dd.md'
# - 'prefer-netserver-ipaddress': 'reference/configuration_parameters/prefer-netserver-ipaddress.md'
- 'read-timeout': 'reference/configuration_parameters/read-timeout.md'
- 'redundancy-zone': 'reference/configuration_parameters/redundancy-zone.md'
- 'secondary-locators': 'reference/configuration_parameters/secondary-locators.md'
# - 'shutdown': 'reference/configuration_parameters/shutdown.md'
- 'skip-constraint-checks': 'reference/configuration_parameters/skip-constraint-checks.md'
# - 'skip-listeners': 'reference/configuration_parameters/skip-listeners.md'
- 'skip-locks': 'reference/configuration_parameters/skip-locks.md'
- 'socket-buffer-size': 'reference/configuration_parameters/socket-buffer-size.md'
- 'socket-lease-time': 'reference/configuration_parameters/socket-lease-time.md'
- 'gemfirexd.datadictionary.allow-startup-errors': 'reference/configuration_parameters/snappydata.datadictionary.allow-startup-errors.md'
- 'gemfirexd.default-startup-recovery-delay': 'reference/configuration_parameters/snappydata.default-startup-recovery-delay.md'
- 'snappy.history': 'reference/configuration_parameters/snappy.history.md'
- 'gemfirexd.max-lock-wait': 'reference/configuration_parameters/snappydata.max-lock-wait.md'
# - 'gemfirexd.properties': 'reference/configuration_parameters/gemfirexd.properties.md'
- 'gemfirexd.query-cancellation-interval': 'reference/configuration_parameters/snappydata.query-cancellation-interval.md'
- 'gemfirexd.query-timeout': 'reference/configuration_parameters/snappydata.query-timeout.md'
# - 'snappydata.storage.tempDirectory': 'reference/configuration_parameters/snappydata.storage.tempDirectory.md'
# - 'snappydata.system.home': 'reference/configuration_parameters/snappydata.system.home.md'
- 'ssl-enabled': 'reference/configuration_parameters/ssl_enabled.md'
- 'ssl-protocols': 'reference/configuration_parameters/ssl_protocols.md'
- 'ssl-ciphers': 'reference/configuration_parameters/ssl_ciphers.md'
- 'ssl-require-authentication': 'reference/configuration_parameters/ssl_require_auth.md'
- 'start-locator': 'reference/configuration_parameters/start-locator.md'
- 'statistic-archive-file': 'reference/configuration_parameters/statistic-archive-file.md'
- 'statistic-sample-rate': 'reference/configuration_parameters/statistic-sample-rate.md'
- 'statistic-sampling-enabled': 'reference/configuration_parameters/statistic-sampling-enabled.md'
- 'sync-commits': 'reference/configuration_parameters/sync-commits.md'
- 'sys-disk-dir': 'reference/configuration_parameters/sys-disk-dir.md'
# - 'tcp-port': 'reference/configuration_parameters/tcp-port.md'
- 'user': 'reference/configuration_parameters/user.md'
- 'Full API Reference Guides': 'apidocsintro.md'
- 'ODBC Supported API': 'reference/API_Reference/odbc_supported_apis.md'
- 'Supported Data Types': 'reference/misc/supported_datatypes.md'
- 'Configuring SSH Login without Password': 'reference/misc/passwordless_ssh.md'
- 'Setting Up SnappyData ODBC Driver': 'setting_up_odbc_driver.md'
- 'Setting Up SnappyData JDBC Client and QlikView': 'setting_up_jdbc_driver_qlikview.md'
- 'Experimental Features': 'experimental.md'
- 'Troubleshooting Common Problems':
- troubleshooting/index.md
- 'Member Startup Problems': 'troubleshooting/member_startup_problems.md'
- 'Recovering from a ConflictingPersistentDataException': 'troubleshooting/recovering_from_a_conflictingpersistentdataexception.md'
- 'Preventing Disk Full Errors': 'troubleshooting/preventing_disk_full_errors.md'
- 'Recovering from Disk Full Errors': 'troubleshooting/recovering_from_disk_full_errors.md'
- 'Resolving Catalog Inconsistency Issues': 'troubleshooting/catalog_inconsistency.md'
- 'Troubleshooting Out-of-Memory (OOM) Error': 'troubleshooting/oom.md'
- 'Collecting Logs, Stats and Dumps Using the collect-debug-artifacts Script': 'troubleshooting/collect_debug_artifacts.md'
- 'Troubleshooting Error Messages': 'troubleshooting/troubleshooting_error_messages.md'
- 'Unsupported Third-Party Modules': 'unsupported.md'
#- Additional Information: additional_files/additional_docs.md
#- About:
# - Contributing: about/contributing.md
- Community Edition Features: additional_files/open_source_components.md
#- 'License Model': 'additional_files/license_model.md'
- 'Doc Archives': prev_doc_ver.md
- 'Contact and Support': techsupport.md
- 'License': LICENSE.md
- 'Important Information': imp_info.md
#theme:
# name: readthedocs
theme:
name: material
custom_dir: 'docs/custom_theme'
palette:
scheme: default
primary: teal
accent: cyan
font:
text: 'Lato'
code: 'Fira Mono'
logo: Images/logo.png
favicon: favicon.ico
features:
- navigation.instant
- navigation.indexes
- navigation.top
- header.autohide
#theme_dir: 'docs/custom_theme'
#extra_javascript:
# - 'custom_theme/js/menu.js'
# - 'custom_theme/js/highlight.pack.js'
extra_css:
# - 'custom_theme/css/toc.css'
# - 'custom_theme/css/menu.css'
# - 'custom_theme/css/images.css'
# - 'custom_theme/css/style.css'
# - 'custom_theme/css/highlight.css'
- 'extra.css'
# - 'custom_theme/css/material-extra.css'
# Plugins
plugins:
- search
- minify:
minify_html: true
- mike:
version_selector: true
extra:
version:
provider: mike
markdown_extensions:
- admonition
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.superfences
- pymdownx.snippets
- attr_list
- pymdownx.tabbed:
alternate_style: true
- toc:
permalink: true
copyright: Copyright © 2017-2022 TIBCO Software Inc. All rights reserved.