Skip to content

Commit 62c5b25

Browse files
Updates
1 parent e6b33d1 commit 62c5b25

File tree

4 files changed

+13
-11
lines changed

4 files changed

+13
-11
lines changed

faqs-general.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ The Lite plan provides 50 node-hours of free {{site.data.keyword.iae_full_notm}}
9191

9292
A cluster created using a Lite plan has 1 master and 1 data node (2 nodes in total) and will run for 25 hours on the clock (50 hours/2 nodes). The node-hours cannot be paused, for example, you cannot use 10 node-hours, pause, and then come back and use the remaining 40 node-hours.
9393

94+
Remember that you must sign up with IBM to try out the Lite plan.
95+
9496
## What types of service maintenance exist in {{site.data.keyword.iae_full_notm}}?
9597
{: #service-maintenance}
9698
{: faq}
116 KB
Loading

index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ You can deploy {{site.data.keyword.iae_full_notm}} service instances in the foll
3535

3636
## Cluster architecture
3737

38-
A cluster consists of a management instance and one or more compute instances. The management instance itself consists of three management nodes, which run in the management instance. Each of the compute nodes runs in a separate compute instance.
38+
A cluster consists of a management instance and one or more compute instances. The management instance consists of three management nodes that run in the instance. Each compute node runs in a separate compute instance.
3939

4040
Note: You are billed only at the instance level. For more details on billing, see [{{site.data.keyword.iae_full_notm}} Pricing](https://www.ibm.com/cloud/analytics-engine/pricing){: external}.
4141

@@ -49,7 +49,7 @@ Ambari and all of the Hadoop and Spark components of the cluster run on the mana
4949

5050
### Compute nodes
5151

52-
Compute nodes are where the execution of jobs happens. You define the number of compute nodes at the time of cluster creation. Each of the compute nodes is designated as `dn001`, `dn002` and so on.
52+
Compute nodes are where the execution of jobs happens. You define the number of compute nodes at the time the cluster is created. Each of the compute nodes is designated as `dn001`, `dn002` and so on.
5353

5454
### Summary of cluster nodes
5555

@@ -67,14 +67,14 @@ Cluster services are made available through various endpoints as described in th
6767

6868
From the endpoint list, you can see that the following ports are open for inbound traffic:
6969

70-
- **9443**: this is the Admin port.
70+
- **9443**: This is the Admin port.
7171

72-
The Ambari UI console and APIs are exposed at port 9443 (`https://xxxxx-mn001.<region>.ae.appdomain.cloud:9443`).
72+
The Ambari UI console and APIs are exposed on port 9443 (`https://xxxxx-mn001.<region>.ae.appdomain.cloud:9443`).
7373
- **8443**: cluster services like Hive, Spark, Livy, Phoenix, and so on are made available for programmatic consumption through the Knox gateway on port 8443
7474

75-
- **22**: the cluster itself is accessible via SSH at standard port 22.
75+
- **22**: The cluster itself is accessible via SSH through the standard port 22.
7676

77-
When you SSH to a cluster (as described [here](/docs/AnalyticsEngine?topic=AnalyticsEngine-connect-SSH)) you essentially log in to `mn003`. Once you have logged in to `mn003`, you can SSH to the compute nodes (referred to as `dn001`, `dn002` etc) and to `mn002`.
77+
When you SSH to a cluster (as described [here](/docs/AnalyticsEngine?topic=AnalyticsEngine-connect-SSH)) you essentially log in to `mn003`. Once you have logged in to `mn003`, you can SSH to the compute nodes (referred to as `dn001`, `dn002`, and so on) and to `mn002`.
7878

7979
For example, to log in to a cluster in the US-South region, as given in the endpoint listing, enter:
8080
```

retrieve-service-credentials.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22

33
copyright:
4-
years: 2017, 2019
5-
lastupdated: "2019-02-26"
4+
years: 2017, 2020
5+
lastupdated: "2020-07-13"
66

77
subcollection: AnalyticsEngine
88

@@ -17,8 +17,8 @@ After your {{site.data.keyword.iae_full_notm}} service instance was created, you
1717

1818
- By invoking the {{site.data.keyword.iae_full_notm}} [`reset_password`](/docs/AnalyticsEngine?topic=AnalyticsEngine-reset-cluster-password#reset-cluster-password) REST API. Calling this API is the only way in which the cluster password is shown to you. You can also use the API to reset the password if you need to.
1919

20-
- By resetting the cluster password on the {{site.data.keyword.iae_full_notm}} service instance page from the {{site.data.keyword.Bluemix_notm}} console.
20+
- By generating the cluster password on the {{site.data.keyword.iae_full_notm}} service instance page from the {{site.data.keyword.Bluemix_notm}} console.
2121

22-
![Shows the various states during cluster provisioning.](images/change-password-in-console.png)
22+
![Shows the various states during cluster provisioning.](images/generate-password-in-console.png)
2323

24-
**Important:** The method of getting the cluster credentials by creating service keys is being deprecated. The service credentials will no longer show the cluster credentials. The service credentials will only include the service endpoints and a role-linked API key for using the {{site.data.keyword.iae_full_notm}} REST API.
24+
**Important:** The service credentials are not shown with the cluster credentials. The service credentials only include the service endpoints and a role-linked API key for using the {{site.data.keyword.iae_full_notm}} REST API.

0 commit comments

Comments
 (0)