Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Computation and Serving layer instances

avatar
New Contributor

Must the computation and serving layer lie on the same instance?

If not, how do I tell the serving layer from which ip to take the data from?

Furthermore, can you please elaborate more on how to create multipe serving layers to improve scalability, and on how it improves performance if in fact they all have to lie on the same instance?

1 ACCEPTED SOLUTION

avatar
Master Collaborator
No they do not. The serving layer must be able to access HDFS. It takes its config by default from Hadoop config on the local machine at /etc/hadoop/conf. If that is hard I can say more about how to directly specify the HDFS URL. For this reason you can run these on many different machines.

View solution in original post

1 REPLY 1

avatar
Master Collaborator
No they do not. The serving layer must be able to access HDFS. It takes its config by default from Hadoop config on the local machine at /etc/hadoop/conf. If that is hard I can say more about how to directly specify the HDFS URL. For this reason you can run these on many different machines.