In order to solve this problem,I want to get larger triangles (Of course less amount). But I don't know how to do this. I have tried MaxCellMeasure and MeshRefinementFunction, but this doesn't work
DiscretizeRegion[Sphere[], MaxCellMeasure -> 10]
and
DiscretizeRegion[Sphere[],
MeshRefinementFunction -> Function[{vertices, area}, area > 10]]
Always gives

Any suggestions ?

4,6,8..also can cover a sphere.. – yode Mar 31 '17 at 06:06