var fDesc=new Array(); fDesc[0] = "The Syncfusion Big Data Platform is a Hadoop distribution designed for Windows. With the Syncfusion Big Data Platform, you have complete access to the Hadoop environment. The Syncfusion Big Data Platform includes a complete production environment that can run Hadoop jobs in a scalable manner on a full cluster. The included Cluster Manager application makes provisioning easy, allowing you to manage and monitor multiple-node Hadoop clusters on Windows. The Syncfusion Big Data platform comes ready for YARN applications. You can run any YARN-compatible application system. You are not limited to MapReduce."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }