hive_job_details_tez_dag.hbs 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {{!
  2. * Licensed to the Apache Software Foundation (ASF) under one
  3. * or more contributor license agreements. See the NOTICE file
  4. * distributed with this work for additional information
  5. * regarding copyright ownership. The ASF licenses this file
  6. * to you under the Apache License, Version 2.0 (the
  7. * "License"); you may not use this file except in compliance
  8. * with the License. You may obtain a copy of the License at
  9. *
  10. * http://www.apache.org/licenses/LICENSE-2.0
  11. *
  12. * Unless required by applicable law or agreed to in writing, software
  13. * distributed under the License is distributed on an "AS IS" BASIS,
  14. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  15. * See the License for the specific language governing permissions and
  16. * limitations under the License.
  17. }}
  18. <div id="tez-dag-section-body-dag">
  19. <svg id="tez-dag-svg" stroke="black" strokeWidth="2">
  20. <defs>
  21. <marker id="arrow" viewBox="0 -5 10 10" refX="4" markerWidth="3" markerHeight="3" orient="auto">
  22. <path d="M0,-5L10,0L0,5"></path>
  23. </marker>
  24. <filter id="shadow" width="200%" height="200%">
  25. <feGaussianBlur in="SourceAlpha" stdDeviation="3"/>
  26. <feOffset dx="2" dy="2" result="offsetblur"/>
  27. <feMerge>
  28. <feMergeNode/>
  29. <feMergeNode in="SourceGraphic"/>
  30. </feMerge>
  31. </filter>
  32. <clipPath id="operatorClipPath">
  33. <rect x="0" y="0" width="44" height="16">
  34. </rect>
  35. </clipPath>
  36. <font-face xmlns="http://www.w3.org/2000/svg" font-family="FontAwesome" unicode-range="U+0-7F">
  37. <font-face-src>
  38. <font-face-uri xlink:href="font/fontawesome-webfont.svg" xmlns:xlink="http://www.w3.org/1999/xlink"/>
  39. </font-face-src>
  40. </font-face>
  41. </defs>
  42. </svg>
  43. </div>