From croberts at fedoraproject.org Wed Aug 19 23:57:49 2015 Content-Type: multipart/mixed; boundary="===============0316445196402899575==" MIME-Version: 1.0 From: croberts at fedoraproject.org To: cumin-developers at lists.fedorahosted.org Subject: r5545 - branches/elephant/cumin/python/cumin/grid-hadoop Date: Fri, 16 Nov 2012 14:46:00 +0000 Message-ID: <20121116144600.B5D41358F@hosted02.fedoraproject.org> --===============0316445196402899575== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: croberts Date: 2012-11-16 14:46:00 +0000 (Fri, 16 Nov 2012) New Revision: 5545 Modified: branches/elephant/cumin/python/cumin/grid-hadoop/hadoop.py branches/elephant/cumin/python/cumin/grid-hadoop/hadoop.strings Log: Updating dummy search results. Modified: branches/elephant/cumin/python/cumin/grid-hadoop/hadoop.py =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- branches/elephant/cumin/python/cumin/grid-hadoop/hadoop.py 2012-11-16 1= 4:31:26 UTC (rev 5544) +++ branches/elephant/cumin/python/cumin/grid-hadoop/hadoop.py 2012-11-16 1= 4:46:00 UTC (rev 5545) @@ -127,7 +127,7 @@ # TODO make some sage call and return the results # Here, we call self.remoteDataMethod results =3D MethodResult() - results.data =3D {"namenode1": {"Name":"Namenode1"}} + results.data =3D {"node1": {"Name":"node1.lab.bos.redhat.com"}, "n= ode2":{"Name":"node2.lab.bos.redhat.com"}} = return results = Modified: branches/elephant/cumin/python/cumin/grid-hadoop/hadoop.strings =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- branches/elephant/cumin/python/cumin/grid-hadoop/hadoop.strings 2012-11= -16 14:31:26 UTC (rev 5544) +++ branches/elephant/cumin/python/cumin/grid-hadoop/hadoop.strings 2012-11= -16 14:46:00 UTC (rev 5545) @@ -1,59 +1 @@ -[TopSystemSet.sql] -select - s.id, - s.node_name as name, - c.load_average1_min as load_avg -from sysimage s -join sysimage_stats as c on s.stats_curr_id =3D c.id -order by load_avg desc -limit 5 - -[TopSystemSet.count_sql] --- - -[SystemStats.html] - - - - - - - -
-

Memory/Load

- {stats} -
-
- {freemem} - {loadavg} -
- - -[SystemServices.html] -

Services

- - {items} -
- -[SystemServices.item_html] -{item_type}{item_content} - -[SystemTagSet.html] - - - - - = - - - - - - - - -
PropertyValue
Tags:{tags}
\ No newline at end of file +[nothingyet] \ No newline at end of file --===============0316445196402899575==--